From owner-freebsd-questions Wed Jun 6 19:54:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.dagupan.com (www.psysc.org.ph [206.101.69.5]) by hub.freebsd.org (Postfix) with ESMTP id 9D46A37B406 for ; Wed, 6 Jun 2001 19:54:06 -0700 (PDT) (envelope-from francisv@dagupan.com) Received: by chat.dagupan.com with Internet Mail Service (5.5.2653.19) id ; Thu, 7 Jun 2001 11:05:48 +0800 Message-ID: <10F29E27A956D511B0940050DA8D86A908F559@chat.dagupan.com> From: francisv@dagupan.com To: questions@freebsd.org Subject: Interface IP alias and FreeBSD 4.3-STABLE Date: Thu, 7 Jun 2001 11:05:47 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Hi, I'm trying to add another IP address to the NIC, xl0, by adding the line: ifconfig_xl0_alias0="inet 192.168.1.2 netmask 255.255.255.128" which completes it: ifconfig_xl0="inet 192.168.1.1 netmask 255.255.255.128" ifconfig_xl0_alias0="inet 192.168.1.2 netmask 255.255.255.128" I can ping "192.168.1.1" but not "192.168.1.2" from the same host but I can ping both IPs from another machine. Why is this so? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message