Date: Thu, 12 Aug 1999 23:33:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: virtual ip's in rc.conf Message-ID: <7p03ev$s9m$1@twwells.com> References: <Pine.SOL.4.10.9908111411100.11496-100000@Stratus.CAM.ORG> <19990811203111.A2826@xenetserver.harz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19990811203111.A2826@xenetserver.harz.de>, Matthias Meyser <Matthias.Meyser@harz.de> wrote: : > is what I have: : > ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" : > ifconfig_ed0="alias 192.168.0.2 netmask 255.255.255.0" : > I looked all over the handbook and all over the mailing list but couldn't : > find anything. If anyone could help, I'd appreciate. : : Try it this way :) : : ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" : ifconfig_ed0_alias0="inet 192.168.0.2 netmask 255.255.255.0" : ifconfig_ed0_alias1="inet 192.168.0.3 netmask 255.255.255.0" Almost. Try this instead: ifconfig_ed0_alias0="alias 192.168.0.2 netmask 255.255.255.255" ifconfig_ed0_alias1="alias 192.168.0.3 netmask 255.255.255.255" 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?7p03ev$s9m$1>