Bridging

  • Thread starter Thread starter Pyron Yu
  • Start date Start date
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,
 
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.
 
Back
Top