Date: Fri, 26 Sep 2003 08:23:32 +0800 From: "Gil Agno Virtucio" <gihl@nesic.com.ph> To: gannater@freemail.hu Cc: freebsd-newbies@freebsd.org Subject: RE: rc.conf Message-ID: <web-4046202@digitelone.com>
next in thread | raw e-mail | index | archive | help
>file, but I don"t want to reboot the system, although I want >the new settings to take effect. maybe you can use "shutdown now" it wouldnt change your uptime if that's what you are after.then after that your system will go to single user mode. it will prompt you for a shell you can just use sh. and just type "exit" at the prompt or "ctrl+d" >How can I change a servers IP address without a reboot? I >don't want to use the old one, just the new. you can try ifconfig.. man ifconfig example if your network interface card is identified as "ep0" ifconfig epo 192.168.1.2 255.255.255.0 or if you want to add an alias ifconfig -a ep0 192.168.1.2 255.255.255.0 hope this helps... ____________________________________________________________________ ** Get your free E-Mail account at WWW.DIGITELONE.COM **
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-4046202>