search for: sys_tun_infilter

Displaying 3 results from an estimated 3 matches for "sys_tun_infilter".

2017 Jul 02
13
[Bug 2735] New: Wrong address family handling for tun devices
...normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: stepe at centaurus.uberspace.de Created attachment 3005 --> https://bugzilla.mindrot.org/attachment.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...
2022 Apr 08
31
[Bug 3418] New: tracking bug for openssh-9.1
https://bugzilla.mindrot.org/show_bug.cgi?id=3418 Bug ID: 3418 Summary: tracking bug for openssh-9.1 Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at
2020 Jul 15
4
Support for macOS feth devices
Hi, I am currently using the L2 tunnel feature of ssh between two Linux machines, and it works beautifully! As a result, I have come to prefer a workflow that uses an L2 tunnel, but I can't seem to find a long-term solution for this workflow on macOS. At the moment, tap devices on macOS can be generated using a kernel extension like tuntaposx <http://tuntaposx.sourceforge.net/>;