Date: Mon, 26 Aug 2002 15:30:04 -0600 (MDT) From: Nick Rogness <nick@rogness.net> To: Lord Raiden <raiden23@netzero.net> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Question about setting up static IP's. Message-ID: <20020826152842.B31482-100000@skywalker.rogness.net> In-Reply-To: <4.2.0.58.20020825030254.00a9cdc0@192.168.0.25>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 25 Aug 2002, Lord Raiden wrote: > Ok, old age is catching up to me. How do I specify static IP with gateway > the proper way. Is it like this: > > ifconfig_rl0="inet 10.10.25.101 255.255.255.0" ^ Missing "netmask" statement, should be: ifconfig_rl0="inet 10.10.25.101 netmask 255.255.255.0" I do believe you need to have it. > defaultrouter="10.10.25.1" correct. Nick Rogness <nick@rogness.net> - WARNING TO ALL PERSONNEL: Firings will continue until morale improves. 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?20020826152842.B31482-100000>