[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

RE: [Openvpn-users] Push route error


  • Subject: RE: [Openvpn-users] Push route error
  • From: "Wright, Paul" <pwright@xxxxxxxxxxxxxxxxx>
  • Date: Sat, 6 May 2006 13:07:50 -0700

>Hi guys I got this in the client side and I have no idea what that’s about.

 

>Fri May 05 22:54:35 2006 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)

>Fri May 05 22:54:35 2006 PUSH: Received control message: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0,route 10.29.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig >10.29.0.6 10.29.0.5'

>Fri May 05 22:54:35 2006 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:3: topology (2.0.7)

 

It looks like there is something about the topology option that it doesn’t like.  Since ‘topology net30’ is the default, I’m wondering if you get the same result if you remove the topology option from the push statement.

 

The other thought I had, just at a glance, is that you have the 10.29.0.0 network defined as a /24 network by the 255.255.255.0 subnet mask but you’re telling it to establish a /30 WAN topology and then using the ifconfig command to allocate two addresses out of the 10.29.0.0 network.  I think it’s confused...

 

Perhaps replying with your full configurations on both sides would help someone guide you in correcting the configurations for what you are trying to do.

 

Paul