read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) #280
-
Steps to reproduce
# Client is able to reach access server
$ sudo nping --tcp -p 943 172.30.51.73
Starting Nping 0.7.94SVN ( https://nmap.org/nping ) at 2025-05-23 14:47 UTC
SENT (0.0996s) TCP [10.255.255.254:29065](http://10.255.255.254:29065/) > [172.30.51.73:943](http://172.30.51.73:943/) S ttl=64 id=15509 iplen=40 seq=1387992930 win=1480
RCVD (0.0998s) TCP [172.30.51.73:943](http://172.30.51.73:943/) > [10.255.255.254:29065]
...
Max rtt: 0.068ms | Min rtt: 0.044ms | Avg rtt: 0.054ms
Raw packets sent: 3 (120B) | Rcvd: 3 (132B) | Lost: 0 (0.00%)
Nping done: 1 IP address pinged in 2.23 seconds
# keeps repeating
2025-05-23 14:49:34 us=17254 UDPv4 link local: (not bound)
2025-05-23 14:49:34 us=17257 UDPv4 link remote: [AF_INET]172.30.51.73:1194
...
2025-05-23 14:49:34 us=17553 UDPv4 read returned -1
2025-05-23 14:49:34 us=17561 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)
Please provide suggestions I have attached full logs (verbose 9) openvpn_log.log Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This looks to be pretty normal behavior for when an openvpn client cannot reach the openvpn server. The message "connection refused" indicates that the server refused the connection. Since the connection cannot be established there is also no VPN adapter. This is not a bug, this is a misconfiguration somewhere in your environment. For support on deploying and connecting to OpenVPN Access Server, try the support team at https://support.openvpn.com/ Good luck. |
Beta Was this translation helpful? Give feedback.
on the client side, tun/tap interface is only created after connection with the server is established and config data ("ip addresses" etc) is known. CONNECTION REFUSED = no connection = no tun/tap. As @novaflash said.