[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenVPN - connection issue with T46G
Author Message
AndyInNYC Offline
Junior Member
**

Posts: 10
Joined: Jul 2014
Reputation: 1
Post: #1
OpenVPN - connection issue with T46G
I have two RentPBX accounts. On each I have created an OpenVPN server. The two machines *should* be virtually identical except that one is running Scientific Linux as the OS.

On the Centos machine I can connect the T46G via OpenVPN; on the Scientific Linux machine I get TLS errors (more below).

On both machines I can connect using a PC or an iPhone with OpenVPN software.

The two machines use the same server.conf and client config and have the same iptables rules (other than the specific IP of each). Iptables must be working correctly, because I can log in from non-Yealink T46G devices.

To be clear, the certificates for each were created on the specific machine (not trying to share them across machines) and using those certificates I can log in to either machine (with the proper certificates) from a PC or iPhone. I can't OpenVPN in using the Yealink to the Scientific Linux machine.

Phone firmware: 28.72.0.41

Here is the server.conf file:

Code:
local 209.x.y.z
port 1194
proto udp
dev tun
daemon
persist-tun
persist-key
cipher BF-CBC
tls-server
mode server
server 10.8.0.0 255.255.255.0
push "route 10.2.1.0 255.255.255.0"
push "dhcp-option DNS 10.2.1.1"
keepalive 20 60
client-to-client
duplicate-cn
comp-lzo
verb 3
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
dh /etc/openvpn/dh1024.pem
log-append /etc/openvpn/openvpn.log

The client side is:

Code:
client
persist-tun
persist-key
cipher BF-CBC
auth SHA1
tls-client
ns-cert-type server
remote 209.x.y.z
nobind
port 1194
proto udp
dev tun
comp-lzo
verb 3
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key

The tar file is created on each machine using the same procedure; all files are in the right directory.

Again, the files, when copied to an iPhone or PC work correctly.

Here's the VPN error log I get on the server side when trying to connect to the Scientific Linux machine:

Code:
OpenVPN 2.3.2 i686-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Sep 12 2013
Diffie-Hellman initialized with 1024 bit key
Socket Buffers: R=[112640->131072] S=[112640->131072]
ROUTE_GATEWAY 209.159.x.y
TUN/TAP device tun0 opened
TUN/TAP TX queue length set to 100
do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
/sbin/ip link set dev tun0 up mtu 1500
/sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
/sbin/ip route add 10.8.0.0/24 via 10.8.0.2
UDPv4 link local (bound): [AF_INET]RENTPBX_(P:1194
UDPv4 link remote: [undef]
MULTI: multi_init called, r=256 v=256
IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0
Initialization Sequence Completed
HouseIP:34852 TLS: Initial packet from [AF_INET]HouseIP:34852, sid=fe88c0c8 699078f9
HouseIP:40920 TLS: Initial packet from [AF_INET]HouseIP:40920, sid=6eed9727 04d4ea87
HouseIP:45725 TLS: Initial packet from [AF_INET]HouseIP:45725, sid=0db490a6 e5a49053
HouseIP:40641 TLS: Initial packet from [AF_INET]HouseIP:40641, sid=e3152eda 9025843b
HouseIP:49672 TLS: Initial packet from [AF_INET]HouseIP:49672, sid=dba3a590 1e79764b
HouseIP:34031 TLS: Initial packet from [AF_INET]HouseIP:34031, sid=5127239b f9075b98
HouseIP:49272 TLS: Initial packet from [AF_INET]HouseIP:49272, sid=6d15acdd fbb6e766
HouseIP:34852 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:34852 TLS Error: TLS handshake failed
HouseIP:34852 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:40920 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:40920 TLS Error: TLS handshake failed
HouseIP:40920 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:45725 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:45725 TLS Error: TLS handshake failed
HouseIP:45725 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:40641 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:40641 TLS Error: TLS handshake failed
HouseIP:40641 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:49672 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:49672 TLS Error: TLS handshake failed
HouseIP:49672 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:34031 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:34031 TLS Error: TLS handshake failed
HouseIP:34031 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:49272 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:49272 TLS Error: TLS handshake failed
HouseIP:49272 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:36183 TLS: Initial packet from [AF_INET]HouseIP:36183, sid=839c6bde 2cadfb45
HouseIP:47609 TLS: Initial packet from [AF_INET]HouseIP:47609, sid=c600a294 561802d5
HouseIP:52871 TLS: Initial packet from [AF_INET]HouseIP:52871, sid=5b664bd5 be9fa710
HouseIP:41738 TLS: Initial packet from [AF_INET]HouseIP:41738, sid=b374dedc d477923f
HouseIP:58878 TLS: Initial packet from [AF_INET]HouseIP:58878, sid=8fd17fa0 a21e3d8f
HouseIP:38685 TLS: Initial packet from [AF_INET]HouseIP:38685, sid=770ac393 a4dbc366
HouseIP:39776 TLS: Initial packet from [AF_INET]HouseIP:39776, sid=8b2edf77 c0ee34e1
HouseIP:46842 TLS: Initial packet from [AF_INET]HouseIP:46842, sid=dbabe30a c25f5e5d
HouseIP:39545 TLS: Initial packet from [AF_INET]HouseIP:39545, sid=d5db5cbf 0c5534ea
HouseIP:41732 TLS: Initial packet from [AF_INET]HouseIP:41732, sid=278ea7f7 acd6cc6d
HouseIP:33497 TLS: Initial packet from [AF_INET]HouseIP:33497, sid=f4cbb9b1 79167800
HouseIP:60689 TLS: Initial packet from [AF_INET]HouseIP:60689, sid=d90697f3 74dbe438
HouseIP:36437 TLS: Initial packet from [AF_INET]HouseIP:36437, sid=f2241ce7 f79f0f7d
HouseIP:38673 TLS: Initial packet from [AF_INET]HouseIP:38673, sid=af50a1c2 6f860d3a
HouseIP:45478 TLS: Initial packet from [AF_INET]HouseIP:45478, sid=c73feeca 1829053a
HouseIP:39049 TLS: Initial packet from [AF_INET]HouseIP:39049, sid=d35cd984 b5086e38
HouseIP:51103 TLS: Initial packet from [AF_INET]HouseIP:51103, sid=50d34224 68d64b34
HouseIP:52222 TLS: Initial packet from [AF_INET]HouseIP:52222, sid=16ace2ea 1004e339
HouseIP:52819 TLS: Initial packet from [AF_INET]HouseIP:52819, sid=29018f6d 0dd3b1f7
HouseIP:41124 TLS: Initial packet from [AF_INET]HouseIP:41124, sid=8f241016 718ac3df
HouseIP:38599 TLS: Initial packet from [AF_INET]HouseIP:38599, sid=2cd84d5d d3414999
HouseIP:59608 TLS: Initial packet from [AF_INET]HouseIP:59608, sid=3ea7e107 13994e6d
HouseIP:42883 TLS: Initial packet from [AF_INET]HouseIP:42883, sid=6f214c91 103fc94e
HouseIP:57170 TLS: Initial packet from [AF_INET]HouseIP:57170, sid=62bcd3fd b763eae7
HouseIP:58442 TLS: Initial packet from [AF_INET]HouseIP:58442, sid=2c839903 0c54a700
HouseIP:59941 TLS: Initial packet from [AF_INET]HouseIP:59941, sid=bd4c0741 974c2f35
HouseIP:46526 TLS: Initial packet from [AF_INET]HouseIP:46526, sid=6209482b a7354dfa
HouseIP:60893 TLS: Initial packet from [AF_INET]HouseIP:60893, sid=f8450931 c46fd3e8
HouseIP:36183 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:36183 TLS Error: TLS handshake failed
HouseIP:36183 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:39278 TLS: Initial packet from [AF_INET]HouseIP:39278, sid=7802d092 63261e00
HouseIP:47609 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:47609 TLS Error: TLS handshake failed
HouseIP:47609 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:35906 TLS: Initial packet from [AF_INET]HouseIP:35906, sid=cb1b208b c725ab54
HouseIP:52871 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:52871 TLS Error: TLS handshake failed
HouseIP:52871 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:46796 TLS: Initial packet from [AF_INET]HouseIP:46796, sid=f9422239 d3525319
HouseIP:41738 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:41738 TLS Error: TLS handshake failed
HouseIP:41738 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:54853 TLS: Initial packet from [AF_INET]HouseIP:54853, sid=a2b3b6df 0926e2f6
HouseIP:58878 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:58878 TLS Error: TLS handshake failed
HouseIP:58878 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:46326 TLS: Initial packet from [AF_INET]HouseIP:46326, sid=221639fa 32f31276
HouseIP:38685 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:38685 TLS Error: TLS handshake failed
HouseIP:38685 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:48903 TLS: Initial packet from [AF_INET]HouseIP:48903, sid=9c3a4b78 7893206b
HouseIP:39776 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:39776 TLS Error: TLS handshake failed
HouseIP:39776 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:41095 TLS: Initial packet from [AF_INET]HouseIP:41095, sid=fa6a160f d0218737
HouseIP:46842 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:46842 TLS Error: TLS handshake failed
HouseIP:46842 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:60943 TLS: Initial packet from [AF_INET]HouseIP:60943, sid=df881303 00dcc0bd
HouseIP:39545 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:39545 TLS Error: TLS handshake failed
HouseIP:39545 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:57927 TLS: Initial packet from [AF_INET]HouseIP:57927, sid=e8f1802f 30b4f054
HouseIP:41732 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:41732 TLS Error: TLS handshake failed
HouseIP:41732 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:60603 TLS: Initial packet from [AF_INET]HouseIP:60603, sid=88896b9e db2f6250
HouseIP:33497 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:33497 TLS Error: TLS handshake failed
HouseIP:33497 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:35063 TLS: Initial packet from [AF_INET]HouseIP:35063, sid=a0b038ad eb5a0cef
HouseIP:60689 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:60689 TLS Error: TLS handshake failed
HouseIP:60689 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:38796 TLS: Initial packet from [AF_INET]HouseIP:38796, sid=27c05765 700ce112
HouseIP:36437 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:36437 TLS Error: TLS handshake failed
HouseIP:36437 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:48733 TLS: Initial packet from [AF_INET]HouseIP:48733, sid=79a11848 70066c18
HouseIP:38673 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:38673 TLS Error: TLS handshake failed
HouseIP:38673 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:48802 TLS: Initial packet from [AF_INET]HouseIP:48802, sid=fe6a6d6f 3748d6cf
HouseIP:45478 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:45478 TLS Error: TLS handshake failed
HouseIP:45478 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:34770 TLS: Initial packet from [AF_INET]HouseIP:34770, sid=8f62b895 dde3fdfd
HouseIP:39049 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:39049 TLS Error: TLS handshake failed
HouseIP:39049 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:42352 TLS: Initial packet from [AF_INET]HouseIP:42352, sid=be63be29 9d898b81
HouseIP:51103 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:51103 TLS Error: TLS handshake failed
HouseIP:51103 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:50762 TLS: Initial packet from [AF_INET]HouseIP:50762, sid=f7b8761c 27212729
HouseIP:52222 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:52222 TLS Error: TLS handshake failed
HouseIP:52222 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:55567 TLS: Initial packet from [AF_INET]HouseIP:55567, sid=440e4df2 e41edc8e
HouseIP:52819 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:52819 TLS Error: TLS handshake failed
HouseIP:52819 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:58337 TLS: Initial packet from [AF_INET]HouseIP:58337, sid=f3ec1be3 6dbfcaed
HouseIP:41124 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:41124 TLS Error: TLS handshake failed
HouseIP:41124 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:41223 TLS: Initial packet from [AF_INET]HouseIP:41223, sid=90b6c6aa 07b7c8f7
HouseIP:38599 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:38599 TLS Error: TLS handshake failed
HouseIP:38599 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:43071 TLS: Initial packet from [AF_INET]HouseIP:43071, sid=063a77c6 fe30c6cd
HouseIP:59608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:59608 TLS Error: TLS handshake failed
HouseIP:59608 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:48112 TLS: Initial packet from [AF_INET]HouseIP:48112, sid=b0817597 26ce6db8
HouseIP:42883 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:42883 TLS Error: TLS handshake failed
HouseIP:42883 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:34066 TLS: Initial packet from [AF_INET]HouseIP:34066, sid=dc8b3a74 12962849
HouseIP:57170 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:57170 TLS Error: TLS handshake failed
HouseIP:57170 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:50839 TLS: Initial packet from [AF_INET]HouseIP:50839, sid=f9c93074 f3a3949d
HouseIP:58442 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:58442 TLS Error: TLS handshake failed
HouseIP:58442 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:32893 TLS: Initial packet from [AF_INET]HouseIP:32893, sid=68f9c609 29a7c77c
HouseIP:59941 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:59941 TLS Error: TLS handshake failed
HouseIP:59941 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:42539 TLS: Initial packet from [AF_INET]HouseIP:42539, sid=181cac7f 059d8206
HouseIP:46526 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:46526 TLS Error: TLS handshake failed
HouseIP:46526 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:39377 TLS: Initial packet from [AF_INET]HouseIP:39377, sid=06cfcbe7 acd6682a
HouseIP:60893 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:60893 TLS Error: TLS handshake failed
HouseIP:60893 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:52947 TLS: Initial packet from [AF_INET]HouseIP:52947, sid=061ea7b2 736c4887
HouseIP:39278 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:39278 TLS Error: TLS handshake failed
HouseIP:39278 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:32817 TLS: Initial packet from [AF_INET]HouseIP:32817, sid=134e845e 5a395af5
HouseIP:35906 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:35906 TLS Error: TLS handshake failed
HouseIP:35906 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:42298 TLS: Initial packet from [AF_INET]HouseIP:42298, sid=67cfe41e afd762bb
HouseIP:46796 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:46796 TLS Error: TLS handshake failed
HouseIP:46796 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:42709 TLS: Initial packet from [AF_INET]HouseIP:42709, sid=79d68436 04270652
HouseIP:54853 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:54853 TLS Error: TLS handshake failed
HouseIP:54853 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:51568 TLS: Initial packet from [AF_INET]HouseIP:51568, sid=5ed9f1e4 ea2acb9b
HouseIP:46326 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:46326 TLS Error: TLS handshake failed
HouseIP:46326 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:60260 TLS: Initial packet from [AF_INET]HouseIP:60260, sid=b6c9c845 a0230d72
HouseIP:48903 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:48903 TLS Error: TLS handshake failed
HouseIP:48903 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:33833 TLS: Initial packet from [AF_INET]HouseIP:33833, sid=bfffb80b 3a1db723
HouseIP:41095 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:41095 TLS Error: TLS handshake failed
HouseIP:41095 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:44061 TLS: Initial packet from [AF_INET]HouseIP:44061, sid=4a2d6e11 7891695d
HouseIP:60943 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:60943 TLS Error: TLS handshake failed
HouseIP:60943 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:52053 TLS: Initial packet from [AF_INET]HouseIP:52053, sid=38cd5db1 5e893d1a
HouseIP:57927 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:57927 TLS Error: TLS handshake failed
HouseIP:57927 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:53498 TLS: Initial packet from [AF_INET]HouseIP:53498, sid=94a8c5a0 c7bb0309
HouseIP:60603 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:60603 TLS Error: TLS handshake failed
HouseIP:60603 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:57263 TLS: Initial packet from [AF_INET]HouseIP:57263, sid=167f9bfb c0197a8c
HouseIP:35063 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:35063 TLS Error: TLS handshake failed
HouseIP:35063 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:51269 TLS: Initial packet from [AF_INET]HouseIP:51269, sid=7c62c20a 581a8fe0
HouseIP:38796 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:38796 TLS Error: TLS handshake failed
HouseIP:38796 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:58131 TLS: Initial packet from [AF_INET]HouseIP:58131, sid=fe4f2d55 59663f58
HouseIP:48733 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:48733 TLS Error: TLS handshake failed
HouseIP:48733 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:52754 TLS: Initial packet from [AF_INET]HouseIP:52754, sid=b5424be0 0a3d1571
HouseIP:48802 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:48802 TLS Error: TLS handshake failed
HouseIP:48802 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:43756 TLS: Initial packet from [AF_INET]HouseIP:43756, sid=3e7d18fe 860e62fc
HouseIP:34770 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:34770 TLS Error: TLS handshake failed
HouseIP:34770 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:44321 TLS: Initial packet from [AF_INET]HouseIP:44321, sid=96eba49c bcfcb5a2
HouseIP:42352 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:42352 TLS Error: TLS handshake failed
HouseIP:42352 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:38684 TLS: Initial packet from [AF_INET]HouseIP:38684, sid=c9e9cac5 8c1f2fd3
HouseIP:50762 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:50762 TLS Error: TLS handshake failed
HouseIP:50762 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:55658 TLS: Initial packet from [AF_INET]HouseIP:55658, sid=e67e47ff c46c7b4b
HouseIP:55567 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:55567 TLS Error: TLS handshake failed
HouseIP:55567 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:38436 TLS: Initial packet from [AF_INET]HouseIP:38436, sid=98373e5b bbcd8ee7
HouseIP:58337 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:58337 TLS Error: TLS handshake failed
HouseIP:58337 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:49493 TLS: Initial packet from [AF_INET]HouseIP:49493, sid=e5479bc8 911c25f3
HouseIP:41223 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:41223 TLS Error: TLS handshake failed
HouseIP:41223 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:56083 TLS: Initial packet from [AF_INET]HouseIP:56083, sid=9aee804e 8726b5eb
HouseIP:43071 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:43071 TLS Error: TLS handshake failed
HouseIP:43071 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:47773 TLS: Initial packet from [AF_INET]HouseIP:47773, sid=9e363f36 510ed0e3
HouseIP:48112 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:48112 TLS Error: TLS handshake failed
HouseIP:48112 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:54832 TLS: Initial packet from [AF_INET]HouseIP:54832, sid=d36c4312 1cdf538d
HouseIP:34066 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:34066 TLS Error: TLS handshake failed
HouseIP:34066 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:40713 TLS: Initial packet from [AF_INET]HouseIP:40713, sid=79003f4d 5a0f176a
HouseIP:50839 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:50839 TLS Error: TLS handshake failed
HouseIP:50839 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:46377 TLS: Initial packet from [AF_INET]HouseIP:46377, sid=b1747eef f61d2651
HouseIP:32893 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:32893 TLS Error: TLS handshake failed
HouseIP:32893 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:51125 TLS: Initial packet from [AF_INET]HouseIP:51125, sid=0d92b46d 9b0f5300
HouseIP:42539 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:42539 TLS Error: TLS handshake failed
HouseIP:42539 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:56504 TLS: Initial packet from [AF_INET]HouseIP:56504, sid=4402cad6 78076f83
HouseIP:39377 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:39377 TLS Error: TLS handshake failed
HouseIP:39377 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:59665 TLS: Initial packet from [AF_INET]HouseIP:59665, sid=b1b5d490 6a536189
HouseIP:52947 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:52947 TLS Error: TLS handshake failed
HouseIP:52947 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:48349 TLS: Initial packet from [AF_INET]HouseIP:48349, sid=0aa7c039 e484f7b4
HouseIP:32817 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:32817 TLS Error: TLS handshake failed
HouseIP:32817 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:50513 TLS: Initial packet from [AF_INET]HouseIP:50513, sid=a164f9cc c8178cf3
HouseIP:42298 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
HouseIP:42298 TLS Error: TLS handshake failed
HouseIP:42298 SIGUSR1[soft,tls-error] received, client-instance restarting
HouseIP:40268 TLS: Initial packet from [AF_INET]HouseIP:40268, sid=7d834a06 6885f4d5

So, again, no problems with config from non-Yealink machines. Same config works on a Centos machine - what the heck am I missing?

Regards,

Andrew
(This post was last modified: 08-09-2014 10:29 PM by AndyInNYC.)
08-09-2014 10:26 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
OpenVPN - connection issue with T46G - AndyInNYC - 08-09-2014 10:26 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Yealink T53-w and OpenVPN jkalber 3 922 01-11-2024 11:19 PM
Last Post: complex1
  t46g: intercom over speaker rather than headset? asinshesq 23 80,383 07-28-2021 11:04 PM
Last Post: russman
  VP59 Teams issue with incoming sound btpuk 0 4,522 11-24-2020 06:57 PM
Last Post: btpuk
  T46S multiple line - on hold issue sprintership 1 7,410 01-07-2020 05:19 PM
Last Post: Yisroel_MongoTEL
  T46G - Disable Line Key Configuration ? timalex 13 44,295 04-12-2019 09:23 AM
Last Post: Johnny88
  T46G Call Fwd DSS Key enables / disables ALL fwd types MintTelecom 4 16,483 02-06-2018 05:28 AM
Last Post: Aishion_Yealink
  T46G 28.82.0.2.0 -- BUG Tyler 1 6,769 09-29-2017 05:58 AM
Last Post: Lucia_Yealink
  T23G and CP860 manual time issue DmitryTsyganov 1 6,582 09-27-2017 05:56 AM
Last Post: Lucia_Yealink
  T58V Outbound audio issue arainc 3 11,185 07-31-2017 02:24 AM
Last Post: Klaus_Yealink
  T46G - Display IP Cam Picture or MJPG Video Stream via DSS Key smartpc 10 37,790 04-14-2017 11:46 AM
Last Post: MohammedTahir

Forum Jump:


User(s) browsing this thread:

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication