On Mon, 2011-05-23 at 11:46 -0400, Rick Green wrote: > Mon May 23 11:29:33 2011 read UDPv4 [ECONNREFUSED]: Connection refused > (code=111) > > I did several searches on that message, and the pages I found all seem > to refer to that message in the server's logs when a client disconnects > unexpectedly. I'm getting it in the client's terminal as I attempt to > start the connection.
No, it means that a TCP REJECT or ICMP "port closed" message was received. Assuming you're using the default OpenVPN configuration, you need to pass port 1194/UDP through your firewall from external interfaces. > I'm wondering if the openvpn daemon is even running. It's listed in > /etc/rc.d to be started, but I don't see it running, and netstat -l > doesn't show UDP 1194 as open, either. If ps and netstat don't show it, it definitely is not running. You'll need to resolve both issues (running, and firewall). Regards, Tyler -- "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." -- Lazarus Long, "Time Enough for Love", by Robert A. Heinlein _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
