The user should be able to choose which layer the VPN system runs on. As of right now, the system is strictly layer 3, leveraging TUN for packet interception and injection.
In the future, the system should optionally run on layer 2, creating a virtual LAN between devices. This will likely require using TAP interfaces instead.
The user should be able to choose which layer the VPN system runs on. As of right now, the system is strictly layer 3, leveraging TUN for packet interception and injection.
In the future, the system should optionally run on layer 2, creating a virtual LAN between devices. This will likely require using TAP interfaces instead.