From owner-freebsd-questions Wed Jan 26 11:18:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 05CFE152CE for ; Wed, 26 Jan 2000 11:18:15 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id NAA70892; Wed, 26 Jan 2000 13:15:48 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <038201bf6832$08f52400$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Bob" , References: Subject: RE: Question regarding IP's Date: Wed, 26 Jan 2000 13:17:49 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Try "ifconfig X inet a.b.c.d netmask e.f.g.h alias", where "X" its the name of your network card, "e.f.g.h" its the netmask for this IP address, if the IP address its in the same subnet that the one already configured, you will have to use 255.255.255.255 as your subnet mask, if the IP address its not in the same subnet, then you will use your designated subnet mask. P.S. Put this line in the "/etc/rc.conf" file to configure the ips at boot time: ifconfig_X_alias0="inet a.b.c.d netmask e.f.g.h" Have Fun... Ales ----- Original Message ----- From: Bob To: Sent: Wednesday, January 26, 2000 1:10 PM Subject: Question regarding IP's > Is there any good way to assign multiple IP's to a FreeBSD 3.x box? > > -=*=- -=*=- -=*=- -=*=- -=*=- Robert S. Wall -=*=- -=*=- -=*=- -=*=- -=*=- > > The opinions expressed above are mine alone, but I'm a sharing kind of > guy - you can have them too if you wish. > > -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- > > > > 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