[squid-users] Help!

From: Justin Piszcz <war@dont-contact.us>
Date: Thu, 14 Feb 2002 06:57:00 -0500

I've been using Squid 2.2-RELEASE4 since it came out =)

Before I had 3 NICS.

1=LAN (192.168.168.253)
2=DSL
3=SAT (192.168.0.1)
This configuration has worked since I installed SQUID.
DEFAULT ROUTE = SATELLITE(3)

Now I have 4 NICS

1=LAN
2=DSL IP1
3=DSL IP2
4=SAT

DEFAULT ROUTE = SATELLITE(4)

Now nothing works.
No packets go out in TCPDUMP on any of the 4 interfaces.
Anyone have any idea what could be wrong?

1013687193.383 RELEASE -1 FFFFFFFF F05788A3E5295E0F101382211949A3EC
504 -1 -1 -1 unknown -1/998 GET
ftp://ftp.nss.nu/pub/synscan/arping-1.04.tar.gz
2002/02/14 06:47:09| idnsCheckQueue: ID 2: giving up after 37 tries and
307.2 seconds
1013687237.093 119951 192.168.168.253 TCP_MISS/503 1144 GET
ftp://ftp.nss.nu/pub/synscan/arping-1.04.tar.gz - NONE/- -
1013687237.093 RELEASE -1 FFFFFFFF 5AEF96986D7076F1CB5F6EFEFD95A4CE
503 -1 -1 -1 unknown -1/1083 GET
ftp://ftp.nss.nu/pub/synscan/arping-1.04.tar.gz
2002/02/14 06:47:36| idnsCheckQueue: ID 3: giving up after 37 tries and
302.4 seconds
2002/02/14 06:49:07| idnsCheckQueue: ID 4: giving up after 37 tries and
305.0 seconds
2002/02/14 06:49:34| idnsCheckQueue: ID 5: giving up after 37 tries and
301.0 seconds
2002/02/14 06:50:17| idnsCheckQueue: ID 6: giving up after 37 tries and
300.8 seconds

It's just timing out on me.

1013687708.373 240617 192.168.168.12 TCP_MISS/504 1010 GET
http://lwn.net/daily - NONE/- -
1013687708.373 RELEASE -1 FFFFFFFF 531DFA88C246C3587DCE0223F3ECCF07
504 -1 -1 -1 unknown -1/944 GET
http://lwn.net/daily
2002/02/14 06:55:29| idnsCheckQueue: ID 7: giving up after 34 tries and
302.0 seconds
2002/02/14 06:55:37| idnsCheckQueue: ID 8: giving up after 34 tries and
304.1 seconds
2002/02/14 06:55:44| idnsCheckQueue: ID 9: giving up after 34 tries and
305.4 seconds
2002/02/14 06:55:48| idnsCheckQueue: ID a: giving up after 34 tries and
303.3 seconds

# squid.conf
# Squid 2.0 config.

#
# Set squid ports.
http_port 192.168.168.253:3128
#icp_port 192.168.168.253:3130
http_port 3128
icp_port 3130

# Set outgoing addresses.
tcp_outgoing_address 192.168.0.1
udp_outgoing_address 192.168.0.1
snmp_outgoing_address 192.168.0.1
wccp_outgoing_address 192.168.0.1
#cache_peer 192.168.0.1 parent 3128 3130 default

#
# Set squid timeouts.
icp_query_timeout 2000
dead_peer_timeout 10 seconds

#
# Handle hierarchy stoplists.
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

#
# Set the cache size.
cache_mem 100 MB
cache_swap_low 90
cache_swap_high 95

#
# Set object sizes.
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB

#
# Set ipcache.
ipcache_size 1024
ipcache_low 90
ipcache_high 95

#
# Set number of FQDN cache entries.
fqdncache_size 1024

#
# Set default ftp user.
ftp_user Squid@

#
# Set ftp passive mode on.
ftp_passive on

#
# Optimize the cache.
wais_relay_port 0
request_header_max_size 10 KB
request_body_max_size 1 MB
reply_body_max_size 0
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 5 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
range_offset_limit 0 KB

#
# Set the timeouts.
connect_timeout 2 minutes
peer_connect_timeout 60 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

#
# Hosts and ports to allow.
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 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow all

#
# Set the user and group to run squid.
cache_effective_user squid
cache_effective_group wheel

#
# Log options
logfile_rotate 10

# Memory options.
memory_pools on
memory_pools_limit 50 MB

# Hide forwarded from.
forwarded_for off

#
# Additional timeout settings.
minimum_retry_timeout 5 seconds
maximum_single_addr_tries 3

#
# Logging.
cache_access_log /var/log/squid.log
cache_log /var/log/squid.log
cache_store_log /var/log/squid.log

#cache_access_log /dev/null
#cache_log /dev/null
#cache_store_log /dev/null

#
# Enable this for IE.
# ie_refresh off

Please let me know, thanks!
Received on Thu Feb 14 2002 - 04:57:09 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:22 MST