代码之家  ›  专栏  ›  技术社区  ›  tom

Openvpn linux连接重置,重新启动[0][已关闭]

  •  -2
  • tom  · 技术社区  · 9 年前

    这在windows下工作得很好,但在我的ubuntu笔记本电脑上失败了

    有人知道这是为什么吗?

    openvpn输出

    Thu Dec 31 13:49:42 2015 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Apr 13 2015
    Thu Dec 31 13:49:42 2015 WARNING: file 'tom.key' is group or others accessible
    Thu Dec 31 13:49:42 2015 Socket Buffers: R=[87380->131072] S=[16384->131072]
    Thu Dec 31 13:49:42 2015 Attempting to establish TCP connection with [AF_INET]120.136.49.81:47 [nonblock]
    
    .........
    
    Thu Dec 31 13:49:46 2015 OPTIONS IMPORT: timers and/or timeouts modified
    Thu Dec 31 13:49:46 2015 OPTIONS IMPORT: --ifconfig/up options modified
    Thu Dec 31 13:49:46 2015 OPTIONS IMPORT: route options modified
    Thu Dec 31 13:49:46 2015 OPTIONS IMPORT: route-related options modified
    Thu Dec 31 13:49:46 2015 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
    Thu Dec 31 13:49:46 2015 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlan0 HWADDR=88:53:2e:a5:8b:1f
    Thu Dec 31 13:49:46 2015 TUN/TAP device tap0 opened
    Thu Dec 31 13:49:46 2015 TUN/TAP TX queue length set to 100
    Thu Dec 31 13:49:46 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
    Thu Dec 31 13:49:46 2015 /sbin/ip link set dev tap0 up mtu 1500
    Thu Dec 31 13:49:46 2015 /sbin/ip addr add dev tap0 10.8.0.61/8 broadcast 10.255.255.255
    Thu Dec 31 13:49:46 2015 /sbin/ip route add 120.136.49.81/32 via 192.168.1.1
    RTNETLINK answers: File exists
    Thu Dec 31 13:49:46 2015 ERROR: Linux route add command failed: external program exited with error status: 2
    Thu Dec 31 13:49:46 2015 /sbin/ip route add 0.0.0.0/1 via 10.1.4.10
    Thu Dec 31 13:49:46 2015 /sbin/ip route add 128.0.0.0/1 via 10.1.4.10
    Thu Dec 31 13:49:46 2015 /sbin/ip route add 10.0.0.0/8 via 10.1.4.10
    RTNETLINK answers: File exists
    Thu Dec 31 13:49:46 2015 ERROR: Linux route add command failed: external program exited with error status: 2
    Thu Dec 31 13:49:46 2015 Initialization Sequence Completed
    
    Thu Dec 31 13:50:01 2015 Connection reset, restarting [0]
    Thu Dec 31 13:50:01 2015 SIGUSR1[soft,connection-reset] received, process restarting
    Thu Dec 31 13:50:01 2015 Restart pause, 5 second(s)
    

    此时,它将进入一个无限的重新连接和断开连接循环,在断开连接之前,连接处于活动状态约3秒

    汤姆。ovpn内容:

    client
    dev tap
    proto tcp
    remote xxxxxxxxxxxxxxx 47
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    ca ca.crt
    cert tom.crt
    key tom.key
    ns-cert-type server
    comp-lzo
    verb 3
    
    1 回复  |  直到 9 年前
        1
  •  1
  •   tom    9 年前

    我发现了问题。我犯了一个愚蠢的错误。 我需要打开端口47上的防火墙

    酱汁: http://www.sparklabs.com/forum/viewtopic.php?f=3&t=1631