![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi -
I know that Vista supports the strong host model. Is there any way to disable it? I have two machines host1 and host2 (both running Vista) that are connected via Ethernet. They are able to ping each other. I create a virtual NIC in host1 (using the sample driver NDIS Virtual Miniport Driver). I assign an IP address to this virtual NIC. In host2, I create a route to host1's Virtual NIC's IP with host1's physical NIC IP as the gateway. Now I try to ping host1 from host2. It does not work. I suspect it is due to Vista following the strong host model. The same scenario works if I replace Vista with XP. Does the strong host model mean that we can never communicate to a machine with the destination IP as its virtual NIC's IP address? Any help is appreciated. Thanks, Anand |
|
|||
|
About strong/weak host model, try the netsh commands :
netsh interface ipv4 set interface (weakhostsend/weakhostreceive) -RD- "imanandr" a écrit dans le message de ... Hi - I know that Vista supports the strong host model. Is there any way to disable it? I have two machines host1 and host2 (both running Vista) that are connected via Ethernet. They are able to ping each other. I create a virtual NIC in host1 (using the sample driver NDIS Virtual Miniport Driver). I assign an IP address to this virtual NIC. In host2, I create a route to host1's Virtual NIC's IP with host1's physical NIC IP as the gateway. Now I try to ping host1 from host2. It does not work. I suspect it is due to Vista following the strong host model. The same scenario works if I replace Vista with XP. Does the strong host model mean that we can never communicate to a machine with the destination IP as its virtual NIC's IP address? Any help is appreciated. Thanks, Anand |