|
|
I have 2 computers (Windows XP Pro, Red Hat Linux 9) behind a NAT firewall/router at home. I'm trying to connect to these computers from various locations using my laptop currently running Windows XP Pro. I've forwarded TCP & UDP port 5000 to my linux computer and 5001 to port 5000 of my Windows computer. I think I can get the VPN working between my windows laptop and desktop, but when I try between my laptop and my linux computer I get the following error: read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) I've read all the documentation and have been following this list for about a week but I guess I'm just still too new to this stuff to be able to make sense of it. If anybody can help me out with at least getting a basic tunnel going to my linux computer (the really important one) I'd appreciate it a lot! Thanks, - Andrew Clarke. What DID work for me (windows-windows) Windows Server simple.ovpn: dev tap ifconfig 10.3.0.2 255.255.255.0 secret key.txt Windows Client simple.ovpn: remote home port 5001 dev tap ifconfig 10.3.0.3 255.255.255.0 ping 10 secret key.txt What I'm trying now that isn't working (linux-windows): Linux Server simple.conf: dev tap ifconfig 10.3.0.2 255.255.255.0 secret key.txt tun-mtu 1500 tun-mtu-extra 32 Windows Client simple.ovpn: remote home port 5000 dev tap ifconfig 10.3.0.3 255.255.255.0 ping 10 secret key.txt tun-mtu 1500 tun-mtu-extra 32 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |