Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jun 2024 00:00:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 279550] tun interface get stuck and cannot be destroyed
Message-ID:  <bug-279550-7501-uO6RvQg7ld@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279550-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279550-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279550

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
Check your ifconfig output. You can end up in this state if you renamed tun=
20
to something else.
In that case you can't destroy tun20, because there's no such interface nam=
e,
and you can't create tun20 because unit number 20 is in use.

Try `ifconfig -v` and look for 'drivername: tun20'.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279550-7501-uO6RvQg7ld>