Subject: Why I cant see gif tunnels in RC1/i386?
To: None <netbsd-users@netbsd.org>
From: Lista de NetBSD Users <list10@sepc.edu.mx>
List: netbsd-users
Date: 08/30/2002 09:32:50
Hello

/usr/src/sys/arch/i386/conf/GENERIC have 4 gif tunnels but
"ifconfig -a" cant see them.
------------------------
galileo> uname -a
NetBSD galileo 1.6_RC1 NetBSD 1.6_RC1 (GENERIC) #0: Fri Aug 16 19:36:51 UTC 2002     autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC i386
galileo> ifconfig -a
ex0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0<>
        address: 00:50:da:6b:7a:e6
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet xxx.xxx.xxx.xxx netmask 0xffffff00 broadcast xxx.xxx.xxx.xxx
        inet6 fe80::250:daff:fe6b:7ae6%ex0 prefixlen 64 scopeid 0x1
ex1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0<>
        address: 00:50:da:69:47:b9
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet yyy.yyy.yyy.yyy netmask 0xffffff00 broadcast yyy.yyy.yyy.yyy
        inet6 fe80::250:daff:fe69:47b9%ex1 prefixlen 64 scopeid 0x2
        inet6 aaaa:bbbb:cccc:10:250:daff:fe69:47b9 prefixlen 64
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 33220
        inet 127.0.0.1 netmask 0xff000000
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 296
sl1: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 296
strip0: flags=0<> mtu 1100
strip1: flags=0<> mtu 1100
-----------------------------
The same occurs with my custom kernel, I cant see my 4 gif tunnels...

galileo> ifconfig -a
ex0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0<>
        address: 00:50:da:6b:7a:e6
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet xxx.xxx.xxx.xxx netmask 0xffffff00 broadcast xxx.xxx.xxx.xxx
        inet6 fe80::250:daff:fe6b:7ae6%ex0 prefixlen 64 scopeid 0x1
ex1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0<>
        address: 00:50:da:69:47:b9
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet yyy.yyy.yyy.yyy netmask 0xffffff00 broadcast yyy.yyy.yyy.yyy
        inet6 fe80::250:daff:fe69:47b9%ex1 prefixlen 64 scopeid 0x2
        inet6 aaaa:bbbb:cccc:10:250:daff:fe69:47b9 prefixlen 64
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 33220
        inet 127.0.0.1 netmask 0xff000000
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
galileo> uname -a
NetBSD galileo 1.6_RC1 NetBSD 1.6_RC1 (GALILEO) #2: Wed Aug 28 21:53:19 CDT 2002     gallegos@galileo:/usr/src/sys/arch/i386/compile/GALILEO i386
------------------------------
In 1.5.X was too easy to compile custom kernels with tunnels but
seems something has changed in 1.6 and I dont know what.

Does somebody knows something about this?

Thanks a lot

Heron Gallegos