How can I prevent OpenVPN from clobbering local route?
- by ataylor
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?