将 libnss-sysytemd 库升级到最新版本237-3ubuntu10.12
后,IPSEC/L2TP VPN 连接已建立,但我无法连接到 LAN 外部。我发现路由表和版本不一样237-3ubuntu10.11
。不同之处在于IP地址的顺序。在 237-3ubuntu10.12 上,路由表中远程 vpn ip 地址的顺序是正常的,但是 VPN 连接不能正常工作。在 237-3ubuntu10.11 上,顺序是相反的,然后 VPN 连接正常。
但是今天,即使在版本上,它也再次出现在 Starbacks WIFI 上237-3ubuntu10.11
。路由表如下。
Starbacks WIFI 上的 237-3ubuntu10.11
Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
123.234.345.456 _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
237-3ubuntu10.11 上的移动网络共享。
Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
456.345.234.123. _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
我确定这是systemd的错误。有没有人报告过这个错误?
我正在使用 strongswan 和 xl2tp。无论如何它不会导致这个问题。
八位字节顺序颠倒的 IP 地址有一个尾随点,表示它是反向 DNS PTR 记录的重要部分。看 :
已使用此解决方案修复。
这是系统错误。
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1624320
resolvconf 和 NetworkManager 设置了错误的名称服务器