From owner-freebsd-questions Thu Aug 29 20: 0:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4790B37B400 for ; Thu, 29 Aug 2002 20:00:30 -0700 (PDT) Received: from web13808.mail.yahoo.com (web13808.mail.yahoo.com [216.136.175.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 00AA843E4A for ; Thu, 29 Aug 2002 20:00:30 -0700 (PDT) (envelope-from murcielako@yahoo.com) Message-ID: <20020830030024.508.qmail@web13808.mail.yahoo.com> Received: from [65.185.156.221] by web13808.mail.yahoo.com via HTTP; Thu, 29 Aug 2002 22:00:24 CDT Date: Thu, 29 Aug 2002 22:00:24 -0500 (CDT) From: "=?iso-8859-1?q?Jorge=20Mario=20G.?=" Subject: Problems with IP aliasing To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 create IP aliases of the ip 192.168.0.2 so i create the alias 192.168.10.1 with no problems this way: ifconfig xl0 inet 192.168.10.1 netmask 255.255.255.0 alias [root@gator:/usr]# ifconfig xl0: flags=8843 mtu 1500 inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.168.10.1 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:10:5a:07:da:30 media: Ethernet autoselect (100baseTX ) status: active [root@gator:/usr/ports/mail/squirrelmail]# ping 192.168.10.1 PING 192.168.10.1 (192.168.10.1): 56 data bytes 64 bytes from 192.168.10.1: icmp_seq=0 ttl=64 time=0.080 ms 64 bytes from 192.168.10.1: icmp_seq=1 ttl=64 time=0.044 ms the alias is there and working then i tried: [root@gator:~]# ifconfig xl0 inet 192.168.10.2 netmask 255.255.255.0 alias ifconfig: ioctl (SIOCAIFADDR): File exists [root@gator:~]# any ideas why??? thank ===== _________________________________________________________ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message