Hello,
I have to configure several RUTX11 or RUTX50, so I prepared a standard configuration and once testes for an installation, I reloaded this one in a new device , changed some settings personlized for the new installation. I noticed that the Port Forwarding does not work anymore. The main issue is that I have two vlans (172.16.x.x and 192.168.x.x), I created the zones and made the correct associations in the lan interfaces. The port forwarding is towards a device in the 192.168.x.x. lan.
I asked to chatgpt the issue, and the feedback was that it was necessary to update the firewall setting: . dest with cli/ssh commands with the correct zone
Herea after an extract of firewall file setting:
firewall.42=redirect
firewall.42.src_dport=‘5900’
firewall.42.dest_ip=‘192.168.26.201’
firewall.42.src=‘wan’
firewall.42.name=‘SRV01_VNC’
firewall.42.dest=‘lan’ <<-- wrong: to change with lan192_zone (‘lan’ does not exist as zone as I renamed zones (lan172_zone and lan192_zone)
firewall.42.target=‘DNAT’
firewall.42.proto=‘tcp’
firewall.42.enabled='1
This field is not accessible via WebUI, so I have compelled to force via SSH the value of the wrong.
Of course I tried before to delete the rule and insert it again, but the problem persist.
Is there a way to fix the problem in an easier other way? Why this field is not exposed in webui?
Thanks
BR