From owner-freebsd-questions Sat Aug 24 14:48:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2F237B400 for ; Sat, 24 Aug 2002 14:48:35 -0700 (PDT) Received: from audiblefaith.com (audiofaith.com [216.55.6.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C66143E42 for ; Sat, 24 Aug 2002 14:48:35 -0700 (PDT) (envelope-from roger@audiblefaith.com) Received: from audiblefaith.com (12-236-163-176.client.attbi.com [12.236.163.176]) by audiblefaith.com (8.9.3/8.9.3) with ESMTP id OAA53673 for ; Sat, 24 Aug 2002 14:48:00 -0700 (PDT) Message-ID: <3D67FEA3.81CA0D0B@audiblefaith.com> Date: Sat, 24 Aug 2002 14:46:11 -0700 From: Roger Harrell X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How to configure multiple IPs on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need to add several IP addresses on my server. The IPs have been provisioned but in the past I haven't had to do the server config piece. I looked at the docs on rc.conf but it wasn't clear how to set up multiple IPs. If my current rc.local is: hostname="hostname" ifconfig_fxp0="inet currentserverip netmask 255.255.255.0 media 100baseTX mediao pt full-duplex" kern_securelevel_enable="NO" nfs_reserved_port_only="YES" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" defaultrouter="defgateway" nfs_client_enable="NO" nfs_server_enable="NO" usbd_enable="NO" sshd_enable="YES" portmap_enable="NO" syslogd_flags="-ss" sendmail_flags="-bd -q30m" nfs_client_enable="NO" nfs_server_enable="NO" usbd_enable="NO" sshd_enable="YES" portmap_enable="NO" syslogd_flags="-ss" sendmail_flags="-bd -q30m" What can I do to get the server to respond to two more IP addresses? Are there other files I need to edit as well. Also I did see a post about being able to do something like this without rebooting, so if that's possible I'd like information on that as well. Always better if it can be done without a reboot. I'm pretty new to this level of admin. Thanks. -- Roger Harrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message