Web Proxy Bridge Interface

Is it possible to run Web proxy on bridge interface,

I have configured but it not working.

problem one

if i will select in bridge port, its not working in ip->firewall->nat
chai dst-nat port 80 to port 8080, action redirect.

if i will not select bridge port, its hepening loop.


can anyone suggest me configuration?

Thank you

Did you turn on the use of the IP firewall on the bridge under the bridge configuration?

yes of course

Can you post a network diagram and the output of “/ip address print detail”, “/ip route print detail”, “/interface print”, and “/ip firewall export”.

ip address print

0 93.188.14.2/24 93.188.14.0 93.188.14.255 bridge1
1 D 192.168.10.1/32 93.188.14.195 0.0.0.0
2 D 192.168.10.1/32 93.188.14.196 0.0.0.0
3 D 192.168.10.1/32 93.188.14.200 0.0.0.0
4 D 192.168.10.1/32 93.188.14.197 0.0.0.0
5 D 192.168.10.1/32 93.188.14.199 0.0.0.0

ip route print

0 A S 0.0.0.0/0 93.188.14.1 1
1 ADC 93.188.14.0/24 93.188.14.2 bridge1 0
2 ADC 93.188.14.195/32 192.168.10.1 0
3 ADC 93.188.14.196/32 192.168.10.1 0
4 ADC 93.188.14.197/32 192.168.10.1 0
5 ADC 93.188.14.199/32 192.168.10.1 0
6 ADC 93.188.14.200/32 192.168.10.1 0

interface print

0 R Central ether 1500 1524
1 R Norio ether 1500 1524
2 R Alekseevka ether 1500 1524
3 R didililo ether 1500 1524
4 R aeroport ether 1500 1524
5 R bridge1 bridge 1500 1524
6 DR pppoe-in 1480
7 DR pppoe-in 1480
8 DR pppoe-in 1480
9 DR pppoe-in 1480
10 DR pppoe-in 1480


ip firewall nat print
3 X chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
in-bridge-port=Norio

4 X chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
in-bridge-port=aeroport

5 X chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
in-bridge-port=Alekseevka

6 X chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
in-bridge-port=didililo


and pleaase see atached diagram
11111111111.jpg

any help???

???