Home Page › Forums › Network Management › ZeroShell › OpenVPN Configuration File › Reply To: OpenVPN Configuration File
April 24, 2009 at 9:47 pm
#48042
Participant
Zeroshell does not use a configuration file for OpenVPN, but it just configures the VPN with the command line parameters.
Use the command
ps -ef |grep openvpn
to view them. It will appear something like this:
openvpn –dev VPN00 –port 1195 –proto tcp-server –secret /tmp/VPN00.psk –dev-type tap –float –ping 1 –ping-restart 7 –management 127.0.0.1 34000 –daemon VPN00_L2L –comp-lzo –down /root/kerbynet.cgi/scripts/vpn_mii
Regards
Fulvio