On Tue, Mar 28, 2000 at 09:41:22PM -0700, Matthew George wrote:
> /sbin/route add -net 44.0.0.0 gw 128.54.16.18 netmask 255.0.0.0 dev
> tunl0

Get the iproute2 package and then do this instead:

ip route add 44.0.0.0/16 via 128.54.16.18 dev tunl0 onlink

The old route doesn't totally support all the features in the new kernel.

-- 
  _______                                     http://www.bigfoot.com/~ecloud
 (_  | |_)  [EMAIL PROTECTED]   finger [EMAIL PROTECTED]
 __) | | \__________________________________________________________________
 Get money for spare CPU cycles at http://www.ProcessTree.com/?sponsor=5903

Reply via email to