This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Releases: mxre/n2n
Releases · mxre/n2n
v2.3
v2.2 beta2 Binary Release
This Binary release for Windows fixes the following issues:
- TUNTAP error 995 after Windows Standby or FastBoot resume.
- Correct dependencies for Windows SCM Service (see
install.ps1
)
Previous fixes:
- Try nummeric address before using DNS resolve
- Limit DNS resolve to IPv4 or IPv6
- Documented new options/behavior in man pages
- Windows can use
-d
to explicitly select a TUNTAP adapter by "Friendly Name" - Correct/Accurate Error messages from Windows Kernel
- Running Multiple edges with different configurations on Windows (see
install.ps1
) - Allow IPv6 Neighborhood discovery without specifying
-E
- Use
IPHLPAPI
(Windows)ioctl
(Linux) to set IP configuration instead of spawning command line programs (less security because no command runs as root) - Windows
edge.exe
correctly asks for Administrator privileges when run directly - Linux use
libcap
instead of setuid root (less privileges for the executable neeeded) - systemd startup script for edge using AmbientCapabilites and DynamicUser
- OpenSSL EVP for AES (allows for Hardware Acceleration)
- edge mngmt socket allows to list all known peers (MAC and Remote Address)
v2.2-beta Binary Release
Increased Version number
v2.1-beta Binary Release
Updated n2n with support for IPv6 and running as a Windows Service.
Consider Reading the README