VirtualLAN is a software-defined network that allows you to connect multiple devices in a virtual network. This virtual network behaves the same as a physical local area network (LAN), allowing devices to communicate with each other as if they were connected to the same physical network.
- Easy setup and configuration
- Scalable network with support for large number of devices
- Low latency and high performance
- DHCP Sevrer build in
- UDP channel between two clients
- Tap Driver installed (tap-windows-9.24.2-I601-Win10.exe)
-port int
Local Port (default 1900)
-remote string
Destination Server:Destination Port
- (Computer 10.0.0.1)> vlan.exe -remote 10.0.0.2:1900
- (Computer 10.0.0.2)> vlan.exe -remote 10.0.0.1:1900