On (01/28/10 12:19), Robert Hartzell wrote:
> 
>  The device is a Netgear Prosafe vpn Firewall FVS338
>  I'm pretty sure its misconfiguration on my part.
> 
>  disabling RIP on the firewall removes the 24.0.0.0 route from the table but 
>  when I try to add  default 10.0.0.20 its added but without an interface 
>  listed.

that's fine. if you want to be able to see the interface, you can do it by
chanting
  route add default 10.0.0.20 -ifp rge0

You can also persist the default route configuration by using the -p 
flag (see route(1m))

>  My options for RIP are:
> 
>  RIP Direction
>  none
>  in only
>  out only
>  Both
> 
>  RIP Version
>  Disabled
>  RIP-1
>  RIP-2B
>  RIP-2M
> 
>  initially set at Both and RIP-1
>  Any pointers on what would be appropriate settings?

_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to