|
From: Mark (H. D. S. <ma...@do...> - 2004-02-02 02:05:44
|
*This message was transferred with a trial version of CommuniGate(tm) Pro* I think you need to specify the port on the RH box, also. port 5000 is the default; since its specified as 6000 in the Win config, its sending and receiving on port 6000, but the RH box is sending/receiving on port 5000. Mark. On Feb 1, 2004, at 8:34 PM, Chezem,David wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > 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 > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Openvpn-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvpn-users > |