Bug #4331
closedIssue with VPN interface within Squid 3.4 for Transparent Proxy
0%
Description
I'm running pfSense 2.2 with squid 3.4.10_2
Want to include my VPN interface in transparent proxy within squid.
squid.conf does seem to treat it correctly.
ovpns1 is assigned as interface 'VPN' without any ipv4/6 configuration (In OPENVPN it's configured as 10.69.0.1)
VPN interface is included in proxy and transparent proxy interfaces within squid conf GUI. (LAN is also included and configured as 192.168.0.1)
squid.conf shows the following:
http_port 192.168.0.1:3128 <--- LAN
http_port 10.69.0.1:3128 <--- VPN
acl localnet src 192.168.0.0/24 0.0.0.0/NAN <--- first ip address is correct but not sure what second address is 0.0.0.0/NAN??
So browsing via VPN interface fails.
If I manually change the line from:
acl localnet src 192.168.0.0/24 0.0.0.0/NAN
to
acl localnet src 192.168.0.0/24 10.69.0.0/28
then transparent proxy browsing via VPN interface works
Also available in: Atom