Bug #3344
closedDisable IPV6 Squid3 not run
0%
Description
Disabling ipv6 in the GUI squid3 closes port 3128.
Files
Updated by Chris Buechler over 11 years ago
- Project changed from pfSense to pfSense Packages
- Status changed from New to Feedback
Need more info, what specifically do you mean by "Disabling IPv6"? Checking the box under System>Advanced?
Updated by Gilmar Cabral over 11 years ago
Yes.
System -> Advanced.
Disable ipv6 support package squid3 closed port 3128, but the service runs but refuses connection
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Rejected
that checkbox has nothing to do with what squid will bind to. It only blocks IPv6 network traffic, which can't have any relation to whether squid binds ports or runs.
Updated by Gilmar Cabral over 11 years ago
but disable checkbox not create route ipv6 automatic
Updated by Gilmar Cabral over 11 years ago
Generated example configurator GUI pfsense.
Generated parameter automatic tun-ipv6
Print attached configuration generated
dev ovpns1
dev-type tun
tun-ipv6
dev-node /dev/tun1
writepid /var/run/openvpn_server1.pid
#user nobody
#group nobody
script-security 3
daemon
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
proto udp
cipher AES-128-CBC
up /usr/local/sbin/ovpn-linkup
down /usr/local/sbin/ovpn-linkdown
local 10.0.2.15
ifconfig 10.0.2.1 10.0.2.2
lport 2418
management /var/etc/openvpn/server1.sock unix
max-clients 1
secret /var/etc/openvpn/server1.secret
comp-lzo
Updated by Renato Botelho over 11 years ago
How is it related to squid3? It's an openvpn conf. I'm confused
Updated by Gilmar Cabral over 11 years ago
Bus only disable ipv6 suport that squid3 port closed
Updated by Malik Mazhar about 10 years ago
Gilmar Cabral You are right man, your post helped me today means after one year you posted it...
i have been in this issue from 3 weeks and 100 times i re installed pfsense, changed my Hard Disk even but the same result. i have one bad habit as soon as i install pfsense i disable ipv6 bec i dont need it .. and thats a point i was missing.. nobody can even imagine that squid could be stopped working due to this issue,
netstat shows port closed , gui shows squid is running, everything looks fine but all the requests were been refused .. shit man i was literally crying ..
once again you are a hero to find out that bug .. dont know they still couldnt fix it i am using 3.3.10 squid .. no metter you use 32bit or 64bit pfsense .. you cant come out from this shit until you re enable ipv6 lolzz..
Updated by Chris Buechler about 10 years ago
the likely reason for this is your squid3 config requiring communication with localhost, and it picking v6 to try to communicate with localhost. In 2.2 and newer, the IPv6 blocking ("disabling") excludes the loopback to avoid this type of issue