On Wed, Nov 17, 1999 at 08:08:07PM -2600, Ricardo Denis wrote:
> greetings,
> 
> i need to configure an ip-ip route. i issue :
> 
> route add -net 44.163.64.0 netmask 255.255.255.0 gw tunl0 206.48.104.7
> 
> but i get the error message :
> 
> tunl0: Unknown host
> 
> what am i doing wrong here? thanks for any help.

Put the destination after gw, then the interface:

route add -net 44.163.64.0 netmask 255.255.255.0 gw 206.48.104.7 tunl0

Bob, w6swe

-- 
Bob Nielsen                 Internet: [EMAIL PROTECTED]
Tucson, AZ                  AMPRnet:  [EMAIL PROTECTED]
DM42nh                      http://www.primenet.com/~nielsen

Reply via email to