How can I prevent OpenVPN from clobbering local route?
Posted
by
ataylor
on Server Fault
See other posts from Server Fault
or by ataylor
Published on 2011-03-02T03:15:41Z
Indexed on
2011/03/02
7:26 UTC
Read the original article
Hit count: 520
I have a local network on 192.168.1.0 with netmask 255.255.255.0. When I connect to a VPN though OpenVPN (as a client), it pushes a route for 192.168.1.0 that clobbers the existing one, making my local network inaccessible. I don't to access anything on 192.168.1.0 on the remote machine; I'd like to just ignore it, while accepting the other routes that are pushed. My client is Ubuntu 10.10.
How can I skip the one offending route?
© Server Fault or respective owner