I use OpenWrt Chaos Calmer r42170 / LuCI Trunk (svn-r10520) from http://enduser.subsignal.org/~trondah
How do I set up correctly to access LuCI from the WAN?
With LuCI i make the follow "traffic rule" RULE in /etc/config/firewall
config rule
option target 'ACCEPT'
option src 'wan'
option proto 'tcp'
option name 'GUI'
option family 'ipv4'
option src_port '11111'
option dest_port '443'
This rule does not work.
With LuCI i make the follow "Port Forwards" RULE in /etc/config/firewall
config redirect
option target 'DNAT'
option src 'wan'
option dest 'lan'
option proto 'tcp'
option name 'GUI'
option src_dport '11111'
option dest_port '443'
This rule das WORK.
Can that be right? I had been of the opinion, the Port Forwarding Rules are used for forwarding to the LAN. The access to the router (OpenWRT) should be regulated differently. Am I completely wrong here
Rosi
