Date: Thu, 13 Oct 2022 06:29:46 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 266999] tun(4): kernel: panic: make_dev_sv: bad si_name (error=17, si_name=tun2) in in make_dev_sv > tun_create_device > tunclone Message-ID: <bug-266999-7501-lpK49ozML6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266999-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-266999-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=3D266999 --- Comment #3 from Seyed Pouria Mousavizadeh Tehrani <p.mousavizadeh@proto= nmail.com> --- I have two net/ocserv applications in separate jails and give them unhide access to the "/dev/tun*" with devfs. The ocserv will use the /dev/tun spec= ial control device file to create tun interfaces and then rename it to the one listed in ocserv.conf ("device =3D vpns" by default). The default with "vpn= s" was not working, so I changed the configuration to the "device =3D tun" and it worked. I also need openvpn-client on my host in another FIB, and to make things mo= re predictable (actually for PF), I used two cloned tun interfaces (tun257, tun258) in "rc.conf". Finally, I allocated them via my openvpn-client configurations. Note 1: I used same devfs rule for both jails. I want it to be separate for= a clean configuration, but when I separate the devfs rules, the jail that use= s a lower number in my rules will not see the "/dev/tun" special control note. https://forums.freebsd.org/threads/ocserv-in-jail-cannot-open-dev-tun.86627/ Note 2: openvpn-client is not in jail, but last night due to multiple crash= es of the entire system, I created an openvpn-server in another jail concurren= t to the ocserv jails, which is doing tun allocation dynamically in their VNET. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266999-7501-lpK49ozML6>