I just imaged a laptop that has both the wired and
wireless net working adapters. Before imaging, I pulled
the wireless adapter out, then installed it later in the
image. Now, it is using the wireless connectivity over
the lan, is there any way I am able to use the hard wire
first then use the wireless as a last resort? Please let
me know.
thanks, Scroter
Scroter,
Your static route table contains the settings that indicate which
adapter to use to connect to other hosts. Assuming that you have both
adapters active, I would guess that the static route table points thru
the ip address for the wireless adapter. You can change the table to
point thru the wired adapter if you wish.
Changing the table, unfortunately, is an all or nothing solution. It
won't allow you to "use the hard wire first then use the wireless as a
last resort". I'm not sure if you can setup different route tables
for different hardware configurations; if you can, that would be the
best way to go I can think of.
Changing the table is a real trip. To see your table, do a "route
print" from a command window. Changing the table is done with a
series of "route delete" and "route add" statements. These statements
are very complex, and extremely keyword and syntax sensitive.
Here's a Microsoft article on the route table:
(
http://support.microsoft.com/defaul...port/kb/articles/Q140/8/59.asp&NoWebContent=1)
Cheers,
Chuck
I hate spam - PLEASE get rid of the spam before emailing me!
Paranoia comes from experience - and is not necessarily a bad thing.