However the default gateway option seems to be broken (ROS v3.28). It seems that an option is being sent to the client; the client notes the following:
Code: Select all
Sun Aug 16 19:31:17 2009 PUSH: Received control message: 'PUSH_REPLY,dhcp-option
DNS 10.1.2.1,route-gateway 10.1.2.76,ifconfig 10.1.2.75 255.255.255.0
This gateway is pingable, and it seems that PPP is allocating addresses in pairs -- the .76 address is definitely being responded to by the RB.
Initially both addresses appear in the PPP active print, but the .76 disappears after a period of time.
I can manually configure a route to the VPN from the client configuration, but is there any way of pushing the (correct) "default gateway" DHCP option down to the client through PPP in the same way as the DNS is? Seems that it should be straightforward -- if the DNS (and WINS) options can be sent, why is there no similar option for gateway?