这是一个常见的这个问题很容易在搜索中出现,似乎与防火墙有关,但我似乎无法弄清楚如何修复它。我实际上已经问过前但这次我带着更多有关此事的信息和对问题的更好理解回来了。
当我的 openvpn 服务器(位于 NAT 后面)的外部 IP 发生变化时就会出现问题,因为我的互联网连接具有动态 IP。
因此,一旦我的外部 IP 发生变化,我的 VPN 客户端就无法再连接到服务器。这很令人头疼,因为重启后(OpenVPN 服务器和防火墙也一样)通常不会更正问题。不过,重启几次后,一切会恢复正常,直到我的 IP 再次发生变化。
以下日志是从 2 个(服务器和客户端)slackware linux 系统获取的。
我的服务器配置如下:
cd /etc/openvpn
proto udp
port 32456
comp-lzo
verb 1
log-append /var/log/openvpn/server.log
status /var/log/openvpn/server-status.log
daemon
dev tun
persist-tun
persist-key
server 192.168.26.0 255.255.255.0
ifconfig-pool-persist /var/log/openvpn/ipp.txt
client-to-client
client-config-dir ccd
route-gateway 'dhcp'
route 192.168.114.0 255.255.255.0
route 192.168.18.0 255.255.255.0
push "route 192.168.112.0 255.255.255.0 vpn_gateway"
push "route 192.168.114.0 255.255.255.0"
push "route 192.168.18.0 255.255.255.0"
cipher BF-CBC
ca keys/ca.crt
dh keys/dh1024.pem
cert keys/stardust.crt
key keys/stardust.key
crl-verify certs/crl.pem
keepalive 20 120
user openvpn
group openvpn
max-clients 15
客户端配置如下(所有客户端相同)
client
dev tun
proto udp
remote my.dyndns1.site 32456
remote mydyndns2.site 32456
float
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/forge.crt
key /etc/openvpn/keys/forge.key
ns-cert-type server
cipher BF-CBC
comp-lzo
verb 3
mute 10
keepalive 10 60
log-append /var/log/openvpn/client.log
在服务器上,日志文件显示以下内容()
Mon Jul 13 17:27:43 2015 us=15365 x.x.x.x:39397 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Mon Jul 13 17:27:43 2015 us=15406 x.x.x.x:39397 TLS Error: TLS handshake failed
....
....(a few seconds pass by)
....
Mon Jul 13 17:29:43 2015 us=15492 x.x.x.x:39397 SIGUSR1[soft,tls-error] received, client-instance restarting
Mon Jul 13 17:29:44 2015 us=718669 MULTI: multi_create_instance called
Mon Jul 13 17:29:44 2015 us=718735 x.x.x.x:47092 Re-using SSL/TLS context
Mon Jul 13 17:29:44 2015 us=718770 x.x.x.x:47092 LZO compression initialized
Mon Jul 13 17:29:44 2015 us=718856 x.x.x.x:47092 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Jul 13 17:29:44 2015 us=718888 x.x.x.x:47092 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Jul 13 17:29:44 2015 us=718932 x.x.x.x:47092 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SH
A1,keysize 128,key-method 2,tls-server'
Mon Jul 13 17:29:44 2015 us=718948 x.x.x.x:47092 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-C
BC,auth SHA1,keysize 128,key-method 2,tls-client'
Mon Jul 13 17:29:44 2015 us=718974 x.x.x.x:47092 Local Options hash (VER=V4): '530fdded'
Mon Jul 13 17:29:44 2015 us=718994 x.x.x.x:47092 Expected Remote Options hash (VER=V4): '41690919'
Mon Jul 13 17:29:44 2015 us=719028 x.x.x.x:47092 TLS: Initial packet from x.x.x.x:47092, sid=a439532b 854729a0
在客户端上,日志文件显示:
Mon Jul 13 17:32:51 2015 us=341010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Jul 13 17:32:51 2015 us=341263 Re-using SSL/TLS context
Mon Jul 13 17:32:51 2015 us=341309 LZO compression initialized
Mon Jul 13 17:32:51 2015 us=341451 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Jul 13 17:32:51 2015 us=341526 Socket Buffers: R=[229376->131072] S=[229376->131072]
Mon Jul 13 17:32:51 2015 us=510459 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Jul 13 17:32:51 2015 us=510614 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128
,key-method 2,tls-client'
Mon Jul 13 17:32:51 2015 us=510642 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,k
eysize 128,key-method 2,tls-server'
Mon Jul 13 17:32:51 2015 us=510692 Local Options hash (VER=V4): '41690919'
Mon Jul 13 17:32:51 2015 us=510733 Expected Remote Options hash (VER=V4): '530fdded'
Mon Jul 13 17:32:51 2015 us=510771 UDPv4 link local: [undef]
Mon Jul 13 17:32:51 2015 us=510806 UDPv4 link remote: [AF_INET]x.x.x.x:32456
....
....(a few secs pass by)
....
Mon Jul 13 17:32:49 2015 us=340411 [UNDEF] Inactivity timeout (--ping-restart), restarting
Mon Jul 13 17:32:49 2015 us=340678 TCP/UDP: Closing socket
Mon Jul 13 17:32:49 2015 us=340752 SIGUSR1[soft,ping-restart] received, process restarting
Mon Jul 13 17:32:49 2015 us=340792 Restart pause, 2 second(s)
你觉得我的配置有什么问题吗?我猜想一旦服务器的 IP 发生变化,客户端防火墙就不允许 ping 响应到达它们(因此所有有状态的 ESTABLISH、RELATED 连接都不再适用于新的服务器 IP)。
因此,我开始测试防火墙日志并记录客户端和 openvpn 服务器之间的数据包。
我从tcpdump -i eth1 host <server_ip> and udp
客户端检查了传入的数据包......
17:31:22.467092 IP 192.168.233.165.36312 > <server_ip>.32456: UDP, length 14
17:31:22.510463 IP <server_ip>.13519 > 192.168.233.165.36312: UDP, length 26
17:31:24.553394 IP 192.168.233.165.36312 > <server_ip>.32456: UDP, length 14
17:31:24.595869 IP <server_ip>.13519 > 192.168.233.165.36312: UDP, length 26
...同时查看防火墙日志
Jul 15 17:31:22 zeus INPUT packet died: IN=eth1 OUT= MAC=00:50:bf:2b:5f:f8:20:89:86:9a:f1:10:08:00 SRC=<server_ip> DST=192.168.233.165 LEN=54 TOS=00 PREC=0x00 TTL=56 ID=0 DF PROTO=UDP SPT=13519 DPT=36312 LEN=34
Jul 15 17:31:24 zeus INPUT packet died: IN=eth1 OUT= MAC=00:50:bf:2b:5f:f8:20:89:86:9a:f1:10:08:00 SRC=<server_ip> DST=192.168.233.165 LEN=54 TOS=00 PREC=0x00 TTL=56 ID=0 DF PROTO=UDP SPT=13519 DPT=36312 LEN=34
确实,正如预期的那样,由于客户端防火墙 INPUT 链拦截了服务器的响应,因此无法建立连接。客户端防火墙如下所示
iptables -A INPUT -p ALL -i $INET_IFACE -m state --state ESTABLISHED,RELATED -j ACCEPT
所以我希望这行能让数据包通过。我确实启用了状态数据包检查:
zcat /proc/config.gz | grep CONFIG_NF_CONNTRACK
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_EVENTS is not set
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
只是为了验证我也检查了
cat /proc/net/ip_conntrack | <server_ip>
udp 17 24 src=192.168.233.165 dst=<server_ip> sport=36312 dport=32456 [UNREPLIED] src=<server_ip> dst=192.168.233.165 sport=32456 dport=36312 mark=0 use=2
因此,读取 tcpdump 的前两行(取自客户端),客户端从端口 36312 发送一个数据包到指定的(在 openvpn 服务器配置中)端口 32456。
然后客户端防火墙设置一个 conntrack 规则(用于已建立的连接)。这还没有建立 - 我认为服务器必须在同一通道上回复。
但是(回顾 tcpdump,第二行)openvpn 服务器从端口 13519 回复,所以这永远无法传递“ESTABLISHED,RELATED”行。
我得出的结论是,这就是问题所在,对吗?我该怎么办?OpenVPN 服务器中似乎没有可用于修复服务器响应端口的方法。而且我不确定这个问题还有其他可能的解决方案……
答案1
我知道这并不是真正的答案,我只是根据 OP 的要求粘贴了我的配置。
客户端配置:
remote xxxx.no-ip.info
port 1195
float
# network
dev tun0
ifconfig 192.168.7.98 192.168.7.97
route 192.168.7.64 255.255.255.224 192.168.7.97
route 192.168.7.128 255.255.255.224 192.168.7.97
# symmetrical key
secret /etc/openvpn/scalpel/static.key
# compression
comp-lzo
# Security
user nobody
group nogroup
# high availability options
keepalive 10 30
persist-tun
persist-key
verb 1
mute 2
# Logging
log-append /var/log/openvpn_scalpel.log
服务器配置:
# Scalpel - OpenVPN Server (do lacznosci miedzy oddzialami)
# Last modified 2011.05.22
port 1195
# network
dev tun0
ifconfig 192.168.7.97 192.168.7.98
route 192.168.7.0 255.255.255.192 192.168.7.98
# symmetrical key
secret /etc/openvpn/scalpel/static.key
# compression
comp-lzo
# Security
user nobody
group nogroup
max-clients 1 # maximum number to clients allowed to connect
# high availability options
keepalive 10 30
persist-tun
persist-key
verb 1
mute 2
# Logging
log-append /var/log/openvpn_scalpel.log
数据包跟踪服务器端:
0.000000 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
3.834972 192.168.7.66 -> 79.184.15.251 UDP 158 Source port: 1195 Destination port: 5117
3.927502 79.184.15.251 -> 192.168.7.66 UDP 166 Source port: 5117 Destination port: 1195
3.930257 192.168.7.66 -> 79.184.15.251 UDP 158 Source port: 1195 Destination port: 5117
4.022063 79.184.15.251 -> 192.168.7.66 UDP 166 Source port: 5117 Destination port: 1195
8.223466 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
14.436576 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
17.929467 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
17.929594 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
17.929685 192.168.7.66 -> 79.184.15.251 UDP 238 Source port: 1195 Destination port: 5117
27.989889 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
28.081743 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
38.104471 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
38.207144 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
44.063394 79.184.15.251 -> 192.168.7.66 UDP 254 Source port: 5117 Destination port: 1195
44.063662 79.184.15.251 -> 192.168.7.66 UDP 214 Source port: 5117 Destination port: 1195
48.249463 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
54.440786 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
58.703483 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
Wed Jul 29 14:40:02 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
68.715974 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
Wed Jul 29 14:40:12 2015 NOTE: --mute triggered...
78.984871 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
Wed Jul 29 14:40:17 2015 1 variation(s) on previous 2 message(s) suppressed by --mute
Wed Jul 29 14:40:17 2015 Inactivity timeout (--ping-restart), restarting
Wed Jul 29 14:40:17 2015 SIGUSR1[soft,ping-restart] received, process restarting
Wed Jul 29 14:40:19 2015 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed Jul 29 14:40:19 2015 Re-using pre-shared static key
Wed Jul 29 14:40:19 2015 LZO compression initialized
Wed Jul 29 14:40:19 2015 Preserving previous TUN/TAP instance: tun0
Wed Jul 29 14:40:19 2015 UDPv4 link local (bound): [undef]:1195
Wed Jul 29 14:40:19 2015 UDPv4 link remote: [undef]
Wed Jul 29 14:40:32 2015 Peer Connection Initiated with 79.184.15.251:5117
99.482520 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
Wed Jul 29 14:40:33 2015 Initialization Sequence Completed
106.579960 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
106.579994 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
106.671790 79.184.15.251 -> 192.168.7.66 UDP 238 Source port: 5117 Destination port: 1195
110.199108 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
110.199228 192.168.7.66 -> 79.184.15.251 UDP 238 Source port: 1195 Destination port: 5117
119.683353 79.184.15.251 -> 192.168.7.66 UDP 102 Source port: 5117 Destination port: 1195
120.784617 192.168.7.66 -> 79.184.15.251 UDP 102 Source port: 1195 Destination port: 5117
数据包跟踪客户端:
0.000000 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
2.227622 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
2.227651 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
3.566194 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
11.640422 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
13.809216 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:02 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
21.876795 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:12 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
32.116168 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:22 2015 NOTE: --mute triggered...
42.283532 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
42.283564 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:24 2015 2 variation(s) on previous 2 message(s) suppressed by --mute
Wed Jul 29 14:43:24 2015 Inactivity timeout (--ping-restart), restarting
Wed Jul 29 14:43:24 2015 SIGUSR1[soft,ping-restart] received, process restarting
Wed Jul 29 14:43:26 2015 Re-using pre-shared static key
Wed Jul 29 14:43:26 2015 LZO compression initialized
Wed Jul 29 14:43:27 2015 Preserving previous TUN/TAP instance: tun0
Wed Jul 29 14:43:27 2015 UDPv4 link local (bound): [undef]:1195
Wed Jul 29 14:43:27 2015 UDPv4 link remote: 89.69.145.76:1195
Wed Jul 29 14:43:27 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Wed Jul 29 14:43:27 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
46.575799 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
46.575822 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:31 2015 NOTE: --mute triggered...
51.283850 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
57.386083 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
66.606426 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
66.606450 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:43:58 2015 4 variation(s) on previous 2 message(s) suppressed by --mute
Wed Jul 29 14:43:58 2015 Inactivity timeout (--ping-restart), restarting
Wed Jul 29 14:43:58 2015 SIGUSR1[soft,ping-restart] received, process restarting
79.480353 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:44:00 2015 Re-using pre-shared static key
Wed Jul 29 14:44:00 2015 LZO compression initialized
Wed Jul 29 14:44:00 2015 Preserving previous TUN/TAP instance: tun0
Wed Jul 29 14:44:00 2015 UDPv4 link local (bound): [undef]:1195
Wed Jul 29 14:44:00 2015 UDPv4 link remote: 89.69.145.76:1195
Wed Jul 29 14:44:00 2015 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Wed Jul 29 14:44:10 2015 Peer Connection Initiated with 89.69.145.76:1195
89.588295 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
89.588321 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
89.680566 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
Wed Jul 29 14:44:11 2015 Initialization Sequence Completed
92.180902 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
92.181072 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
92.405420 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
92.405643 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
92.409120 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
92.409194 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
92.501167 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
92.501909 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
92.504901 89.69.145.76 -> 192.168.7.2 UDP Source port: 1195 Destination port: 1195
92.505027 192.168.7.2 -> 89.69.145.76 UDP Source port: 1195 Destination port: 1195
客户端和服务器都位于 nat 后面,都有动态公网 IP 地址。路由器上还有一个端口转发 (1195),用于将服务器与“世界”连接起来。
路由器配置-服务器端:
路由器配置,端口转发-服务器端:
路由器配置-客户端:
Conntrack 客户端:
udp 17 179 src=192.168.7.2 dst=89.69.145.76 sport=1195 dport=1195 packets=852493 bytes=480026440 src=89.69.145.76 dst=192.168.7.2 sport=1195 dport=1195 packets=1093350 bytes=1226684584 [ASSURED] mark=0 use=1