Results 1 to 1 of 1
There is a squid process listening on a random port with protocol udp each time I start squid and I'm not sure what it does.
I do a "ps -ef ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-01-2009 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 84
Extra Squid process?
There is a squid process listening on a random port with protocol udp each time I start squid and I'm not sure what it does.
I do a "ps -ef | grep squid" and get
I do a "sudo netstat -tlnup | grep squid" and getCode:root 22110 1 0 18:24 ? 00:00:00 /usr/sbin/squid3 -D -sYC proxy 22113 22110 0 18:24 ? 00:00:00 (squid) -D -sYC
I'm ok with the one listening on 10.6.7.0:3128, but what does the process do that's listening on 0.0.0.0:36947?Code:tcp 0 0 10.6.7.0:3128 0.0.0.0:* LISTEN 22113/(squid) udp 0 0 0.0.0.0:36947 0.0.0.0:* 22113/(squid)
I checked syslog and found, "DNS Socket created at 0.0.0.0, port 36947, FD 8". Is this a DNS process of some sort? Can I disable it? If not, is there a way for me to make it listen on a specific ip or interface instead of 0.0.0.0?
I already disabled the icp process so it doesn't show up.


Reply With Quote
