Re: Multiple Network Cards

2004-12-01 Thread Joan Picanyol
* munn [EMAIL PROTECTED] [20041201 12:10]: 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

Re: Multiple Network Cards

2004-12-01 Thread Josh Paetzel
On Wednesday 01 December 2004 11:50, Joan Picanyol wrote: * munn [EMAIL PROTECTED] [20041201 12:10]: 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

Re: Multiple Network Cards

2004-12-01 Thread Joan Picanyol
* Josh Paetzel [EMAIL PROTECTED] [20041201 18:55]: On Wednesday 01 December 2004 11:50, Joan Picanyol wrote: * munn [EMAIL PROTECTED] [20041201 12:10]: 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

Re: Multiple Network Cards

2004-12-01 Thread Matthew George
Josh Paetzel wrote: Maybe this is (or should be) a FAQ: I don't think you can put two NICs on the same subnet with FreeBSD. Please correct me if I'm wrong, especially if you can post a inconfig backing you up. ::D Actually, I believe mlaier@ recently committed a patch that enables you to do

(oops) Re: Multiple Network Cards

2004-12-01 Thread Joan Picanyol
Sorry for the noise, misunderstood everything. qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Multiple Network Cards

2004-11-26 Thread munn
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

Re: Multiple Network Cards

2004-11-26 Thread Mykel
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

Re[2]: Multiple Network Cards

2004-11-26 Thread Abdul Rf
Hello Mykel, Saturday, November 27, 2004, 8:39:02 AM, you wrote: If you wanna using the same class ip in your FreeBSD box, change NetMask for the second ip with 255.255.255.255. abdulrf# cat /etc/rc.conf | grep ifconfig ifconfig_rl0=inet 192.168.3.210 netmask 255.255.255.0 ifconfig_rl1=inet

Re: Multiple Network Cards

2004-11-26 Thread Mykel
10.100.104.1/24 10.0.0.24/24 only common in the same /8, but they're masked as /24s anyway. Former is my house/family LAN, latter is my hardware (switches, modems, WAPs etc..) management network. Myke Abdul Rf wrote: Hello Mykel, Saturday, November 27, 2004, 8:39:02 AM, you wrote: If you wanna