From owner-freebsd-questions Mon Jul 19 20:47:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id 84D8414FE6 for ; Mon, 19 Jul 1999 20:47:35 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.1a/8.8.5) with SMTP id XAA14207; Mon, 19 Jul 1999 23:47:13 -0400 (EDT) Message-Id: <199907200347.XAA14207@arutam.inch.com> From: "Francisco Reyes" To: "Peter Kok" Cc: "FreeBSD questions" Date: Mon, 19 Jul 1999 23:48:19 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: slow Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Jul 1999 09:21:47 +0800, Peter Kok wrote: I am no guru and you should have sent a cc to the list, but let me see what I can do... >Under the var/log dir, the 'message' file included >Jul 20 16:09:05 itsfreebsd /kernel: lpt1 not probed due to I/O address >conflict with lpt0 at 0x378 Sounds like at some point you made some changes to your I/O addresses and made both of your LPT ports the same.. this is a Bios issue not a Freebsd issue. Go into your bios and look into the I/O or peripherals section. >Jul 20 16:52:40 itsfreebsd /kernel: vx1 <3COM 3C905 Fast Etherlink XL PCI> >rev 0 int a irq 10 on pci0:10:0 That seems like a normal line >Jul 20 16:52:40 itsfreebsd /kernel: vx1: not configured; kernel is built >for only 1 device. Do you have two cards in this computer? You may have mentioned in the previous message, but I don't remember... Moreover I don't know how, but you need to build a device for the second card... >Jul 20 16:54:13 itsfreebsd ftpd[213]: FTP LOGIN FAILED FROM 10.0.0.2, peter >Jul 20 16:56:12 itsfreebsd ftpd[217]: FTP LOGIN REFUSED FROM 10.0.0.2, root wrong passwords? >Now, i re-do the amend rc.conf and change the gateway to before. and the >system is normal now. Do you mean you recently made some changes and then revert them? Not clear from above paragraph. >why do the gateway can make the system slow??? I really don't know, but I would guess because it keeps sending packets to it and this creates increased traffic/overhead >This gatway is address of of itself 10.0.0.1' ??? do you mean you were pointing the computer to itself as a gateway? Just sounds like something that would cause trouble. Why would you do that? A gateway is basically a link between your computer and another network. Example: your internal network is 10.0.0.0 and your ISP uses something like 216.44.153.00 The gateway will translate(?) the packets from one network to the other. Also when using "non routable" IPs you need to do network translation(NATD).. but don't ask me about that.. I went the easy way and bought netmax. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message