> I'm able to set the default route to USCD.EDU: ip route add 44.0.0.0/8 
> via 128.54.16.18 dev tunl0 onlink

> [EMAIL PROTECTED]:/etc# route add -net 44.134.8.0 netmask 255.255.255.0 dev 
> tunl0 gw 134.43.26.1
> SIOCADDRT: Network is unreachable
> [EMAIL PROTECTED]:/etc#

I think you need:

        ip route add 44.134.8.0/24 via 134.43.26.1 dev tunl0 onkink

--
Stewart G0LGS

-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to