Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 15:25:52 +0200
From:      "Maxim P. Kondakov" <maxx@bds.ru>
To:        freebsd-bugs@freebsd.org
Subject:   Problem Report kern/73673
Message-ID:  <200511161525.52555.maxx@bds.ru>

next in thread | raw e-mail | index | archive | help
I have got the same problem.
I have added a ip-in-ip interface by the following command:

nos-tun -t /dev/tun3 -s 192.168.0.2 -d 192.168.0.1 -p 4 10.0.0.156

in the interface list I see this interface and it works fine,

tun3: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 192.168.0.2 --> 192.168.0.1 netmask 0xffffffff
        Opened by PID 4368

but when I want to delete this interface by the "ifconfig tun3 down delete" I 
see it again in ifconfig! And I can't destroy it:

#ifconfig
tun3: flags=8050<POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        Opened by PID 4368

#sudo ifconfig tun1 destroy
ifconfig: SIOCIFDESTROY: Invalid argument

It disapears only after reboot.

WBR, 
Maxim Kondakov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511161525.52555.maxx>