From owner-freebsd-questions Mon Nov 26 12: 7:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eltanin.draconis.mw.lg.supercluster.net (eltanin.draconis.mw.lg.supercluster.net [212.68.64.165]) by hub.freebsd.org (Postfix) with ESMTP id 8489937B41C for ; Mon, 26 Nov 2001 12:07:36 -0800 (PST) Received: from localhost (sven@localhost) by eltanin.draconis.mw.lg.supercluster.net (8.11.6/8.9.3) with ESMTP id fAQK7XT1471083 for ; Mon, 26 Nov 2001 20:07:34 GMT (envelope-from sven@crashme.org) X-Authentication-Warning: eltanin.draconis.mw.lg.supercluster.net: sven owned process doing -bs Date: Mon, 26 Nov 2001 20:07:32 +0000 (GMT) From: Sven Brandenburg X-Sender: sven@eltanin.draconis.mw.lg.supercluster.net To: freebsd-questions@FreeBSD.ORG Subject: 2 ip adresses on 1 interface Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hullo :-) I may be plain stupid but iirc this used to work : --- bash-2.04# ifconfig xl0 xl0: flags=8843 mtu 1500 inet 212.68.64.165 netmask 0xffffff00 broadcast 212.68.64.255 inet6 fe80::250:4ff:fe66:fbf0%xl0 prefixlen 64 scopeid 0x1 ether 00:50:04:66:fb:f0 media: Ethernet autoselect (100baseTX ) status: active bash-2.04# ifconfig xl0 212.68.64.136 alias bash-2.04# ifconfig xl0 xl0: flags=8843 mtu 1500 inet 212.68.64.165 netmask 0xffffff00 broadcast 212.68.64.255 inet6 fe80::250:4ff:fe66:fbf0%xl0 prefixlen 64 scopeid 0x1 inet 212.68.64.136 netmask 0xffffff00 broadcast 212.68.64.255 ether 00:50:04:66:fb:f0 media: Ethernet autoselect (100baseTX ) status: active bash-2.04# ping 212.68.64.136 PING 212.68.64.136 (212.68.64.136): 56 data bytes ^C --- 212.68.64.136 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss bash-2.04# netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire [..snip..] 212.68.64 link#1 UC 12 0 xl0 212.68.64.136 link#1 UHLW 0 2 xl0 --- i dont know what im missing here - please help me out, looks like i am blinded somehow, the idea is just to add another ip address to the interface xl0 in the same /24 v4 subnet - nothing fancy at all. regards :-) Sven Brandenburg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message