Vpn set up Octagon Sf8008

Having an issue I have installed openvpn on my box
It dies not have any countries listed to change too
I have downloaded a number of ovpn files from ipvanish
Do I need to FTP these to my client or server dir on etc/openvpn/

Thanks
 
error message

Configuring OpenVPN

./IP_Vanish.sh: line 50: cd: /hdd/IP_Vanish2: No such file or direc

sed: *.ovpn: No such file or directory

find: /hdd/IP_Vanish2: No such file or directory

sed: -i requires an argument
 
'IP_Vanish.sh' saved
Python 3.9.9

downloading VPN Manager


Installing OpenVPN


Downloading OpenVPN Configs

Configuring OpenVPN
sed: *.ovpn: No such file or directory
sed: -i requires an argument
 
@dsayers2014
I appear to be making one step forward one back
When you replied i added a dir hdd/vpn/ I than copied the list below to this dir and they are now showing up on my vpn manager when i run one it says connected than rteverts back to my on ip


ca.ipvanish.co.crt
ipvanish-al-tirana.ovpn
and others the same s above brussels amsterdam but none will stay connected
 
Try these commands in putty

Code:
cd /hdd/vpn

Code:
sed -i 's/comp-lzo/auth-nocache/g' *.ovpn

Code:
find /hdd/vpn -name "*.ovpn" -type f | xargs sed -i -e '/keysize 256/d'
 
Try these commands in putty

Code:
cd /hdd/vpn

Code:
sed -i 's/comp-lzo/auth-nocache/g' *.ovpn

Code:
find /hdd/vpn -name "*.ovpn" -type f | xargs sed -i -e '/keysize 256/d'
It changed the dir path ok but did not appear to do any action with the final two comands

root@sf8008:~# cd /hdd/vpn
root@sf8008:/hdd/vpn# sed -i 's/comp-lzo/auth-nocache/g' *.ovpn
root@sf8008:/hdd/vpn# find /hdd/vpn -name "*.ovpn" -type f | xargs sed -i -e '/keysize 256/d'
root@sf8008:/hdd/vpn#
 
-sh: cd: /hdd/vpn: No such file or directory
root@sf8008:~# root@sf8008:~# cd /hdd/vpn
-sh: root@sf8008:~#: command not found
root@sf8008:~# -sh: cd: /hdd/vpn: No such file or directory
-sh: -sh:: command not found
root@sf8008:~# root@sf8008:~#
-sh: root@sf8008:~#: command not found
root@sf8008:~#


I have re run it and it is saying no directory exists
 
Really struggling with this any help appreciated

1 i am assuming from the error I do not have a dir set up
hdd what is the path for this ie etc/HDD/VPN ? And I'll set up a directory

I might change from pi to openvix see If I can get it to work on that
 
Back
Top