From owner-freebsd-questions Sat Jun 5 23:23:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sturm.canonware.com (canonware.com [204.107.140.54]) by hub.freebsd.org (Postfix) with ESMTP id 7185614CBE for ; Sat, 5 Jun 1999 23:23:35 -0700 (PDT) (envelope-from jasone@canonware.com) Received: from localhost (jasone@localhost) by sturm.canonware.com (8.8.8/8.8.8) with ESMTP id XAA18930; Sat, 5 Jun 1999 23:13:56 -0700 (PDT) (envelope-from jasone@canonware.com) Date: Sat, 5 Jun 1999 23:13:55 -0700 (PDT) From: Jason Evans To: Brian Pontz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a network In-Reply-To: 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 Everything you present in your email looks okay to me (though I'm no networking expert). The next thing I would look at is the routing table. Type 'netstat -nr' to see what routes are set up. I'm guessing that you don't have a default route (a default route has the word 'default' as the first word of the line) set up. You can manually add a default route with the 'route' command. I think that changing: defaultrouter="NO" to defaultrouter="10.0.0.1" (assuming 10.0.0.1 is your gateway) in /etc/rc.conf will cause a default route to be added during boot. Jason Jason Evans http://www.canonware.com/~jasone Home phone: (650) 856-8204 Work phone: (415) 808-8742 "I once knew a happy medium. Her name was Zohar." - James Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message