Selecting a NIC when running multiple network cards

Does anyone know how to select which network interface card to use
when on a machine with multiple network cards?

I’m trying to use TCPServer and choose one of my network cards to
bind to.

If nothing else, I just found a great way to crash WinXP on a machine
with multiple nics using Ruby TCPServer. It completely wedges XP!

/ed

web2ed@yahoo.com (Edward Wilson) writes:

Does anyone know how to select which network interface card to use
when on a machine with multiple network cards?

Each card has its own IP address(es), so bind your server to the
appropriate one.

Cheers

Dave