From owner-freebsd-questions Tue Dec 1 10:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27234 for freebsd-questions-outgoing; Tue, 1 Dec 1998 10:18:32 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27215 for ; Tue, 1 Dec 1998 10:18:27 -0800 (PST) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.1/8.9.1) with ESMTP id TAA01564; Tue, 1 Dec 1998 19:18:08 +0100 (CET) (envelope-from riccardo@righi.ml.org) Date: Tue, 1 Dec 1998 19:18:08 +0100 (CET) From: Riccardo Veraldi To: Thierry.Herbelot@alcatel.fr cc: freebsd-questions@FreeBSD.ORG Subject: TCP/IP stack bug or ether dev bug ?? (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG it's really weird my netstat show an host in the routing table that is not in rc scripts... is possible that this host is trying to do something strange like... getting my IP address or something ?? someone can have an idea on why my routing table is like that ?? Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 137.204.49.254 UGSc 55 265 ep0 127.0.0.1 127.0.0.1 UH 2 6457 lo0 137.204.49/24 link#2 UC 0 0 ep0 137.204.49.17 0:20:af:b7:21:d9 UHLW 3 140397 lo0 137.204.49.30 0:60:8c:92:ae:a2 UHLW 0 10 ep0 1082 137.204.49.254 aa:0:4:0:1a:95 UHLW 56 0 ep0 428 my host is 137.204.49.17 the other 137.204.49.30 is a PC on the same lan and I do not know why it is in the routing table noone added it and it is not in rc scripts as a default route or alternative route path, so I do not understand can someone help me ? Rick ---------- Forwarded message ---------- Date: Tue, 1 Dec 1998 19:10:53 +0100 (CET) From: Riccardo Veraldi To: Thierry.Herbelot@alcatel.fr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TCP/IP stack bug or ether dev bug ?? it is really weird here is ifconfig -a lp0: flags=8810 mtu 1500 ep0: flags=8843 mtu 1500 inet 137.204.49.17 netmask 0xffffff00 broadcast 137.204.49.255 ether 00:20:af:b7:21:d9 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 here is netstat -nr here is the weirdness Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 137.204.49.254 UGSc 55 265 ep0 127.0.0.1 127.0.0.1 UH 2 6457 lo0 137.204.49/24 link#2 UC 0 0 ep0 137.204.49.17 0:20:af:b7:21:d9 UHLW 3 140397 lo0 137.204.49.30 0:60:8c:92:ae:a2 UHLW 0 10 ep0 1082 137.204.49.254 aa:0:4:0:1a:95 UHLW 56 0 ep0 428 I Actually cannot understand why this host 137.204.49.30 is in the routing table I did not added it and I dunno why the startup scprit add it here are dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-RELEASE #0: Fri Nov 6 10:56:01 CET 1998 admin@righi.ml.org:/usr/src/sys/compile/RIGHI Timecounter "i8254" frequency 1193182 Hz cost 3008 ns CPU: i486 DX2 (486-class CPU) Origin = "GenuineIntel" Id = 0x435 Stepping=5 Features=0x3 real memory = 33554432 (32768K bytes) avail memory = 30728192 (30008K bytes) Probing for devices on PCI bus 0: vga0: rev 0x48 int a irq 9 on pci0.13.0 chip0: rev 0x01 on pci0.16.0 chip1: rev 0x0d on pci0.18.0 ide_pci0: rev 0x0d on pci0.18.1 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 2062MB (4224150 sectors), 4470 cyls, 15 heads, 63 S/T, 512 B/S 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp/bnc[*BNC*] address 00:20:af:b7:21:d9 npx0 flags 0x1 on motherboard npx0: INT 16 interface IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging limited to 10 packets/entry changing root device to wd0s1a the firewall rules are ok really I use open firewall for now. then the thing of the network hanging happen by chance one a week usually thanks if you can help me plase Rick On Tue, 1 Dec 1998 Thierry.Herbelot@alcatel.fr wrote: > Hi, > > What FreeBSD version ? > what is the dmesg ? > what is your IP config (ifconfig -a , netstat -nr , ....) > > help us helping you ;-) > > TfH > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message