What's new

Access to mode GUI via OpenVPN

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Rooby

Regular Contributor
Hello

I have modem connected on the RT-AC66 router WAN port and I have added i
in jiffs/scripts/firewall-start:
iptables -t nat -I POSTROUTING -o `nvram get wan_ifnames` -j MASQUERADE

and in jiffs/scripts/services-start:
ifconfig `nvram get wan_ifnames`:0 10.10.10.10 netmask 255.255.255.0

then I can access my GUI of the modem (10.10.10.1) in my network behind the router (10.10.1.1). On this router I have the OpenVPN server and two clients conected.
Now I want to access also my modem (10.10.10.1) on the clients.
I can acces the netwok behind the server on the clients but unfortunately not the modem GUI.

Does someone know how to route also the modem via OpenVN?
What do I have to add?

Thanks
 
Add the following to OpenVPN Custom Configuration from the GUI (VPN -> OpenVPN Server -> VPN Details: Advanced Settings)

push route 10.10.10.0 255.255.255.0
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top