I need to change the IP address of my FreeBSD box, it is also our Name Server. I am aware that I need to change the following; /etc/rc.conf /etc/resolv.conf /etc/namedb/mydomain.com Is there anything else that needs to be changed? Thanks, Willie Winslow Senior Systems Engineer Maine Mutual Group Direct Line: 877.266.3815 Direct Fax: 207.760.1012 mailto: willie.winslow@mainemutual.com Visit our website at http://www.mainemutual.com
Willie Winslow wrote:>I need to change the IP address of my FreeBSD box, it is also our Name >Server. > >I am aware that I need to change the following; >/etc/rc.conf >/etc/resolv.conf >/etc/namedb/mydomain.com > >Is there anything else that needs to be changed? > > >Perhaps /etc/hosts, but that depends on your configuration. -- mph
On Tue, Oct 26, 2004 at 11:18:22AM -0400, Willie Winslow wrote:> I need to change the IP address of my FreeBSD box, it is also our Name > Server. > > I am aware that I need to change the following; > /etc/rc.conf > /etc/resolv.conf > /etc/namedb/mydomain.comMaybe /etc/hosts, which contains your locally specified IP-name pairs. You may also want to adjust your reverse-resolve domain files under /etc/namedb. I suggest that you do a ``grep -R [your IP] /'' to make sure there is nothing left off. Cheers, -- Xin LI <delphij frontfree net> http://www.delphij.net/ See complete headers for GPG key and other information. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041027/0770a891/attachment.bin
On Tue, Oct 26, 2004 at 11:18:22AM -0400, Willie Winslow typed:> I need to change the IP address of my FreeBSD box, it is also our Name > Server. > > I am aware that I need to change the following; > /etc/rc.conf > /etc/resolv.conf > /etc/namedb/mydomain.com > > Is there anything else that needs to be changed?The nameserver configuration on all your clients :-) I hope you have DHCP ;)