From owner-freebsd-current Mon Apr 8 23:22:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13934 for current-outgoing; Mon, 8 Apr 1996 23:22:57 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA13925 for ; Mon, 8 Apr 1996 23:22:50 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id XAA03064; Mon, 8 Apr 1996 23:21:10 -0700 (PDT) Date: Mon, 8 Apr 1996 23:21:10 -0700 (PDT) Message-Id: <199604090621.XAA03064@silvia.HIP.Berkeley.EDU> To: joerg_wunsch@uriah.heep.sax.de CC: freebsd-current@FreeBSD.org In-reply-to: <199604080902.LAA03913@uriah.heep.sax.de> (message from J Wunsch on Mon, 8 Apr 1996 11:02:10 +0200 (MET DST)) Subject: Re: routed delete my PPP default: how to fight it? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * 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