n2n/win32
fengdaolong 92dfa67e22 Added DHCP function embedded in sn.
1. Automatically assign IP addresses to the edge through the DHCP function that comes with sn, the default IP address pool is 172.17.12.0/24.
2. The -d parameter is added to sn, and the IP address pool of the embedded DHCP can be customized.
3. Now edge does not need to add -a and -s parameters to automatically obtain the IP address.
4. The IP automatically obtained by the cross-community edge can be the same, because the communities are isolated from each other and do not interfere with each other.
5. On the management side of sn (127.0.0.1:5645), you can now view the IP address of the tutap adapter of each edge.
6. Fix many bugs that have a certain chance of causing memory leaks.
7. Note: This version is not fully compatible with the previous version.
2020-08-08 22:40:45 +08:00
..
DotNet Initial SVN import of n2n v2 2016-10-23 10:46:15 +02:00
CMakeLists.txt Merge of https://github.com/ntop/n2n/pull/26 2018-08-17 14:27:11 +02:00
getopt.c Initial SVN import of n2n v2 2016-10-23 10:46:15 +02:00
getopt.h Initial SVN import of n2n v2 2016-10-23 10:46:15 +02:00
getopt1.c Initial SVN import of n2n v2 2016-10-23 10:46:15 +02:00
n2n_win32.h Added DHCP function embedded in sn. 2020-08-08 22:40:45 +08:00
version-msvc.c Initial SVN import of n2n v2 2016-10-23 10:46:15 +02:00
winconfig.h Added DHCP function embedded in sn. 2020-08-08 22:40:45 +08:00
wintap.c On Windows, the Edge node exits when the network card is disabled and opened again 2020-08-04 13:37:01 +08:00
wintap.h Implement MAC address change in Windows 2019-06-30 22:31:31 +02:00