From owner-freebsd-questions Tue Apr 10 18:12:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id C105437B423 for ; Tue, 10 Apr 2001 18:12:50 -0700 (PDT) (envelope-from walter@binity.com) Received: (qmail 26018 invoked from network); 11 Apr 2001 01:12:48 -0000 Received: from unknown (HELO slash.b118.binity.net) (212.64.76.144) by smtpe.casema.net with SMTP; 11 Apr 2001 01:12:48 -0000 Received: from tsunami.b118.binity.net (tsunami.b118.binity.net [172.18.3.10]) by slash.b118.binity.net (Postfix) with ESMTP id A179C12B for ; Wed, 11 Apr 2001 03:11:57 +0200 (CEST) Received: from tsunami.b118.binity.net ([1.0.0.1]) by tsunami.b118.binity.net with Microsoft SMTPSVC(5.0.2195.1600); Wed, 11 Apr 2001 03:15:02 +0200 Date: Wed, 11 Apr 2001 03:15:02 +0200 From: Walter Hop X-Mailer: The Bat! (v1.51) Educational X-Priority: 3 (Normal) Message-ID: <1104306332.20010411031502@binity.com> To: "31067596419" <31067596419@home.com> Cc: questions@freebsd.org Subject: Re: ADDING MORE IPS on a Diff subnets In-Reply-To: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> References: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Apr 2001 01:15:02.0782 (UTC) FILETIME=[D5CAC1E0:01C0C224] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [in reply to 31067596419@home.com, 11-04-2001] > Im trying to add more ips to my FreeBSD box. The ips are on a diff > subnets how do i do that ? Just make sure that one (only one!) of the aliases in each different subnet has a broadcast for that subnet; set the others to 0xffffffff. For example in /etc/rc.conf: ifconfig_xl0="inet x.y.236.10 netmask 0xffffff00" ifconfig_xl0_alias0="inet x.y.236.1 netmask 0xffffffff" ifconfig_xl0_alias1="inet x.y.236.2 netmask 0xffffffff" ifconfig_xl0_alias2="inet x.y.236.3 netmask 0xffffffff" ifconfig_xl0_alias3="inet x.y.243.161 netmask 0xffffff00" ifconfig_xl0_alias4="inet x.y.243.162 netmask 0xffffffff" ifconfig_xl0_alias5="inet x.y.243.163 netmask 0xffffffff" -- Walter Hop | +31 6 24290808 | PGP key ID: 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message