|
From: Chezem,David <Dav...@dr...> - 2004-02-02 01:36:02
|
I started setting up OPENVPN. It appears to be installed correctly. I am testing between a RH 7.3 box and an XP Pro box. I run the following lineon the XP box: openvpn --remote 192.168.1.101 --dev tun1 --port 6000 --ifconfig 10.4.0.1 10.4.0.2 --verb 6 And the following line on the RH box: openvpn --remote 192.168.1.100 --dev tun1 --ifconfig 10.4.0.2 10.4.0.1 --verb 6 I am unable to ping either box through the tunnel. When I do ping the RH box I get: UDPv4 READ [-1] from [undef]: DATA UNDEF len=-1 UDPv4 READ [60] from 192.168.1.100:6000: Data len=60 UDPv4 WRITE [60] to 192.168.1.100:6000: DATA len=60 Read UDPv4 [EHOSTUNREACH]: No route to host (code=113) On the XP box I get: UDPv4 WRITE [60] to 192.168.1.101:6000: DATA len=60 Which repeats. Why can I not ping either box. Why do I get the no route to host error. Thanks David |