From owner-freebsd-stable Fri Dec 4 10:06:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03241 for freebsd-stable-outgoing; Fri, 4 Dec 1998 10:06:08 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.esigroup.com (esiwg.esigroup.com [205.218.124.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03233 for ; Fri, 4 Dec 1998 10:06:06 -0800 (PST) (envelope-from RHall@esigroup.com) Received: by mail.esigroup.com with Internet Mail Service (5.5.1960.3) id ; Fri, 4 Dec 1998 11:59:14 -0600 Message-ID: <2C10B557AEBDD011872500A0C933CDDB4D8747@mail.esigroup.com> From: Roger Hall To: freebsd-stable@FreeBSD.ORG Subject: FW: Network help Date: Fri, 4 Dec 1998 11:59:13 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In /stand/sysinstall I configured the network with an IP address of > 192.30.2.125 (which is an internal virtual lan), a gateway of > 205.218.124.1 and Name Server 205.218.124.2. The 205 addresses are > public internet address. > > In /etc/rc.conf: > network_interfaces="ep0 sl0 lp0" > ifconfig_ep0="inet 192.30.2.125 netmask 255.255.255.0" > ifconfig_sl0="inet 192.30.2.125 netmask 255.255.255.0" > ifconfig_sl0="inet 192.30.2.125 netmask 255.255.255.0" (that's right, > two sl's) > ifconfig_lo0="inet 192.30.2.125 netmask 255.255.255.0" > > defaultrouter="205.218.124.1" > > But netstat -r is very short: > > localhost localhost > 192.30.2 link#2 > > I can ping any 192 address, but 205 is unreachable. Obviously there is > no route, but why, and how to fix? And isn't that route supposed to > say "192.30.2.0"? > > When I try "route add default gw" as described on page 319 of the > complete Freebsd, I get: > > route: bad address: gw > > TIA! > > Roger Hall > Webmaster > http://www.esigroup.com > 501.975.0840.296 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message