https://bugzilla.novell.com/show_bug.cgi?id=687514 https://bugzilla.novell.com/show_bug.cgi?id=687514#c18 --- Comment #18 from Li Bin <bili@novell.com> 2011-04-20 08:48:18 UTC --- Find the reason, the nvpn couldn't setup the ip interface and address normally cause the information from "ip route get" is difference. In 2.6.37.1-1.2-desktop # ip r get 61.14.130.209 61.14.130.209 via 147.2.207.254 dev eth0 src 147.2.207.140 cache mtu 1500 advmss 1460 hoplimit 64 In 2.6.38.3-20-default # ip r get 61.14.130.209 61.14.130.209 via 147.2.207.254 dev eth0 src 147.2.207.140 cache the nvpn need the mtu and advmss information to build the virtual interface eth0:1. So I thought the 'ip' could get the mtu information correctly. -- 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.