From owner-freebsd-questions Mon Nov 13 16:00:57 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07096 for questions-outgoing; Mon, 13 Nov 1995 16:00:57 -0800 Received: from jazz.trumpet.com.au (root@jazz.trumpet.com.au [203.5.119.51]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA07091 for ; Mon, 13 Nov 1995 16:00:54 -0800 Received: (from paul@localhost) by jazz.trumpet.com.au (8.6.11/8.6.9) id LAA17760; Tue, 14 Nov 1995 11:00:24 +1100 Date: Tue, 14 Nov 1995 11:00:23 +1100 (EST) From: Paul Reece X-Sender: paul@jazz To: Justin Seger cc: freebsd-questions@freebsd.org Subject: Re: How do I setup IP aliases? In-Reply-To: <199511132338.SAA18438@iii1.iii.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Mon, 13 Nov 1995, Justin Seger wrote: > 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- do a man ifconfig the command is: ifconfig alias Rgds, Paul.