HI
1).All my LANs are masqueraded of format 192.168.x.y/24,
2).In test environment i got two MT RBoards 450 and 433AH.
3).450G is configure to connect to parent web proxy. I also configure firewall on the 450g with:
CHould i configure firewall on 450g to direct the request to Parent Web proxy Srv? or to the local web proxy which than likns his request to the parent one??? What do you could help?
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=dstnat action=dst-nat to-addresses=192.168.2.2 to-ports=80
protocol=tcp dst-address=43.165.220.163 dst-port=80
2 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.88.0/24
3 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.66.0/24
4 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.55.0/24
5 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.44.0/24
6 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.33.0/24
7 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.22.0/24
8 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.2.0/24
15 ;;; Remote dlink Router web page admi. Ex. domain.com:8080
chain=dstnat action=dst-nat to-addresses=192.168.88.4 to-ports=8080
protocol=tcp dst-address=43.165.220.163 dst-port=8080
16 ;;; Redirect whole HTTP traffic to proxy server
chain=dstnat action=redirect to-ports=8008 protocol=tcp
dst-address=43.165.220.163 dst-port=80
[admin@MikroTik] /ip firewall nat>



