Bridging

P

Pyron Yu

Hi!

I have setup a Windows Server 2003 with two network cards. NIC1 (10.0.0.5)
and NIC2 (10.0.0.6). I have a computer-a (10.0.0.4) connected to NIC1
(10.0.0.5) and also a computer-b (10.0.0.7) connected to NIC2 (10.0.0.6).

Using computer-a I cannot ping computer-b. What are the solutions for this
kind of problem?

I do not want to use the "Bride" function.

Best Regards,
 
D

DJ

Hmmm. Not sure if it works, but you can try it.
try to add static route on computer A
route add 10.0.0.7 MASK 255.255.255.255 10.0.0.5

on computer B :
route add 10.0.0.4 MASK 255.255.255.255 10.0.0.6

Pliz let me know if it works.
Other option is subnetting.
 

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