From owner-freebsd-questions Mon Nov 13 15:38:47 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA06369 for questions-outgoing; Mon, 13 Nov 1995 15:38:47 -0800 Received: from iii1.iii.net (root@iii1.iii.net [199.232.40.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA06353 for ; Mon, 13 Nov 1995 15:38:44 -0800 Received: (from shorty@localhost) by iii1.iii.net (8.6.8/8.6.6) id SAA18438 for freebsd-questions@freebsd.org; Mon, 13 Nov 1995 18:38:19 -0500 Date: Mon, 13 Nov 1995 18:38:19 -0500 From: Justin Seger Message-Id: <199511132338.SAA18438@iii1.iii.net> To: freebsd-questions@freebsd.org Subject: How do I setup IP aliases? Sender: owner-questions@freebsd.org Precedence: bulk I want to setup multiple IP addresses for one ethernet card, specifically: 199.232.47.49, 199.232.47.52, 199.232.47.53, 199.232.47.54 My default is to ifconfig le0 to 199.232.47.49. I tried doing this: ifconfig le0 alias 199.232.47.52 then setting up an arp entry: arp -s 199.232.47.52 ethernetaddress pub I then try to ping 199.232.47.52 and get no response. Could someone tell me what I'm doing wrong? Thanks in advance. -Justin Seger-