Code: Select all
/ip proxy
set enabled=yes
/ip proxy access
add action=redirect action-data=www.cactusinternational.com/EthernetIndependent/default.aspx src-address=100.64.0.0/26
Code: Select all
/ip firewall nat
add action=redirect chain=dstnat comment="RADIUS-DHCP: Send Restricted HTTP connections to internal web proxy." \
dst-address-list=!WalledGarden dst-port=80 protocol=tcp src-address=100.64.0.0/26 to-ports=8080
add action=src-nat chain=srcnat comment="RADIUS-DHCP: NAT Restricted addresses on their way out." \
out-interface=ether1 src-address=100.64.0.0/26 to-addresses=<WAN-IP>
PS: Winbox can not represent the redirect command. You must use the CLI to add it, and to look at it.