Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.04 KB

VirtualLAN

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.

Features

  • 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

Requirement:

  • Tap Driver installed (tap-windows-9.24.2-I601-Win10.exe)

Usage of vlan:

  -port int
        Local Port (default 1900)
  -remote string
        Destination Server:Destination Port

Example:

  • (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

DHCP: image image