Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Releases: mxre/n2n

v2.3

24 Dec 13:27
Compare
Choose a tag to compare

This binary release adds support for adding routes through the tunnel interface command line with -R, eg. edge [...] -R 192.168.0.0/24,192.168.1.1 -a 192.168.1.2/24

Also various smaller bug fixes I noticed over time.

v2.2 beta2 Binary Release

22 May 18:39
Compare
Choose a tag to compare
Pre-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

21 May 15:44
Compare
Choose a tag to compare
Pre-release

Increased Version number

v2.1-beta Binary Release

20 May 14:53
Compare
Choose a tag to compare
Pre-release

Updated n2n with support for IPv6 and running as a Windows Service.
Consider Reading the README