Multiple Network Cards

Mykel Mykel at mWare.ca
Fri Nov 26 17:39:09 PST 2004


munn wrote:

> I want to add a second network card to a FreeBSD 4.10p4 box.  The 
> first card has an address 192.168.123.99 (xl0).  The second card has 
> the address 192.168.123.98 (fpx0).  When I reboot the machine and do 
> an ifconfig -a, I see fpx0 with the address  192.168.123.98 but xl0 
> now has  options=1(RXCSUM) where the ip address 192.168.123.99 would 
> normally be.
> What am I doing wrong? 

radix# cat /etc/rc.conf | grep ifconfig
ifconfig_fxp0="inet 10.100.104.1/24"
ifconfig_fxp0_alias0="inet 66.96.19.169/29"
ifconfig_fxp1="inet 10.0.0.24/24"
radix#


More information about the freebsd-stable mailing list