|
|
Pierre LEONARD wrote:
that don't function
if i replace the ifconfig, route and push"ifconfig..." with "server"
like that
*****************************************************************************************************************************
server
push "route 192.168.1.0 255.255.255.0"
client-config-dir /etc/openvpn/ccd/
*****************************************************************************************************************************
the server don't want to start because (i suppose) that i've yet specify
the "mode server" directive at the top of th file.
"mode server" is very definitely not required; I use it in none of my
OpenVPN config files. However, "server" with no parameters is not
enough; the server directive has parameters for both network and
netmask, as specified in the man page. If you're using 192.168.1.0/24
for your VPN, you'd want to use "server 192.168.1.0 255.255.255.0".
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|