| Linode Forum https://forum.linode.com/ |
|
| Trying to setting up OpenVPN https://forum.linode.com/viewtopic.php?f=19&t=6983 |
Page 1 of 1 |
| Author: | ichsie2036 [ Tue Apr 19, 2011 1:57 am ] |
| Post subject: | Trying to setting up OpenVPN |
I tried to configure my box to be an VPN server so that I can connect to it from my Windows XP and browse the web securely - so my passwords and such are safe from eavesdropping. It's all good until I reach here: http://library.linode.com/networking/op ... to_the_vpn The openvpn daemon started successfully. But I encountered this error when I double click the OpenVPN GUI ( http://openvpn.se ) icon in the bottom right task bar: Code: Tue Apr 19 13:56:49 2011 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) I thought it's something to do with my iptables and I tried to add the 1194 port but it didn't work. Here are my iptables details: Code: Chain INPUT (policy ACCEPT) Any ideas? Thanks! |
|
| Author: | ichsie2036 [ Tue Apr 19, 2011 2:11 am ] |
| Post subject: | |
I tried this: Code: iptables -A INPUT -p udp --dport 1194 -j ACCEPT And now the iptables -L changed to this: Code: Chain INPUT (policy ACCEPT) But it's still getting the same error from OpenVPN installed on my local Windows XP: Code: Tue Apr 19 14:10:47 2011 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct 1 2006 1.2.3.4 is my Linode IP. |
|
| Author: | otherbbs [ Fri Apr 22, 2011 1:06 pm ] |
| Post subject: | |
To rule out the firewall, either disable the firewall or flush the rules to see if you can establish the connection with openvpn. Also, the order of the rules are important, so anything after the REJECT ALL is going to be rejected. Either move the reject rule to the bottom or move your Accept rules above it. -- Travis |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|