Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 1999 15:32:43 -0800 (PST)
From:      <unknown@riverstyx.net>
To:        Spidey <beaupran@jsp.umontreal.ca>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Default router
Message-ID:  <Pine.BSF.4.05.9903041527270.20410-100000@hades.riverstyx.net>
In-Reply-To: <Pine.BSF.3.96.990304180751.3824B-100000@localhost.jsp.umontreal.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Naw, you gotta add the IP to the NIC like so:

ifconfig ed0 206.12.12.3

that'll set your machine's IP to 206.12.12.3.  Now, assuming you have a
gateway of 12.34.56.78 (which I made up -- that can't possibly be your
gateway), you can run

route add 0.0.0.0 12.34.56.78

netstat -r probably stuck because it couldn't do any DNS lookups or
something.  Try netstat -rn instead.

---
Tani Hosokawa
River Styx Internet


On Thu, 4 Mar 1999, Spidey wrote:

> aaah!
> 
> I tried route add default 12.34.56.78
> 
> and netstat -r stuck... 
> 
> I can't test it now because i'm not on the good machine...
> 
> And... humm... the NIC you're talking about is 12.34.56.78, in the
> example? And the IP would be 12.34.56.78?
> 
> Thanks!
> 
> PS: Shouldn't this be in the handbook or something? In the default routes
> sections, it is explained how it is working, but not how to add a default
> route... :(

Yeah, I wish there was more documentation around.  I'm just messing with
FreeBSD for the first time in like, two years (I had an installation for
about a week, before I switched to Linux).



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?Pine.BSF.4.05.9903041527270.20410-100000>