Subject: Re: Why I cant see gif tunnels in RC1/i386?
To: tld <tld@tld.digitalcurse.com>
From: Lista de NetBSD Users <list10@sepc.edu.mx>
List: netbsd-users
Date: 08/30/2002 09:54:25
On Fri, 30 Aug 2002, tld wrote:

> > /usr/src/sys/arch/i386/conf/GENERIC have 4 gif tunnels but
> > "ifconfig -a" cant see them.
> I think you need to
> ifconfig gif0 create
> to see them.
>
> If I understand correctly, they changed most of the tunnels to
> dynamically allocated or something like that.

YES!!! Now I can see it.
Thanks a lot

galileo# ifconfig gif0 create
galileo#
galileo# ifconfig gif0
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
galileo#

This is my old file to start the tunnel but needs "create"

galileo# cat /etc/ifconfig.gif0
inet tunnel xxx.xxx.xxx.xxx zzz.zzz.zzz.zzz
inet6 aaaa:bbbb:cccc:2:250:daff:fe6b:7ae6 prefixlen 64


Thanks again

Heron Gallegos