https://bugzilla.novell.com/show_bug.cgi?id=391453 User bili@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=391453#c1 --- Comment #1 from Li Bin <bili@novell.com> 2008-05-30 04:06:04 MDT --- It's the same issue with Bug #394754, although it's different VPN. I review the source code found that when connecting the vpn server successfully, the nm call "nm_system_vpn_device_set_from_ip4_config" set the ip4 address and route, and call "nm_system_device_replace_default_ip4_route" cause "g_slist_length (routes)=0", so the default route to be changed to tun2, like this : 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 tun2 There are two method to resolved this issue, one is: edit the configuration, open the "Optional" tab, select "Only use VPN connection for these addresses:" and input 10.1.90.19/32 10.21.6.203/32 10.1.0.34/32 10.22.4.152/32 10.21.6.204/32 10.22.4.149/32 10.1.0.203/32 10.1.0.204/32 then it works fine. Another, we need let the nm don't replace the default route when the routes is null. tambet, any idea? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.