Jump to content

firmware v3 openvpn issue + fix


Lux Æterna

Recommended Posts

Hey,
I just upgraded manually my LAN Turtle, so I had to start from scratch setting up my modules.
One thing I noticed right away is that even if my LT connected to my OpenVPN server just fine I still couldn't connect to it via SSH.
The simple fix was to append this line to the LAN zone in /etc/config/firewall

        option network          'lan vpn'

If everything went smoothly your zone should look like this, with the new line being the 15th in the whole file:

config zone
        option name             lan
        list   network          'lan'
        option input            ACCEPT
        option output           ACCEPT
        option forward          ACCEPT
        option network          'lan vpn'

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...