Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 1999 13:48:34 +1200 (NZST)
From:      Jonathan Chen <jonc@logisticsoftware.co.nz>
To:        Langa Kentane <evablunted@earthling.net>
Cc:        FreeBSD <Freebsd-questions@FreeBSD.ORG>
Subject:   Re: Changing your ip address
Message-ID:  <Pine.SC5.4.10.9909151345070.9942-100000@kiwi.logisticsoftware.co.nz>
In-Reply-To: <000701beff0b$4e050eb0$d5ce07c4@impakt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Sep 1999, Langa Kentane wrote:

> How do I change the IP address on my system.  I am using FreeBSD 3.2-R

Check out your interface's IP address entry in /etc/rc.conf.

eg if you're looking to add an ed0 interface on 192.168.1.1,
you need to put the following lines:

	network_internfaces="ed0 lo0"
	ifconfig_ed0="inet 192.168.1.1 netmask 255.255.255.0"

Jonathan Chen
------------------------------------------------------------------------
"We laugh in the face of danger, we drop icecubes down the vest of fear"
                                                 - Edmond Blackadder III



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.SC5.4.10.9909151345070.9942-100000>