Posted By: steel300 | May 17th, 2005 @ 12:02 AM
page 1 of 1
Comments: 7 | Views: 13879
To my knowledgeable colleagues at CP:

I have Win XP set up on my laptop (obviously). I have one wireless network card connecting to my dad's router then off to the internet. I plug it in to a docking station with a 10/100 ethernet card then into my router. I would like to be able to see the other computers on my network and use the internet from the laptop at the same time. I don't care if the two desktops on my network can use the internet, I would just like to be able to share files/printers between them.

What happens now, is I can do one or the other. If I disable the ethernet card, I can use the internet. If I enable the etherent card, I can see my network. However, when I try to use the internet with the ethernet card enabled, all internet traffic goes to the ethernet card and quickly fizzles into the void.

Is there a way where I can use the wireless card for internet access and the ethernet card for lan access and not have them get confused?

Thanks,
-- Steel
It's probably a routing issue.  What are the IP settings for each network?  What is your default gateway set to?  (You can only have one).
steel300 wrote:
To my knowledgeable colleagues at CP:

I have Win XP set up on my laptop (obviously). I have one wireless network card connecting to my dad's router then off to the internet. I plug it in to a docking station with a 10/100 ethernet card then into my router. I would like to be able to see the other computers on my network and use the internet from the laptop at the same time. I don't care if the two desktops on my network can use the internet, I would just like to be able to share files/printers between them.

What happens now, is I can do one or the other. If I disable the ethernet card, I can use the internet. If I enable the etherent card, I can see my network. However, when I try to use the internet with the ethernet card enabled, all internet traffic goes to the ethernet card and quickly fizzles into the void.

Is there a way where I can use the wireless card for internet access and the ethernet card for lan access and not have them get confused?

Thanks,
-- Steel


Please clarify the setup you have.

in one spot you talk about "your dad's router"
in another you speak of "your router"

and if you have 2 routers then how do they connect?

are they "routers" or do you mean 1 router and one hub perhaps??

do you each get an IP from your provider or do you have local IP settings from your routers?

is it a firewall / wireless gateway or is it a cablemodem with an ethernet port??

depending on what you really have the problems maybe totaly different:


1 Public IP
2 Public IP's

1 firewall
2 firewalls

1 connection to the isp via 1 firewall or
2 connections to the isp via 2 firewalls
and so on....

Can you do a
netstat -r
command and post the output?
It looks like it's picking up the default gateway from your wired network - that is, 192.169.1.1

The ideal solution would be to configure the linksys wrt54g wireless router to not specify a default gateway for DHCP clients.  Not sure if you can do that with that model.

Other solutions...
Configure your ethernet card to use static IP addressing rather than asking the linksys wireless router.  Don't specify a default gateway.
OR
Try going into the TCP/IP properties bound to your ethernet card and removing the gateway - not sure if "lack of a gateway" is something you can specify here but it's worth a shot
OR
Increase the interface metric on the wired connection (in TCP/IP properties advanced) to something greater than 25 - say, 30
OR
Add a static route with the "route" command - see
    route -?
for details
For you probably
    route -p ADD 0.0.0.0 MASK 0.0.0.0 192.168.1.1 METRIC 10 IF 2
page 1 of 1
Comments: 7 | Views: 13879