From owner-freebsd-questions Mon Sep 15 01:15:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11741 for questions-outgoing; Mon, 15 Sep 1997 01:15:49 -0700 (PDT) Received: from host1.sumocg.es (host1.sumocg.es [195.76.159.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA11732 for ; Mon, 15 Sep 1997 01:15:46 -0700 (PDT) Received: from [195.76.159.10] by host1.sumocg.es (AIX 4.1/UCB 5.64/4.03) id AA12702; Mon, 15 Sep 1997 10:17:55 GMT Message-Id: <341CF03D.5A2A@sumocg.es> Date: Mon, 15 Sep 1997 10:22:23 +0200 From: Jacinto Moreno Parra Reply-To: jmoreno@host1.sumocg.es Organization: Soluciones Digitales, S.L. X-Mailer: Mozilla 3.01 [es] (Macintosh; I; PPC) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: IFCONFIG & ALIAS Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have a net and i want to asign several IP addresses into the same IP range, who i can do that ?. I write this, but the ifconfig command return a error. Ejem: # ifconfig ep0 inet 195.76.200.2 # ifconfig ep0 inet 195.76.200.3 alias ifconfig: error( SIOCAIFADDR ) File exist. ---------------------- # ifconfig ep0 inet 195.76.200.2 # ifconfig ep0 inet alias 195.76.200.3 ifconfig: error( SIOCAIFADDR ) File exist. when i execute "ifconfig ep0", the system list the alias IP address but this address not respond. # ifconfig ep0 ....... inet 195.76.200.2 netmask 0xffffff00 broadcast 195.76.200.255 inet 195.76.200.3 netmask 0xffffff00 broadcast 195.76.200.255 # ping 195.76.200.3 PING 195.76.200.3: (195.76.200.3): 56 data bytes . . 1 packets transmitted, 0 packets received, 100% packet loss. Best Regards Jacinto Moreno Parra