Date: Fri, 22 Feb 2002 10:39:36 -0500 From: freymann@scaryg.shacknet.nu To: Jim Freeze <jfreeze@freebsdportal.com>, freebsd-questions@freebsd.org Subject: Re: /etc/netstart reverses aliases Message-ID: <3C761FE8.29674.614200@localhost> In-Reply-To: <20020222100432.A13961@freebsdportal.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Feb 2002 at 10:04, Jim Freeze wrote: > I have the following in my /etc/rc.conf file: > > ifconfig_sis0="inet 63.106.140.203 netmask 255.255.255.248" > ifconfig_sis0_alias0="inet 63.106.140.204 netmask 255.255.255.248" I thought aliases on the same subnet should have a subnet mask of 255.255.255.255 You've already established 63.106.140.203 so the alias that follows should use 255.255.255.255 That's my understanding anyway. At the command prompt, you'll have to use ifconfig to remove the alias then re-add it, I don't think I'd be re-excuting /etc/netstart to do this. -Gerry -------- Web Hosting / Domain Hosting / DNS Services at www.interpool.ca -------------------------- ifconfig delete 63.106.140.203 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?3C761FE8.29674.614200>