Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 11:07:45 +0700 (ICT)
From:      Olivier Nicole <on@cs.ait.ac.th>
To:        bagus@cox.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: changing from dhcp to static ip, changing hostname, etc.
Message-ID:  <200505170407.j4H47jFr070180@banyan.cs.ait.ac.th>
In-Reply-To: <NFBBJMMIKLKCDJIPOPLFGEPKFNAA.bagus@cox.net>
References:  <NFBBJMMIKLKCDJIPOPLFGEPKFNAA.bagus@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> now I'm hoping to have a
> 
> hostname of  bagus.org
> gateway of 204.251.1.185
> ip address of 204.251.1.186
> netmask of 255.255.255.248


in /etc/rc.conf

ifconfig_fxp0="inet 204.251.1.186  netmask 255.255.255.248"
defaultrouter="204.251.1.185"
hostname="bagus.org"

in /etc/resolv.conf

dunno, what do you expect to have?

olivier



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