Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 1996 23:21:10 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: routed delete my PPP default: how to fight it?
Message-ID:  <199604090621.XAA03064@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199604080902.LAA03913@uriah.heep.sax.de> (message from J Wunsch on Mon, 8 Apr 1996 11:02:10 %2B0200 (MET DST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * Ah, i've also started it right now, and now i can see them, too.
 * 
 * Grumbling...
 * 
 * Ah, i can see more of them, even for SLIP!  I think i've found a
 * pattern...  I still have to figure out why, but these connection
 * attempts (menge tag, Poul!!!) do always happen when UUCP is active,
 * regardless of whether it runs via a modem line, or via a TCP
 * connection.  Even more strange...

I see it too.  I use SLIP, no UUCP.  It started right after I compiled
this kernel:

===
>> what /kernel
/kernel
        FreeBSD 2.2-CURRENT #0: Sun Apr  7 00:02:48 PST 1996
===

Here's all the stuff that's in the kernel's message buffer.  It
doesn't overflow anything, it happens only intermittently (this many
in ~2 days).  By the way, 3128 is the port for the HTTP proxy running
on another machine (128.32.38.224), it could have something to do with 
me running netscape during these times.

===
>> dmesg | grep attempt
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:60781
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:3818
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1612
Connection attempt to TCP 136.152.64.181:1086 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1086 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1085 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1108 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1170 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1172 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1170 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1171 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1326 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1343 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1358 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1359 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1376 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1377 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1175
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:2339
Connection attempt to TCP 136.152.64.181:1495 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1356
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:3432
Connection attempt to UDP 136.152.64.181:1624 from 136.152.64.181:53
Connection attempt to UDP 136.152.64.181:1625 from 136.152.64.181:53
Connection attempt to UDP 136.152.64.181:1626 from 136.152.64.181:53
Connection attempt to UDP 136.152.64.181:1645 from 136.152.64.181:53
Connection attempt to UDP 136.152.64.181:1647 from 136.152.64.181:53
Connection attempt to TCP 136.152.64.181:1587 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:1588 from 136.152.64.181:3128
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:4538
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:2903
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1363
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:2008
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1044
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:2126
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:3285
Connection attempt to UDP 136.152.64.181:2381 from 136.152.64.181:53
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:3749
Connection attempt to TCP 136.152.64.181:113 from 136.152.64.181:1296
===

And the routing table:

===
>> netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            136.152.64.1       UGSc       17     5018       sl0
127.0.0.1          127.0.0.1          UH          2      894       lo0
136.152.64.1       136.152.64.181     UH         16        0       sl0
136.152.64.181     127.0.0.1          UGHS        0        3       lo0
224/4              136.152.64.181     US          0        0       sl0
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604090621.XAA03064>