I want to use the squid proxy on my network:
Layout Network:
http://picasaweb.google.com/105817325367668946893/LinuxForum#5500715045692354226
The lan “amministrazione 192.168.10.X”,“laboratori 192.168.97.X” and “wireless” must use the squid proxy (192.168.96.10)
What is the instruction to insert in mikrotik ?
Tank’s
fewi
2
/ip firewall address-list
add list=toProxy address=192.168.10.0/24 comment=amministrazione
add list=toProxy address=192.168.97.0/24 comment=laboratori
add list=toProxy address=a.b.c.d/n comment=wireless
/ip firewall nat
add chain=dstnat action=dst-nat src-address-list=toProxy protocol=tcp dst-port=80,8080,8888 to-address=192.168.96.10
I have insert the code.
To use the transparent mode and to block other lan ?
Tank’s
fewi
4
Sorry, I don’t understand the question.
Sorry,
this instruction are exact to use squid proxy in transparent mode ?
Tank’s