From owner-freebsd-questions Wed Dec 17 11:44:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA06564 for questions-outgoing; Wed, 17 Dec 1997 11:44:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from basil.stthom.edu (basil.stthom.edu [199.3.235.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA06556 for ; Wed, 17 Dec 1997 11:44:51 -0800 (PST) (envelope-from jim@basil.stthom.edu) Received: (from jim@localhost) by basil.stthom.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) id NAA06985; Wed, 17 Dec 1997 13:45:32 -0800 Date: Wed, 17 Dec 1997 13:45:32 -0800 (PST) From: _| im To: Mark Smith cc: questions@FreeBSD.ORG Subject: Re: Configuring In-Reply-To: <007401bd0b20$ee8fc360$5f3601a5@msmithpt.ap.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk you can do the following: to see your current routing table run: netstat -rn to add a route : route -n add destination(default) ip-address-of-router The file rc.conf is where the starup values are stored. On Wed, 17 Dec 1997, Mark Smith wrote: > what is the command prompt to do TCP/IP configuration. Specifically the > gateway. I assigned one during setup, but it appears that it is not working. > > > -ms > >