Date: Mon, 26 Aug 2002 13:18:57 +0700 From: budsz <budsz@kumprang.or.id> To: FBSDQ <freebsd-questions@FreeBSD.ORG> Subject: Re: How to configure multiple IPs on FreeBSD Message-ID: <20020826061857.GC1767@kumprang.kumprang.or.id> In-Reply-To: <3D69A483.CB60E520@audiblefaith.com> References: <3D67FEA3.81CA0D0B@audiblefaith.com> <008b01c24bdd$0628fbc0$2d01a8c0@michael> <3D69A483.CB60E520@audiblefaith.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 25, 2002 at 08:46:11PM -0700, Roger Harrell wrote: >I added the lines >ifconfig_fxp0_alias0="inet anotherserverip netmask 255.255.255.0" >ifconfig_fxp0_alias1="inet anotherserverip netmask 255.255.255.0" >to rc.conf but haven't rebooted, I'm a bit nervous that something's not >quite right. > >When I do: >ifconfig fxp0 inet myextractip netmask 255.255.255.0 add >I get the error: >ifconfig: ioctl (SIOCAIFADDR): File exists > >I get the same error if I run it: >ifconfig fxp0 inet myextractip netmask 255.255.255.0 alias > >What am I missing? For assure, You should check all of interface (ifconfig -a) that is already "up/down". "ifconfig: ioctl (SIOCAIFADDR): File exists" I think this error message mean You repeating entry to database interface. -- budsz 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?20020826061857.GC1767>