I try to filter one of the servers HTTP access by source address list. I've used address list for RDP Whitelist IPs and it works. In this case I have 1 range and 2 IPs assigned to the whitelist.
Code: Select all
ip firewall nat add action=dst-nat chain=dstnat dst-address=1.2.3.4 protocol=6 dst-port=3389 src-address-list=WHITELIST to-addresses=192.168.168.24
Code: Select all
ip firewall nat add action=dst-nat chain=dstnat dst-address=1.2.3.4 protocol=6 dst-port=80 src-address-list=US to-addresses=192.168.168.24