From owner-freebsd-newbies@FreeBSD.ORG Wed Mar 3 11:46:51 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD70F16A4CE for ; Wed, 3 Mar 2004 11:46:51 -0800 (PST) Received: from ns1.udabol.edu.bo (unknown [166.114.6.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D8E43D1D for ; Wed, 3 Mar 2004 11:46:45 -0800 (PST) (envelope-from eddysan@udabol.edu.bo) Received: from sheccid.udabol.edu.bo ([166.114.6.45]) by ns1.udabol.edu.bo (8.11.6/8.11.6) with ESMTP id i23JwXC07650; Wed, 3 Mar 2004 15:58:34 -0400 From: "Eddy D. Sanchez Salas" To: Erik Sliman In-Reply-To: <40460642.2030001@openstandards.net> References: <40460642.2030001@openstandards.net> Content-Type: text/plain Organization: UDABOL Message-Id: <1078327822.6412.5.camel@sheccid.udabol.edu.bo> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 03 Mar 2004 15:30:22 +0000 Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: Creating multiple static IPs X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 19:46:51 -0000 You are configuring two network cards, you must add an alias IP to one tarjet ifconfig_vr0="inet 192.168.1.3 netmask 255.255.255.0" your IP address for your NIC ifconfig_vr0_alias0="inet 192.168.1.36 netmask 255.255.255.0" ifconfig_vr0_alias1="inet 192.168.1.37 netmask 255.255.255.0" Your aliases note that you're working with one NIC but multiple IPs. On Wed, 2004-03-03 at 16:22, Erik Sliman wrote: > How do you give a computer multiple static IPs? > > I've tried many things, including the ifaliases setting in rc.conf: > > ifconfig_vr0="inet 192.168.1.3 netmask 255.255.255.0" > ifaliases_vr0="192.168.1.36 255.255.255.0" > > but none seem to work. > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"