Date: Tue, 1 Dec 1998 09:19:01 -0500 From: "Damon Hammis" <dhammis@verio.net> To: <ajohnson@c-com.net>, <freebsd-questions@FreeBSD.ORG> Subject: Re: sysconfig Message-ID: <004d01be1d35$8b77a9a0$944845d1@mi.verio.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004d01be1d35$8b77a9a0$944845d1>