Teltonika VPN (TAP) bridge to LAN - from GUI

Hi there!

We tried the solution as provided here: Layer 2 TAP VPN - RMS VPN HUB - #7 by Justinas

In the first test cases it seems it works very well for us, technically.

Some questions:

  1. When will this be introduced into the GUI so that we can do this without using the terminal?

  2. Can I add this in a zero-touch deployment somehow?

Love to hear from you guys.

Thanks!

Greetings,

At the moment, there is no clear timeline for when this feature will be added to the user interface.

Yes, this can be done using the Task Manager with UCI commands to bridge the TAP interface to br-lan. Please use the following commands:

uci add_list network.br_lan.ports='tap+'

uci commit network

/etc/init.d/network restart

Make sure to increase the task timeout to a value higher than the default 10 seconds, as restarting the network service may take longer to respond.

You can find detailed instructions on how to use the Task Manager here:

Best Regards,
Justinas