From owner-freebsd-questions Tue Dec 1 06:59:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06297 for freebsd-questions-outgoing; Tue, 1 Dec 1998 06:59:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.mi.verio.com (newmail.mi.verio.com [209.69.71.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06292 for ; Tue, 1 Dec 1998 06:59:20 -0800 (PST) (envelope-from dhammis@verio.net) Received: from Samantha (samantha.mi.verio.net [209.69.72.148]) by mail.mi.verio.com (8.9.1/8.9.1) with SMTP id JAA02851; Tue, 1 Dec 1998 09:51:44 -0500 (EST) Message-ID: <014901be1d3b$a1485260$944845d1@mi.verio.net> From: "Damon Hammis" To: Cc: Subject: Re: sysconfig Date: Tue, 1 Dec 1998 10:02:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> ifconfig_de0="inet x.x.x.x netmask y.y.y.y" >> ifconfig_de0_alias0="inet z.z.z.z netmask a.a.a.a" >> ifconfig_de0_alias1="inet b.b.b.b netmask c.c.c.c" >> >> You can keep doing this infinately as far as I know. I've put >> 254 addresses >> onto one interface on some of my machines. > > These 254 address belonged to the same subnet (255.255.255.0) I presume, >they all had the same gateway or they were subdivided into smaller subnets. >(255.255.255.192 or 255.255.255.248) which means that they should have >different gateways? I've done it different ways on different machines. I've done 254 single ips from a Class C on one interface as well as various other chunks of ip blocks from different Class C's. >> >network_interfaces="de0 lo0" >> >ifconfig_de0="inet 203.93.131.1 netmask 255.255.255.0" >> >ifconfig_de0="inet 209.92.121.1 netmask 255.255.255.0" >> >ifconfig_lo0="inet localhost" >> > >> >and also be able to define more than one gateways >> >> As far as I know you still need can only have one defaultrouter, >> but you can >> route certain blocks of ips through specific interfaces with the route >> command. > >how can this be done? > route add x.x.x.x (dest) y.y.y.y (mask) z.z.z.z (gateway) >> >> Someone correct me if I'm wrong on this. --Damon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message