help my friends
In the First i Apologize For bad english
Secondly i need to make load balance + web proxy + hotspot in Same Server
I used This Code
/ip address
add address=192.168.1.2/24 disabled=no interface=wlan1
add address=192.168.2.2/24 disabled=no interface=wlan2
add address=10.0.0.1/24 disabled=no interface=hotspot/ip firewall mangle
add action=mark-connection chain=input in-interface=wlan1 new-connection-mark=wlan1_conn passthrough=yes comment=adsl1 hotspot=auth
add action=mark-connection chain=output dst-port=80 new-connection-mark=wlan1_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 protocol=tcp hotspot=auth
add action=mark-connection chain=prerouting dst-address-type=!local dst-port=80 in-interface=lan new-connection-mark=wlan1_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 protocol=tcp hotspot=auth
add action=mark-routing chain=prerouting connection-mark=wlan1_conn in-interface=lan new-routing-mark=to_wlan1 passthrough=yes hotspot=auth
add action=mark-routing chain=output connection-mark=wlan1_conn new-routing-mark=to_wlan1 passthrough=yes hotspot=authadd action=mark-connection chain=input in-interface=wlan2 new-connection-mark=wlan2_conn passthrough=yes comment=adsl2 hotspot=auth
add action=mark-connection chain=output dst-port=80 new-connection-mark=wlan2_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1 protocol=tcp hotspot=auth
add action=mark-connection chain=prerouting dst-address-type=!local dst-port=80 in-interface=lan new-connection-mark=wlan2_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1 protocol=tcp hotspot=auth
add action=mark-routing chain=prerouting connection-mark=wlan2_conn in-interface=lan new-routing-mark=to_wlan2 passthrough=yes hotspot=auth
add action=mark-routing chain=output connection-mark=wlan2_conn new-routing-mark=to_wlan2 passthrough=yes hotspot=auth/ip firewall nat
add action=masquerade chain=srcnat out-interface=wlan1
add action=masquerade chain=srcnat out-interface=wlan2
add action=redirect chain=dstnat dst-port=80 in-interface=hotspot protocol=tcp to-ports=8080
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-mark=wlan1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.2.1 routing-mark=wlan2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=30 target-scope=10/ip proxy
set always-from-cache=no cache-administrator=webmaster cache-hit-dscp=4 cache-on-disk=yes enabled=yes max-cache-size=398KiB max-client-connections=600 max-fresh-time=3d max-server-connections=600 parent-proxy=0.0.0.0 parent-proxy-port=0 port=8080 serialize-connections=no src-address=0.0.0.0
I Used hotspot=auth To Make Hotspot Work With Pcc
And Used both-addresses-and-ports To Make The Speed Show the total lines 2+1=3
And Work Fine
But When Active Web Proxy Noted first Wlan1 Is Work Fine But Wlan2 Don’t Work Fine And this pic show this

And When Disable Webproxy All Thing Work Fine like this

Can Any one Help Me Plz I Need Webproxy and Need Pcc
And How To Make Site Like forum.mikrotik.com open From route 1 Only 192.168.1.1