[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tunnel gizmo won't die



On Sun, Oct 01, 2000 at 09:15:45PM -0700, George Bonser wrote:
> > # ifconfig tunl0 down
> > # ip tunnel del dev tunl0
> > ioctl: No such device
> > # ifconfig tunl0
> > tunl0     Link encap:IPIP Tunnel  HWaddr   
> >           inet addr:1.2.3.4  Mask:255.255.255.255
> >           NOARP  MTU:1480  Metric:1
> >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:0 
> > # netstat -a | grep 1.2.3.4
> > tcp        0      0 1.2.3.4:domain          *:*                     LISTEN
> > udp        0      0 1.2.3.4:domain          *:*
> > 
> > where's the exterminator?
> 
> uhm ... rmmod ipip ???

reasonable guess, thanks for the try:

	# rmmod ipip
	# ip tunnel ls
	sit0: ipv6/ip  remote any  local any  ttl 64  nopmtudisc
	gre0: gre/ip  remote any  local any  ttl inherit  nopmtudisc
	dave: gre/ip  remote 208.7.139.219  local 208.33.90.85  ttl 255

gone! good sign!

	# netstat -a | grep 1.2.3.4
	tcp        0      0 1.2.3.4:domain          *:*                     LISTEN      
	udp        0      0 1.2.3.4:domain          *:*                                 

oh well.

--

by the way -- how do you set up an ethertap or netlink device?
(and why?)



Reply to: