Hi guys,
I’ve a NAT Rule + address list to do that, it works fine most of the time, but when I remove a user from the address list sometimes they are still redirected to the non-payers web page.
I’m using this rule with ROS 6.6
Ip firewall / NAT
add action=dst-nat chain=dstnat in-interface="vlan 103 - Zone 33" protocol=tcp src-address-list=\ MOROSOS to-addresses=178.xxx.247.196 to-ports=80
178.xxx.247.196 is the IP of my non-payers web page.
/ip firewall address-list
add address=178.xxx.247.17 comment=“Cliente 2” list=\MOROSOS
And 178.xxx.247.17 is the IP of one of user with issues.
Any suggestion?
Thanks,