[squid-users] Squid box for two networks
joseph
chip_pop at hotmail.com
Thu Jul 20 19:49:43 UTC 2017
you might need his configuration
/ip firewall address-list
add address=192.168.110.0/24 comment="one route port 80" list=http-route
add address=192.168.115.0/24 comment="two route port 80" list=http-route
/ip firewall mangle
add action=mark-routing chain=prerouting comment=\
"Clients HTTP route to cache" dst-port=80 \
new-routing-mark=http passthrough=yes protocol=tcp
src-address-list=http-route
/ip route
add comment="Cache route" distance=1 gateway=192.168.1.1 routing-mark=http
using squid as gateway
ps.... 192.168.10.1 is squid box so put yours
--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-box-for-two-networks-tp4683119p4683193.html
Sent from the Squid - Users mailing list archive at Nabble.com.
More information about the squid-users
mailing list