From owner-freebsd-java@FreeBSD.ORG Wed Mar 3 08:27:57 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC27916A4CE for ; Wed, 3 Mar 2004 08:27:57 -0800 (PST) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885A943D1D for ; Wed, 3 Mar 2004 08:27:56 -0800 (PST) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i23GRxNu002763; Wed, 3 Mar 2004 18:27:59 +0200 Received: from localhost (achill@localhost)i23GRxbn002759; Wed, 3 Mar 2004 18:27:59 +0200 Date: Wed, 3 Mar 2004 18:27:59 +0200 (EET) From: Achilleus Mantzios To: Erik Sliman In-Reply-To: <404604FC.1020506@openstandards.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freedbsd.org cc: freebsd-java@freebsd.org Subject: Re: Multiple static IPs X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 16:27:57 -0000 O kyrios Erik Sliman egrapse stis Mar 3, 2004 : > 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" > First freebsd-java@freebsd.org is not the appropriate list. Second, try smth like ifconfig_rl0="inet 10.9.200.131 netmask 255.255.255.0" ifconfig_rl0_alias0="inet 10.9.200.132 netmask 0xffffffff" > but none seem to work. > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus