From owner-freebsd-net Wed Jan 19 9:56:40 2000 Delivered-To: freebsd-net@freebsd.org Received: from apollo.ocsny.com (apollo.ocsny.com [204.107.76.2]) by hub.freebsd.org (Postfix) with ESMTP id 657261531C for ; Wed, 19 Jan 2000 09:56:36 -0800 (PST) (envelope-from mikel@ocsny.com) Received: from ocsny.com (ppp-001.ocsny.com [204.107.76.26]) by apollo.ocsny.com (8.9.2/8.9.3) with ESMTP id MAA12340; Wed, 19 Jan 2000 12:53:52 -0500 (EST) Message-ID: <3885FB5A.5DAE854C@ocsny.com> Date: Wed, 19 Jan 2000 12:58:50 -0500 From: Mikel Organization: Optimized Computer Solutions, Inc. X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Richard Martin Cc: freebsd-net@FreeBSD.ORG Subject: Re: Virtual IPs & rc.conf References: <3885F5E4.9323AE01@origen.com> Content-Type: multipart/mixed; boundary="------------6A5CC793CBBF007C7F222B88" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------6A5CC793CBBF007C7F222B88 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit excerpt from my rc.conf: #rjpcopycenter.com had to add these comments in for my sanity...this file has 50 0r 60 aliases...;( ifconfig_xl0_alias1="inet 208.239.172.2 netmask 0xffffff00" #afsp.org ifconfig_xl0_alias2="inet 208.239.172.3 netmask 0xffffff00" #cameronassoc.com ifconfig_xl0_alias3="inet 208.239.172.4 netmask 0xffffff00" excerpt from my rc.local: route add -host 204.107.76.110 -interface xl0 route add -host 208.239.172.2 -interface xl0 route add -host 208.239.172.3 -interface xl0 route add -host 208.239.172.4 -interface xl0 route add -host 208.239.172.5 -interface xl0 hope that helps... Richard Martin wrote: > I'm a bit new to FreeBSD, and not quite sure how to add routes for virtual IPs > we host into the startup file. > > I know that the commands: > > ifconfig xl0 alias [new ip] netmask 0xffffffff > route add -host [new ip] -interface xl0 > > will add the ip and route to the routing table, but I can't seem to get this > into the startup scripts correctly. > > I have tried fiddling with the static_route command, but no success and its a > pain to have to reboot to try each new iteration > > Is this what goes in rc.conf? /usr/local/etc/rc.d? > > if_config_xl0="alias [new ip] netmask 0xffffffff" > static_route="-host [new ip] -interface xl0" > > We have a lot of IPs to add, maybe just use a script run at boot? > > Thanks, > > -- > Richard Martin dmartin@origen.com > > OriGen Biomedical Tel: +1 512 474 7278 > 2525 Hartford Rd. Fax: +1 512 708 8522 > Austin, TX 78703 http://www.formed.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message -- Cheers, Mikel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | Optimized Computer Solutions, Inc http://www.ocsny.com | 39 W14th Street, Suite 203 212 727 2238 x132 | New York, NY 10011 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | Labor rates: Tech $125 hourly | Net Engineer $150 hourly | Phone Support $ 33 quarter hourly | Lost Password $ 45 per incedent +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | http://www.ocsny.com/~mikel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ --------------6A5CC793CBBF007C7F222B88 Content-Type: text/x-vcard; charset=us-ascii; name="mikel.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Mikel Content-Disposition: attachment; filename="mikel.vcf" begin:vcard n:King;Mikel x-mozilla-html:TRUE org:Optimized Computer Solutions version:2.1 email;internet:mikel@ocsny.com title:Procurement Manager tel;fax:2124638402 tel;home:http://www.upan.org/vizkr tel;work:2127272100 adr;quoted-printable:;;39 W14th St.=0D=0ASte 203;New York;NY;10011;US x-mozilla-cpt:;0 fn:Mikel King end:vcard --------------6A5CC793CBBF007C7F222B88-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message