Date: Sun, 19 Mar 2000 01:30:02 -0800 (PST) From: Alexander Langer <alex@big.endian.de> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/17481: unable to bind more than 1 IP address to 3com 3c905B network card Message-ID: <200003190930.BAA47603@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/17481; it has been noted by GNATS. From: Alexander Langer <alex@big.endian.de> To: justinwang@netcreate.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/17481: unable to bind more than 1 IP address to 3com 3c905B network card Date: Sun, 19 Mar 2000 10:22:21 +0100 Thus spake justinwang@netcreate.net (justinwang@netcreate.net): > ifconfig_x10="inet 207.212.91.214 netmask 255.255.255.255.128" > ifconfig_x10_alias0="inet 207.212.91.xx netmask 255.255.255.128" It read "x10" in spite of "xl0" for you, you know? > >How-To-Repeat: > Put in a 3com 3c905B card. root@neutron ~ $ grep xl0 /var/run/dmesg.boot /etc/rc.conf ; ifconfig xl0 /var/run/dmesg.boot:xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xe6000000-0xe600007f irq 10 at device 15.0 on pci0 /var/run/dmesg.boot:xl0: Ethernet address: 00:50:04:0f:5a:27 /var/run/dmesg.boot:miibus0: <MII bus> on xl0 /var/run/dmesg.boot:xl0: supplying EUI64: 00:50:04:ff:fe:0f:5a:27 /etc/rc.conf:network_interfaces="xl0 lo0 isp0" /etc/rc.conf:ifconfig_xl0_alias0="inet 192.168.0.1 netmask 255.255.255.0" /etc/rc.conf:ifconfig_xl0_alias1="inet 192.168.0.2 netmask 255.255.255.0" /etc/rc.conf:ifconfig_xl0_alias2="inet 192.168.0.3 netmask 255.255.255.0" /etc/rc.conf:ifconfig_xl0_alias3="inet 192.168.0.4 netmask 255.255.255.0" xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80:1::250:4ff:fe0f:5a27 prefixlen 64 inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:50:04:0f:5a:27 media: autoselect (100baseTX) status: active supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX <hw-loopback> This works the same way since 2.2.7. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003190930.BAA47603>