squid ?!?!?!??!

From: Delfim Machado <bipbip@dont-contact.us>
Date: Wed, 30 Jun 1999 14:24:17 +0100

--- I START SQUID

[root@LinServe /root]# /etc/rc.d/init.d/squid start
Starting
squid:
[ OK ]

--- HE IS WORKING (i think)

[dbcm@LinServe dbcm]$ ps ax
  PID TTY STAT TIME COMMAND
    1 ? SW 0:02 [init]
    2 ? SW 0:00 [kflushd]
    3 ? SW 0:00 [kpiod]
    4 ? SW 8:10 [kswapd]
  447 ? S 0:11 syslogd -m 0
  458 ? SW 0:00 [klogd]
  472 ? SW 0:00 [inetd]
  486 ? SW 0:02 [named]
  506 ? SW 0:00 [gpm]
  542 ? SW 0:00 [smbd]
  553 ? S 0:43 nmbd -D
  607 ? SW 0:00 [qmail-send]
  610 tty1 SW 0:00 [login]
  611 tty2 SW 0:00 [login]
  612 tty3 SW 0:00 [mingetty]
  613 tty4 SW 0:00 [mingetty]
  614 tty5 SW 0:00 [mingetty]
  615 tty6 SW 0:00 [mingetty]
  616 ? SW 0:00 [splogger]
  617 ? SW 0:00 [qmail-lspawn]
  618 ? SW 0:00 [qmail-rspawn]
  619 ? SW 0:00 [qmail-clean]
  621 ? S 0:00 update (bdflush)
  654 tty1 SW 0:00 [bash]
  667 tty1 RN 299:37 ./setiathome
  668 tty2 SW 0:00 [bash]
  680 tty2 RN 307:10 ./setiathome
  920 ? SW 0:01 [smbd]
  924 ? SW 0:00 [in.telnetd]
  925 pts/0 SW 0:00 [login]
  926 pts/0 SW 0:00 [bash]
  954 pts/0 SW 0:00 [su]
  956 pts/0 SW 0:00 [bash]
  980 pts/0 SW 0:00 [squid]
  981 pts/0 SW 0:00 [squid]
  982 ? S 0:00 in.telnetd
  983 pts/1 SW 0:00 [login]
  984 pts/1 S 0:00 -bash
 1002 pts/1 R 0:00 ps ax

--- BUT DON't SHOW ME THE DOOR OPEN !

[dbcm@LinServe dbcm]$ nmap linserve

Starting nmap V. 2.2-BETA4 by Fyodor (fyodor@dhp.com,
www.insecure.org/nmap/)
Interesting ports on LinServe.VDL (192.168.100.222):
Port State Protocol Service
21 open tcp ftp
23 open tcp telnet
25 open tcp smtp
53 open tcp domain
110 open tcp pop-3
139 open tcp netbios-ssn

Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds

4

http_port 3128

dead_peer_timeout 10 seconds

cache_mem 8 MB

cache_swap_low 90
cache_swap_high 95

maximum_object_size 4096 KB

ipcache_size 1024
ipcache_low 90
ipcache_high 95

fqdncache_size 1024

cache_dir /var/spool/squid 100 16 256

cache_access_log /var/log/squid/access.log

cache_log /var/log/squid/cache.log

cache_store_log /var/log/squid/store.log

cache_swap_log /var/log/squid/cacheswp.log

emulate_httpd_log off

pid_filename /var/run/squid.pid

debug_options ALL,1

dns_nameservers 127.0.0.1

pinger_program /usr/lib/squid/pinger

connect_timeout 120 seconds

siteselect_timeout 4 seconds

read_timeout 15 minutes

request_timeout 30 seconds

client_lifetime 1 day

half_closed_clients on

pconn_timeout 120 seconds

ident_timeout 10 seconds

shutdown_lifetime 30 seconds

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow localhost
http_access allow all

icp_access allow all

miss_access allow all
Received on Wed Jun 30 1999 - 07:51:28 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:04 MST