Jump to content

David A Lewis

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

David A Lewis's Achievements

Newbie

Newbie (1/14)

  1. Sorry - posted in wrong area and not sure how to remove message. Please ignore....
  2. Hi All, I am hoping someone is able to assist me in what I am sure is a beginner question. I have configured my pineapple nano to work with my openvpn server and to route all connected pineapple traffic via the VPN (thanks to the Hak5 video). I have created a script (1.sh) that contain the following: iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o tun0 -j MASQUERADEiptables -A FORWARD -s 172.16.42.0/24 -o tun0 -j ACCEPTiptables -A FORWARD -d 172.16.42.0/24 -m state –state ESTABLISHED,RELATED -i tun0 -j ACCEPT This works fine. Is there a way that I can get 1.sh to run on boot up? Thanks David
  3. Hi All, I am hoping someone is able to assist me in what I am sure is a beginner question. I have configured my pineapple nano to work with my openvpn server and to route all connected pineapple traffic via the VPN (thanks to the Hak5 video). I have created a script (1.sh) that contain the following: iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o tun0 -j MASQUERADEiptables -A FORWARD -s 172.16.42.0/24 -o tun0 -j ACCEPTiptables -A FORWARD -d 172.16.42.0/24 -m state –state ESTABLISHED,RELATED -i tun0 -j ACCEPT This works fine. Is there a way that I can get 1.sh to run on boot up? Thanks David
×
×
  • Create New...