who use port 1199 or 1062 ?

From: christian dubettier <christian.dubettier@dont-contact.us>
Date: Mon, 01 Nov 1999 13:36:36 +0100

Does squid use ports 1199 or 1062 ?

I use Squid Cache version 2.2.STABLE3 for i686-pc-linux on suse 6.2 and
sometimes,
1 minute after hang up, we have
          kernel: OPEN: 62.156.30.110 -> 131.193.178.247 TCP,port 1062 -> 52283

before we were connected as
        Oct 30 16:04:50 courriel ipppd[83]: local IP address 62.156.30.110
        Oct 30 16:04:50 courriel ipppd[83]: remote IP address 193.158.142.237

Nota, the TCP port is not always the same, a other time, we have
  OPEN: 193.159.109.64 -> 198.182.196.56 TCP, port: 1199 -> 80
  (in this case our IP was 193.159.109.64 )

As it is a test machine, I was alone and using only netscape to surf on web
pages,
(no ICQ or other things like that)

Our squid.conf

http_port 3128
cache_mem 12 MB
debug_options ALL,9
dns_nameservers 194.25.2.129 # ISP DNS

authenticate_program /usr/local/squid/bin/ncsa_auth /usr/local/squid/passwd
authenticate_children 5
 
reference_age 1 week
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
acl berata_user proxy_auth REQUIRED

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow berata_user
http_access deny all
icp_access allow all
miss_access allow all

cache_mgr dubettier
append_domain .intranet.net

If we look to the route
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ippp0
192.168.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ippp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 ippp0

seems ok but if we type route -n -C
        Source Destination Gateway Flags Metric Ref Use Iface
        193.159.101.227 204.203.12.210 192.168.0.1 t 0 2 0 ippp0

and we dail to connect as OPEN: 193.159.101.227 -> 204.203.12.210

we destroy the route by route del 192.168.0.1
now we dial with the previous IP !
route -n -C
        Kernel IP routing cache
        Source Destination Gateway Flags Metric Ref Use Iface
        193.159.101.227 204.203.12.210 192.168.0.1 t 0 2 0
ippp0

-- Christian Dubettier
-- par ordre de preference
-- mailto ausbilduser10.i-ee-v@audi.de
-- christian.dubettier@berata.com
-- cdubet@usa.net
Received on Mon Nov 01 1999 - 19:57:03 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:31 MDT