In article <(E-Mail Removed)>, "Typical M$ User"
<Win$(E-Mail Removed)> wrote:
>Greetings network gurus!
>
>I have two NICs in a Win98-2 PC, both are configured with updated drivers
>and "on". Both are connected to a broadband DHCP router which assigns them
>unique local IP addresses. The router is connected to the Internet through a
>broadband modem.
>
>Questions:
> -What can I do with this setup?
> -Can I implement load-balancing for Web browsing where the browser uses
>both NICs to download Web pages faster?
> -Can I use both NICs for Internet access? Right now it defaults to only
>1 NIC when I use any Internet app.
> -How does the ROUTE.EXE command affect the use of either NIC for the
>Internet?
> -What commands can I issue to get Web browsing for example on the 2nd
>NIC?
> -How do I alternate Internet access between either NIC in any given
>Windows session?
>
>I know those questions are similar, but I guess it's just difficult to
>explain what I'm trying to do.
>
>Thanks!
To add to what Rob and Richard said:
Since both NICs connect to the same broadband router, I assume that
they have IP addresses in the same subnet. If so, it isn't possible
to use both of them simultaneously for any type of network traffic.
Windows will use one or the other, not both, based on the value of the
interface metric.
If they had connections to different routers and IP addresses in
different subnets, they could talk to their own local area networks
simultaneously. However, it wouldn't be possible to use both of them
simultaneously as the default gateway for Internet access. Each NIC
would have a default route (0.0.0.0 mask 0.0.0.0) entry in the route
table, and Windows would use one or the other, but not both, based on
the value of the interface metric. You could define explicit static
routes to divide Internet traffic between them, e.g. specifying that
IP addresses in one range use NIC1 and IP addresses in another range
use NIC2.
Here are some ways to control which NIC Windows uses when the same
traffic could use either one:
1. Use the "route change" command to assign a lower metric to NIC
that you want to use and a higher metric to the other one.
2. Use Winipcfg to renew the IP address on the NIC that you want to
use and release the IP address on the one that you don't want to use.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional - Windows Networking
http://mvp.support.microsoft.com
Steve Winograd's Networking FAQ
http://www.bcmaven.com/networking/faq.htm