Hi,
I have Fedora 15 installed and running. I'm setting up a VPN connection with the NetworkManager. When the VPN iis on, it works for accessing the private network. However, tun seems to be overwriting the default gateway settings when the VPN is on, so I can no longer access public IP addresses. With VPN off, normal public addresses work fine.
With VPN off:
$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.128.1.1 0.0.0.0 UG 0 0 0 wlan0
10.128.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
With VPN on:
$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.9.0.41 0.0.0.0 UG 0 0 0 tun0
...
NetworkManager shouldn't be doing that, should it? If not, is this a bug, or is there some way I can fix this?
Thanks, mitch