From owner-freebsd-questions Tue Dec 1 06:15:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01907 for freebsd-questions-outgoing; Tue, 1 Dec 1998 06:15:51 -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 GAA01902 for ; Tue, 1 Dec 1998 06:15:49 -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 JAA27544; Tue, 1 Dec 1998 09:08:11 -0500 (EST) Message-ID: <004d01be1d35$8b77a9a0$944845d1@mi.verio.net> From: "Damon Hammis" To: , Subject: Re: sysconfig Date: Tue, 1 Dec 1998 09:19:01 -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 >Hi, small question can you add more than one IP address to one NIC. for >example > Yes, but you need to do it like this: 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. >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. Someone correct me if I'm wrong on this. --Damon > ># Set to the host you'd like set as your default router, or NO for none. >defaultrouter="203.93.131.252" >defaultrouter="209.92.121.252" > > > > >/********************************************/ >/* A programmer is someone who solves a */ >/* problem you didn't know you had in a */ >/* way you don't understand. */ >/********************************************/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message