|
|
> I've been playing around with openVPN a bit and it's working without a > problem internaly on my network, however when I try and create a tunnel > over the internet (from a machine in Sweden to on in the USA) I get this > error on the machine in sweden: > > 67: IP Address failed from american ip:5000 > 68: select returned 1 > 69: read from udp returned 84 > 70: UDP READ from american ip:5000: DATA 45000054 00004000 40012699 > 0a010008 0a010007 08007970 09700300 9e7cc23[more...] > 71: IP Address failed from american ip:5000 >I was thinking that this might be caused by the firewall rulesset I have, but I've tried with no settings what so ever, with just forwarding, and all settings but with ALLOW on upd port 5000 and ALLOW all on interface tun7. But it hasn't helped. >Both machines are running kernel: 2.4.7 Well if you are getting UDP READs, then you know that packets are coming through the firewall from USA to Sweden and being received by openvpn. Are you using --remote [american ip] on the Swedish machine? Because the error on line 71 generally occurs if openvpn receives a packet from an IP address other than what was specified in the --remote option. You can turn off this check with the --float option (this is safe if you are using packet authentication which is the default if you are using a secure mode). James _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |