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