From owner-freebsd-newbies Sun Jan 30 23:46:46 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from boris.netgate.net (boris2.netgate.net [204.145.147.155]) by hub.freebsd.org (Postfix) with ESMTP id 2832414E6D for <freebsd-newbies@freebsd.org>; Sun, 30 Jan 2000 23:46:45 -0800 (PST) (envelope-from wellsian@caffeine.com) Received: from localhost (wellsian@localhost) by boris.netgate.net (8.9.3/8.9.3) with ESMTP id XAA37616; Sun, 30 Jan 2000 23:45:44 -0800 (PST) (envelope-from wellsian@caffeine.com) Date: Sun, 30 Jan 2000 23:45:44 -0800 (PST) From: wellsian <wellsian@caffeine.com> X-Sender: wellsian@boris.netgate.net To: Paul Chung <pcchung@home.com> Cc: freebsd-newbies@freebsd.org Subject: Re: Multiple IP addresses on a single network card In-Reply-To: <000401bf6bbb$e9af9d40$0202a8c0@mewtwo> Message-ID: <Pine.BSF.4.21.0001302332320.37467-100000@boris.netgate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You should send pure questions like this to freebsd-questions. I dunno, you may have already received several notes on this. The newbies group charter is slightly confusing. I think you're supposed to use it to comment on the wonder you achieved by learning how to add alias addresses to your NIC in the questions group. Maybe someone will correct me, too. ;) Use something like this to add 10.0.0.1: (replacing ed0 with your nic device) ifconfig ed0 inet 10.0.0.1 netmask 0xffffffff alias It'll work immediately, but put it in your rc.conf to survive boots. There's lots of info in the docs, faq, archives, and ifconfig manpage on this stuff. Usually more than enough to thoroughly confuse. :) -Dave On Sun, 30 Jan 2000, Paul Chung wrote: > Does anyone know how to setup multiple IP addresses on a single network card > for FreeBSD 3.3-R? > > Thanks! > Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message