|
|
Question : Problem: Windows XP Pro with 2 NICs
|
|
I installed 2 NICs, the details are: 1. IP address 192.168.1.10 subnet mask 255.255.255.0 default gateway 192.168.1.1 2. IP address 192.168.10.100 subnet mask 255.255.255.0 default gateway 192.168.10.1
First NIC connected to ad-hoc wifi radio with IP 192.168.1.1 Second NIC connected to Linksys Wireless Broadband Router with IP 192.168.10.1
Currently i try to connect 1 device to wifi radio and another one to Wireless Router. I cannot ping one device to another device. I guess the problem lies within windows XP which cannot route the packet from 192.168.1.10 to 192.168.10.100 and vice versa.
Kindly advice me. Thank you.
|
Answer : Problem: Windows XP Pro with 2 NICs
|
|
1. IP address 192.168.1.10 subnet mask 255.255.255.0 default gateway 192.168.1.1 2. IP address 192.168.10.100 subnet mask 255.255.255.0 default gateway 192.168.10.1
Go into properties of NIC #2 and remove the gateway 192.168.10.1 and press apply
Now do the "route -p add 192.168.10.0 mask 255.255.255.0 192.168.10.1"
Does that work?
|
|
|