WARNING: potential route subnet conflict
Posted: Sat Dec 04, 2010 4:29 am
When I connect to a anonymous VPN servicve I'm using running this cmd in Linux at the terminal;
openvpn --auth-nocache --config /etc/openvpn/keys/openvpn.ovpn --ca /etc/openvpn/certs/ca.crt --comp-lzo yes
I see in the console as I'm connecting these messages;
Fri Dec 3 18:10:34 2010 WARNING: potential route subnet conflict between local LAN [10.8.0.0/255.255.255.0] and remote VPN [10.8.0.1/255.255.255.255]
Fri Dec 3 18:10:34 2010 /sbin/route add -net 10.8.0.1 netmask 255.255.255.255 gw 10.8.0.29
Is there something I need to do as a client connecting to fix this conflict?
THANKS
P.S. For now I put this in my rc.local
/sbin/route add -net 10.8.0.1 dev eth0
/sbin/route add -net 10.8.0.1 dev wlan0
/sbin/route add default gw 10.8.0.29
openvpn --auth-nocache --config /etc/openvpn/keys/openvpn.ovpn --ca /etc/openvpn/certs/ca.crt --comp-lzo yes
I see in the console as I'm connecting these messages;
Fri Dec 3 18:10:34 2010 WARNING: potential route subnet conflict between local LAN [10.8.0.0/255.255.255.0] and remote VPN [10.8.0.1/255.255.255.255]
Fri Dec 3 18:10:34 2010 /sbin/route add -net 10.8.0.1 netmask 255.255.255.255 gw 10.8.0.29
Is there something I need to do as a client connecting to fix this conflict?
THANKS
P.S. For now I put this in my rc.local
/sbin/route add -net 10.8.0.1 dev eth0
/sbin/route add -net 10.8.0.1 dev wlan0
/sbin/route add default gw 10.8.0.29