From owner-freebsd-questions Thu Feb 13 08:10:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA20423 for questions-outgoing; Thu, 13 Feb 1997 08:10:22 -0800 (PST) Received: from triac.netchicago.net (root@[205.164.13.70]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA20417 for ; Thu, 13 Feb 1997 08:10:18 -0800 (PST) Received: from asic (dyn-max02-138.chi.ais.net [206.225.193.138]) by triac.netchicago.net (8.8.5/8.8.3) with SMTP id KAA00920 for ; Thu, 13 Feb 1997 10:10:15 -0600 (CST) Message-ID: <33033C6E.72F7@netchicago.net> Date: Thu, 13 Feb 1997 10:08:14 -0600 From: Roland Krocin X-Mailer: Mozilla 3.01Gold (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Virtual IPs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I'm using FBSD 2.1.6 and a 3Com590 NIC. What is the proper syntax for adding IP's to an interface? This is my current portion of sysconfig, network_interfaces="vx0 lo0" ifconfig_vx0="inet 205.164.13.80 netmask 255.255.255.0" ifconfig_lo0="inet localhost" so if I would want to put another IP on vx0, can I just say ifconfig_vx0="inet another.ip.goes.here netmask another.ips.net.mask" or do I need to do something like ifconfig_vx0_somealias=... Once that is done, what do I need to specify in static_routes and route_xxx (the next part of sysconfig) Thanks in advance. -- - Roland --