...snip.....
>pumkin hr effort {:-)

> But how do I add the following Static routes?
> 
> 172.31.0.0/16 to 192.168.0.252

route add -net 172.31.0.0 netmask 255.255.255.??? gw 192.168.0.252

I've never used the 172.31.0.0/16 form, so I don't know if it works.

> 10.100.0.0/16 to 192.168.0.252

route add -net 10.100.0.0. netmask 255.255.255.??? gw 192.168.0.252

> 192.168.0.0/16 to 192.168.0.252

This one probably should be done first.

route add -net 192.168.0.0 netmask 255.255.255.??? gw 192.168.0.252

if 192.168.0.252 is in host file, then you can gw hostname.


> 
> I believe it will be some form of the route add command but I'm not
> getting it with the ideas I have tried.
> 
> Thanks for your patience and help
> 
> Kev
> 
> By the way The Gateway box (IPCOP) is on 192.168.0.250 and points to
> an ADSL VPN router on 192.168.0.252

then first/second 
route add -host 192.168.0.252 gw 192.168.0.250


-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures <Bicycles, Computers, GIS, Printing,
Publishing>

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to