anyone ?
Is there a reason you need 3.22? I would upgrade to 5.14 myself.
do u’ve the config for this, i can’t make it work
I wipped the config on a RB493AH, configured eth1 to get dhcp from my LAN, eth2 with an IP and setup a DHCP server, setup NAT and WebProxy then setup a rule to force all port 80 traffic to my web proxy. See the export below and the attached screenshot which verifies that it is working.
[admin@MikroTik] > /export compact
# jan/02/1970 00:05:16 by RouterOS 5.14
# software id = 9RH0-NZTQ
#
/ip pool
add name=dhcp_pool1 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether2 name=dhcp1
/ip address
add address=10.10.10.1/24 interface=ether2
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=8.8.8.8 gateway=10.10.10.1
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=80 in-interface=ether2 protocol=tcp \
to-addresses=10.10.10.1 to-ports=8080
add action=masquerade chain=srcnat out-interface=ether1
/ip proxy
set enabled=yes
