Jump to content

Switch 3 Open VPN issue


R00tMe

Recommended Posts

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?:blink:

Thanks for your help.

 

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

  • 3 weeks later...

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...