From owner-freebsd-newbies@FreeBSD.ORG Wed May 7 02:56:50 2003 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 DB78A37B401 for ; Wed, 7 May 2003 02:56:50 -0700 (PDT) Received: from wdm.pl (wdm.pl [80.244.136.50]) by mx1.FreeBSD.org (Postfix) with SMTP id B999F43FA3 for ; Wed, 7 May 2003 02:56:48 -0700 (PDT) (envelope-from gavroche@wdm.pl) Received: (qmail 62126 invoked by uid 1121); 7 May 2003 10:07:49 -0000 Received: from unknown (HELO gavroche.biz) (gavroche@80.244.136.34) by 0 with SMTP; 7 May 2003 10:07:49 -0000 Date: Wed, 7 May 2003 11:55:42 +0200 From: Dominik =?ISO-8859-2?Q?=AFy=B3a?= To: freebsd-newbies@freebsd.org Message-Id: <20030507115542.1d821add.gavroche@wdm.pl> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.10claws13 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Add IP address to server 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, 07 May 2003 09:56:51 -0000 On Mon, 5 May 2003 21:22:28 +0100 "meimi" wrote: > Hello, > I am new to FreeBSD and it is my first email to this list. > Here is my question: > My provider assigned some IPs to my server. How should I add them all to my server? Please tell me as detail as possible, since I don't know much now. > Thanks > meimi > _______________________________________________ > 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" > In rc.conf: #main ip addres ifconfig_fxp0="inet 213.216.79.2 netmask 255.255.255.192" #rest of ips ifconfig_fxp0_alias0="inet 213.216.79.15 netmask 255.255.255.255" ifconfig_fxp0_alias1="inet 213.216.79.17 netmask 255.255.255.255" ifconfig_fxp0_alias2="inet 213.216.79.18 netmask 255.255.255.255" ifconfig_fxp0_alias3="inet 213.216.79.19 netmask 255.255.255.255"