From owner-freebsd-hackers Thu Oct 31 01:30:49 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11011 for hackers-outgoing; Thu, 31 Oct 1996 01:30:49 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA10972; Thu, 31 Oct 1996 01:30:34 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.7.6/8.7.3) id UAA08285; Thu, 31 Oct 1996 20:27:49 +1100 (EST) Date: Thu, 31 Oct 1996 20:27:47 +1100 (EST) From: "Daniel O'Callaghan" To: Darius Moos cc: FreeBSD-questions , freebsd-hackers Subject: Re: Is this network possible with FreeBSD ??? In-Reply-To: <3278806D.2FA6@degnet.baynet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 4. FreeBSD: > ifconfig ed0 inet 1.2.3.253 broadcast 1.2.3.36 > The problem: > The Router (1.2.3.36) was found but again all other hosts on > the 1.2.3.x-net were not found Huh!?! Why on earth do you have .253 and .36 on the same wire, which is a separate wire from the rest of that network. No wonder it does not work. You should really get two IP addresses close together - .35 and .36 and use netmask 0xfffffffc. If you *have* to use .253 and .36, and you can't get a more sensible pair from your ISP, my preferred option would be to change ISP. Failing that, ifconfig ed0 1.2.3.253 netmask 0xfffffffc arp -s 1.2.3.254 0:0:0:0:0:0 (substitute ethernet address of router) route add default 1.2.3.254 But I'm still baffled as to how your router knows that .253 is on one link and the rest of 1.2.3.x is on another link. Danny > +---------------+ > | FreeBSD-2.1.0 | > |+-------------+| > || NE 2000 || > || 1.2.3.253 || > || ed1 || > ++------o------++ > | > | > ++-------o-------++ > || NE 2000 || > || 1.2.3.36 || > || ed1 || > |+---------------+| > | | > | ISPA +-------+ Telco-wire > | Router | ISDN o------------o ISP 1.2.3.x > | +-------+ net > | | > ++---------------++ >