|
|
I am testing a siple setup.I have two servers connected to the internet and i'm running the following commands: on the first: openvpn --remote a1xxx.ro --dev tun0 --ifconfig 10.0.0.1 10.0.0.2 --lport 6000 --rport 6000 --verb 9& on the second: openvpn --remote a2xxx.ro --dev tun0 --ifconfig 10.0.0.2 10.0.0.1 --lport 6000 --rport 6000 --verb 9 Everything seems to start up fine. I can ping the local endpoint of the tunnel on each server but when I try to ping the other endpoint i get the following message and the ping dosen't get thru: Thu Mar 4 11:10:39 2004 us=767218 339: SELECT tr|tw|SR|SW 31536000/0 Thu Mar 4 11:10:39 2004 us=767325 340: select returned 1 Thu Mar 4 11:10:39 2004 us=767800 341: UDPv4 WRITE [84] to 82.208.134.146:6000: DATA 45000054 00004000 400126a7 0a000001 0a000002 08000407 be100001 8ff2464[more...] Thu Mar 4 11:10:39 2004 us=767986 342: UDPv4 write returned 84 I am using 2.4.7-10smp on one system and 2.4.22-1.2115.nptl (Fedora Core 1) on the other. I get the same results between two 2.4.22 kernels. Firewall is disabled. Any idea what the problem might be ? ______________________________________________________________________ Do you want a free e-mail for life ? Get it at http://www.email.ro/ ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |