Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2003 22:28:33 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Edward Aronyk <earonyk@360integration.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IP Change
Message-ID:  <20031015032832.GH21069@dan.emsphone.com>
In-Reply-To: <014e01c392cb$5488e560$6501a8c0@zeta>
References:  <014e01c392cb$5488e560$6501a8c0@zeta>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 14), Edward Aronyk said:
> I'm somewhat new to FreeBSD, so today when we had to deploy a new
> server to the colo running FreeBSD, I ran into problems.
> 
> Basically the server has been in the office running for the last few
> weeks with a DHCP provided IP - but now that it's getting a static IP
> I'm not totally sure what to do. I have all of our in information:
> 
> Server IP: x.y.z.48
> Subnet: 255.255.255.224
> Gateway: x.y.z.33
> DNS: a.b.c.24
>      a.b.c.160
> 
> But I'm not sure exactly what needs to change to make this all work
> properly? Specifically, I can't find where to put the gateway
> information. I know that on OpenBSD it was placed in /etc/mygate but
> the same doesn't seem to be true in FreeBSD? Also, what should my
> resolv.conf file look like?

Gateway goes in /etc/rc.conf: defaultrouter="x.y.z.33"  In fact, pretty
much everything goes in rc.conf unless it's got a well-known config
file of its own.

resolv.conf would look like:

domain	mydomain.com
nameserver	a.b.c.24
nameserver	a.b.c.160

-- 
	Dan Nelson
	dnelson@allantgroup.com



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