V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
yadizzz
V2EX  ›  问与答

openvpn多设备连接

  •  
  •   yadizzz · 2013-05-29 13:55:21 +08:00 · 6039 次点击
    这是一个创建于 3984 天前的主题,其中的信息可能已经有所发展或是发生改变。
    serverconfig上默认max clients说是1024,可是电脑和手机一直没法同时连接,改成100也还是不行,config文件如下:
    local xxx.xxx.xxx.xxx
    port 110
    proto tcp
    dev tun
    ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
    cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
    key /etc/openvpn/easy-rsa/2.0/keys/server.key
    dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
    server 10.8.0.0 255.255.255.0
    client-to-client
    keepalive 10 120
    max-clients 100
    comp-lzo
    persist-key
    persist-tun
    status /etc/openvpn/easy-rsa/2.0/keys/openvpn-status.log
    verb 4
    push "dhcp-option DNS 10.8.0.1"
    push "dhcp-option DNS 8.8.8.8"
    push "dhcp-option DNS 8.8.4.4"

    所以多设备连接和maxclients有没有关系呢?
    4 条回复    1970-01-01 08:00:00 +08:00
    tarsier
        1
    tarsier  
       2013-05-29 14:11:45 +08:00   ❤️ 1
    # The maximum number of concurrently connected
    # clients we want to allow.
    ;max-clients 100
    我觉得是指多个设备采用不同的key文件登陆吧

    如果你手机跟电脑才用同一个key文件,我觉得应该是server端的duplicate-cn选项
    yadizzz
        2
    yadizzz  
    OP
       2013-05-29 14:18:05 +08:00
    @tarsier nice!可以了!
    ooxxcc
        3
    ooxxcc  
       2013-05-29 14:20:13 +08:00
    # Uncomment this directive if multiple clients
    # might connect with the same certificate/key
    # files or common names. This is recommended
    # only for testing purposes. For production use,
    # each client should have its own certificate/key
    # pair.
    #
    # IF YOU HAVE NOT GENERATED INDIVIDUAL
    # CERTIFICATE/KEY PAIRS FOR EACH CLIENT,
    # EACH HAVING ITS OWN UNIQUE "COMMON NAME",
    # UNCOMMENT THIS LINE OUT.
    ;duplicate-cn

    谁让你直接复制别人的配置文件,而不是从sample改。。。
    yadizzz
        4
    yadizzz  
    OP
       2013-05-29 14:28:50 +08:00
    @ooxxcc 有道理!
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3577 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 00:46 · PVG 08:46 · LAX 17:46 · JFK 20:46
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.