R00tMe Posted December 4, 2017 Share Posted December 4, 2017 Hi, I'm french beginner with Packet Squirrel (my english is not perfect, sorry). After having watched video from Darren & Shannon about Open VPN, I have not understand how to use open vpn on packet squirrel. Is its necessary to install a VPN server on another computer? Thanks for your help. Quote Link to comment Share on other sites More sharing options...
b0N3z Posted December 4, 2017 Share Posted December 4, 2017 (edited) You will need an openvpn server on a local machine or you can use crt and config from another VPN like Ipvanish or whatever and make sure your config file calls the crt and creds to connect. These files will need to be in switch 3 folder. Edited December 4, 2017 by b0N3z Quote Link to comment Share on other sites More sharing options...
funnybunny Posted December 22, 2017 Share Posted December 22, 2017 how I got OpenVPN to work on my packet squirrel (PS) i have a seedbox out in the cloud with OpenVPN installed downloaded the *.ovpn file to payloads/switch3 as config.ovpn modified the config.ovpn file where it says auth-user-pass to auth-user-pass pass.txt created a pass.txt file under payloads/switch3 with the username and password for the OpenVPN login username password i'm sure there is a way to mask these instead of plain text i had to change payloads/switch3/payload.sh to get the client to get out to the internet # Set to 1 to allow clients to use the VPN FOR_CLIENTS=0 to # Set to 1 to allow clients to use the VPN FOR_CLIENTS=1 attached the PS to the network i wanted access to remotely it established the connection to my seedbox the seedbox showed a tun0 connection with ifconfig command 10.10.10.14 from the seedbox I ssh'd to the PS through the tunnel ssh root@10.10.10.14 logged in and presented with the PS banner Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.