|
|
Hello, In man pages it is explained how connect-retry option works, but in my case it has no effect - TCP connection is restarted 3 seconds after the authentication failure. Here is config file of my client: $ cat /etc/openvpn/openvpn.conf remote 1.2.3.4 port 443 proto tcp-client dev tun tls-client connect-retry 10 ca /etc/openvpn.secret/ca.cer cert /etc/openvpn.secret/host.cer key /etc/openvpn.secret/host.key verb 4 pull Here is part of debug from client: Wed Aug 11 15:29:51 2004 us=961253 n_bcast_buf = 256 Wed Aug 11 15:29:51 2004 us=961284 real_hash_size = 256 Wed Aug 11 15:29:51 2004 us=961316 virtual_hash_size = 256 Wed Aug 11 15:29:51 2004 us=961347 client_connect_script = '[UNDEF]' Wed Aug 11 15:29:51 2004 us=961379 learn_address_script = '[UNDEF]' Wed Aug 11 15:29:51 2004 us=961410 client_disconnect_script = '[UNDEF]' Wed Aug 11 15:29:51 2004 us=961442 client_config_dir = '[UNDEF]' Wed Aug 11 15:29:51 2004 us=961473 tmp_dir = '[UNDEF]' Wed Aug 11 15:29:51 2004 us=961504 push_ifconfig_defined = DISABLED Wed Aug 11 15:29:51 2004 us=961542 push_ifconfig_local = 0.0.0.0 Wed Aug 11 15:29:51 2004 us=961582 push_ifconfig_remote_netmask = 0.0.0.0 Wed Aug 11 15:29:51 2004 us=961615 enable_c2c = DISABLED Wed Aug 11 15:29:51 2004 us=961647 duplicate_cn = DISABLED Wed Aug 11 15:29:51 2004 us=961679 cf_max = 0 Wed Aug 11 15:29:51 2004 us=961709 cf_per = 0 Wed Aug 11 15:29:51 2004 us=961740 max_clients = 1024 Wed Aug 11 15:29:51 2004 us=961844 OpenVPN 2.0_beta9 i686-pc-linux [SSL] [LZO] built on Aug 4 2004 Wed Aug 11 15:29:51 2004 us=961902 Restart pause, 3 second(s) Am I doing something wrong again, or....? Thanks Vladimir __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |