Setup windows test client: Difference between revisions
Line 101: | Line 101: | ||
=Testing the new loop back device= | =Testing the new loop back device= | ||
{| width="50%" | |||
| valign="top" | | |||
Rename to loopback adapter to '''loopback''', <br> | |||
rename the ethernet adapter to '''lan'''<br> | |||
[[File:03-01-10-AddHWLoopback.png|320px]]<br><br> | |||
| valign="top" | | |||
Edit the properties of '''IPv4''' of the loopback adapter<br> <br> | |||
[[File:03-01-11-LoopbackPropertie.png|320px]]<br><br> | |||
|} | |||
{| width="50%" | |||
| valign="top" | | |||
From the Windows host try to open the URL<br> | From the Windows host try to open the URL<br> | ||
*http://192.168.2.220 | *http://192.168.2.220 | ||
Line 106: | Line 119: | ||
From an Network client try to open the URL<br> | From an Network client try to open the URL<br> | ||
*http://192.168.2.221 | *http://192.168.2.221 | ||
| valign="top" | | |||
The result should be the default IIS Webpage<br> | The result should be the default IIS Webpage<br> | ||
[[File:03-01-IISDefault.png|320px]]<br><br> | [[File:03-01-IISDefault.png|320px]]<br><br> | ||
|} | |||
Revision as of 18:48, 10 July 2015
Main
Step by step installation and documentation for Windows (lots of screnn shots).
|
Add a new loop back device
Right mouse click on your computer, |
|
Configure the new loop back device
Within Windows, goto the Network connections,
with Server 2012 you can run and type ncpa.ctl
Rename to loopback adapter to loopback, |
Enter the VIP (Virtual IP) = 192.168.2.220/24, |
Disable Automatic metric, |
Open an administrative console and enter:
netsh interface ipv4 set interface "lan" weakhostreceive=enabled netsh interface ipv4 set interface "loopback" weakhostreceive=enabled netsh interface ipv4 set interface "loopback" weakhostsend=enabled
See this for more information about those commands:
Testing the new loop back device
Rename to loopback adapter to loopback, |
From the Windows host try to open the URL From an Network client try to open the URL |
Goto myLVS and enable the Windows host and disable the second host which does not exist yet
Use an network client and open the URL http://192.168.2.220, you should see the Windows IIS test site
On myLVS clieck Connections to see the connection list: