local nic1 connection kills internet connection nic2

B

Bartolo

Hello Network Guys,

I have problem with establishing connection from winxpPC to win2k3PC.
In winxp machine I have two nics(lets one names WAN second LAN). When
I enabling LAN nic my internet connection from WAN failed.
WAN nic gets IP from router, but LAN nic has static IP defined by me.
What would be a reason of that break?

p.s. Please don't ask me why I have such network architecture, it's
for testing purpose

Thanks in advance,

Bartolo
 
J

John Wunderlich

to clarify :)
through LAN I want to make connection with win2k3 from winxp

Bartolo

It's probably in the routing. Your WAN traffic goes through the
Default Gateway. Perhaps you defined a default gateway on your LAN
card that is taking precidence. With your configuration, you probably
should not specify a default gateway on your LAN port. From a command
prompt, enter the command:
route print
Look for line(s) that look like
destinantion: 0.0.0.0 mask: 0.0.0.0.
This is your default route. If more than one line like this exists,
the one with the lower "metric" column will prevail. The goal is to
send the default route through your WAN NIC and not your LAN NIC.

HTH,
John
 
S

Steve Winograd [MVP]

Hello Network Guys,

I have problem with establishing connection from winxpPC to win2k3PC.
In winxp machine I have two nics(lets one names WAN second LAN). When
I enabling LAN nic my internet connection from WAN failed.
WAN nic gets IP from router, but LAN nic has static IP defined by me.
What would be a reason of that break?

p.s. Please don't ask me why I have such network architecture, it's
for testing purpose

Thanks in advance,

Bartolo

The two NICs must have IP addresses in different subnets. For
example, if WAN get an address in the 192.168.0.x/255.255.255.0
subnet, assign an address in a different subnet, such as
192.168.2.1/255.255.255.0 to LAN.
--
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 Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top