Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 10:06:41 +1300
From:      Jonathan Chen <jonc@logisticsoftware.co.nz>
To:        Jon Keating <jonkeating@ureach.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Connecting to LAN
Message-ID:  <19991213100641.D3770@jonc.logisticsoftware.co.nz>
In-Reply-To: <199912122054.PAA31172@www1.ureach.com>; from jonkeating@ureach.com on Sun, Dec 12, 1999 at 03:54:58PM -0500
References:  <199912122054.PAA31172@www1.ureach.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 12, 1999 at 03:54:58PM -0500, Jon Keating wrote:

[...]
> I'm using ep0, that is working allright.  I tried putting some 
> stuff in my /etc/rc.conf file...
> 
> hostname="jon.domain.here"
> network_interfaces="ep0 lo0"
> ifconfig_ep0="inet 208.165.194.5 netmask 255.255.255.0 
> 208.165.194.1"

This should just read:

	ifconfig_ep0="inet 208.165.194.5 netmask 255.255.255.0"

> then i added
> 
> defaultrouter="208.165.194.1"

That's ok.

If you're still having problems, you'll have to send the list the
output of `netstat -in' and `netstat -rn'

Good luck!
-------------------------------------------------------------------
Jonathan Chen                       |     When all else fails, RTFM
-------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991213100641.D3770>