Vpn
FreeBSD L2TP VPN 連接錯誤
我在 FreeBSD 10 上有一個 L2TP/IPsec VPN 伺服器,設置為本文。一切正常,除了客戶端無法接收來自外部的數據包。
以下是連接的客戶端嘗試 ping 8.8.8.8 時的 tcpdump 結果:
root@freebsd-7638:~ # tcpdump -i vtnet0 icmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on vtnet0, link-type EN10MB (Ethernet), capture size 65535 bytes 05:55:17.630770 IP 192.168.99.150 > google-public-dns-a.google.com: ICMP echo request, id 36697, seq 0, length 64 05:55:18.627825 IP 192.168.99.150 > google-public-dns-a.google.com: ICMP echo request, id 36697, seq 1, length 64 05:55:19.624058 IP 192.168.99.150 > google-public-dns-a.google.com: ICMP echo request, id 36697, seq 2, length 64 05:55:20.618946 IP 192.168.99.150 > google-public-dns-a.google.com: ICMP echo request, id 36697, seq 3, length 64 05:55:21.622551 IP 192.168.99.150 > google-public-dns-a.google.com: ICMP echo request, id 36697, seq 4, length 64
另一方面,ping 結果總是超時。
可能是什麼問題呢?我該去哪裡檢查?我注意到的另一件事是,有時有數據包從 Google DNS 到 VPN 伺服器但客戶端,這可能是 NAT 問題嗎?謝謝。
事實證明這是10.0-RELEASE 的一個已知問題。