squid installed this way, source code from squid-cache.org:
./configure --enable-underscores --enable-linux-netfilter 
--enable-delay-pools --enable-ssl --with-dl --enable-gnuregex --disa
ble-wccp --disable-htcp --exec-prefix=/usr --sysconfdir=/etc/squid 
--localstatedir=/var/log/squid
works without problems, but:
root@cdv02:/usr/src/squid-2.5.STABLE5# netstat -ap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         
State       PID/Program name
tcp        0      0 192.168.0.1:ssh         *:*                     
LISTEN      132/sshd
tcp        0      0 192.168.0.1:3128        *:*                     
LISTEN      14966/(squid)
tcp        0     20 192.168.0.1:ssh         192.168.0.50:2391       
ESTABLISHED 2227/0
------>  udp        0      0 *:4372                  
*:*                                 14966/(squid)         <---------
What the hell this port is open?
cache.log >
2004/05/25 17:31:09| Starting Squid Cache version 2.5.STABLE5 for 
i586-pc-linux-gnu...
2004/05/25 17:31:09| Process ID 14966
2004/05/25 17:31:09| With 1024 file descriptors available
2004/05/25 17:31:09| Performing DNS Tests...
2004/05/25 17:31:09| Successful DNS name lookup tests...
2004/05/25 17:31:09| DNS Socket created at 0.0.0.0, port 4372, FD 4
Why squid is binding this port? my squid.conf is 99% default, only changed:
http_port 192.168.0.1:3218 to listen on the local interface;
allowed my network;
and set icp_port 0;
Any ideias?
Using Slackware 9.1.
Miguel
Received on Tue May 25 2004 - 15:08:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Jun 01 2004 - 12:00:02 MDT