Date: Thu, 22 Jun 2000 08:57:06 +1000 From: Dale Walker <dale@icr.com.au> To: FelixC <freebsd@isot.com> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Reboot after rc.conf change? Message-ID: <39514842.4BE9F5DE@icr.com.au> References: <200006212134.PAA68478@mail.fpsn.net> <395136DB.1C4FF14D@icr.com.au> <001401bfdbe3$0fa08360$50efa13f@isot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
FelixC wrote: > > I've added ifconfig_ed0_alias0 ...... to the rc.conf file. > then just try 'sh /etc/rc.network' to get it up.... messy but it should work OK.. The preferred option would be to add the alias on the command line (for an already running system) by: 'ifconfig ed0 inet x.x.x.x netmask 0xffffffff alias' where "inet x.x.x.x netmask 0xffffffff" is the contents of the ifconfig_ed0_alias0 variable.. I can't recommend enough, that it is worth reading the /etc/rc.* files to follow it's steps in the bootup process.. it doesn't matter if you can't write shell scripts, at least reading it you'll become familiar with the process the machine goes through in how in deals with /etc/rc.conf,etc... good luck.. -- Dale Walker dale@icr.com.au Independent Computer Retailers (ICR) http://www.icr.com.au ICRnet http://www.icr.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39514842.4BE9F5DE>