mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #74] ping延时相差10至20毫秒左右 #66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huangsen365 on GitHub (Apr 24, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/74
您好,我有台服务器已经部署此ipsec-vpn服务,
假如服务器端公网ip为123.123.123.123,对应的IPSEC-VPN服务所获得的IP为192.168.42.1,
我的客户端拨入连接此ipsec-vpn服务器,获得的IP为192.168.42.100,
现发现有个问题,以下两个ping测试得到的延时相差10至20毫秒左右,
在我的客户端ping 123.123.123.123 为25毫秒左右
在我的客户端ping 192.168.42.1 为35至45毫秒左右
理论上来讲,123.123.123.123和192.168.42.1的链路层都是一样的,理应得到的ping延时也比较接近才对的。请问这种情况下有可能跟ipsec-vpn背后所需的底层库/对应服务所消耗的资源有关吗?
多谢解答!