I have 2 networks running on my MT> I want to apply web proxy to 192.168.10.0/24 only, but my other network which is 192.168.11.0/24 is also affected. below is my config.
Code: Select all
enabled: yes
src-address: 192.168.10.254
port: 8080
anonymous: yes
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: Network Admin
max-cache-size: unlimited
max-cache-object-size: 2048KiB
cache-on-disk: yes
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: system
I have tried adding
192.168.11.1 (gw) to allow, but there is no changes.