search for: sys_tun_outfilt

Displaying 2 results from an estimated 2 matches for "sys_tun_outfilt".

Did you mean: sys_tun_outfilter
2017 Jul 02
13
[Bug 2735] New: Wrong address family handling for tun devices
...cgi?id=3005&action=edit Patch to fix address family handling for sys_tun_infilter() [Also affects sshd. Affected OSes depend on SSH_TUN_COMPAT_AF and SSH_TUN_PREPEND_AF.] Hello OpenSSH developers, I noticed issues with the address family handling for tun devices in the sys_tun_infilter() and sys_tun_outfilter() functions. An example symptom is that when using tuns with IPv6 on Linux (SSH_TUN_COMPAT_AF and SSH_TUN_PREPEND_AF defined), the client sends tunneled packets with the (fallback) v4 family. In sys_tun_infilter(), the AF is not always converted to network byte order. Please see the first attac...
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up a tunnel using ssh, e.g.: ssh -f -o Tunnel=ethernet <server_ip> true I was wondering if there's a way to subsequently acquire the names of the local and remote tun/tap interfaces (e.g., using the default "-w any:any") for subsequent automatic tunnel configuration, e.g.: ip link set $TapDev up ip link set