From: Matt S. <ma...@ge...> - 2004-10-30 21:56:25
|
If you have Windows XP you can select both connections and click "Bridge" - this will merge them into one interface exactly as you want. I have the same thing but on a FreeBSD server; NIC A ---> router ---> internet NIC B ---> gigabit switch ---> multiple platforms NIC C (54mbit wireless) --> laptops By bridging A and B, you effectively create yourself a software ethernet switch which the machine treats as a single IP address. As long as you configure each machine on the network properly (ip, subnet, gateway etc.) it will all Just Work (tm). Any firewall configured for the bridge interface will act on packets from all original interfaces (this is great as it allows you to have multiple physical lans controlled by one firewall) With Windows 2000 and below you may have a little trouble because it's not built in; last time I checked there was a little tool called EtherBridge (website at - http://www.ntkernel.com/utilities/etherbridge.shtml) which worked, but that site's been down for a while for me. I have a copy of the last version I used if you want to try it. -- Matt Sealey <ma...@ge...> Genesi, Manager, Developer Relations > -----Original Message----- > From: gc-...@li... > [mailto:gc-...@li...]On Behalf Of Kevin > Sucre > Sent: 30 October 2004 22:39 > To: gc-...@li... > Subject: [Gc-linux-devel] Networking the cube > > > Hey guys, > > I have a slighty problem. I have 2 nic cards, and i want to route them > together. > > SMC #1 as NICA > SMC #2 as NICB > > NICA ---> router(192.168.1.1) ---> cable modem ----> internet > NICB ---> Gamecube(192.168.0.47) > > NICA ip address is 192.168.1.101 gw 192.168.1.1 > NICB ip address is 192.168.0.49 > > oh, btw this is in a windows environment > > I've tried WIN ICS and it changes the ip of NICB to 192.168.0.1, which then > loses connection of the nbd server(root filesystem), and Gc-linux is broken. > What i guess i need is either A) recompile kernel to load root filesystem > from 192.168.0.1 or figure out how to route NICA, to NICB correctly. > > any help is appreciated. > > Regards, > > Kevin Sucre > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > |