Setup windows test client: Difference between revisions
Jump to navigation
Jump to search
(→Main) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| valign="top" | | | valign="top" | | ||
Step by step installation and documentation for Windows (lots of screen shots). | Step by step installation and documentation for Windows (lots of screen shots). | ||
*'''Goal: Adding a Windows test client to | *'''Goal: Adding a Windows test client to the myLVS environment''' | ||
'''Requirements''' | '''Requirements''' | ||
*Windows Server 2012 (using your own license key) | *Windows Server 2012 (using your own license key) | ||
Line 121: | Line 121: | ||
[[File:03-02-02-NodeConnections.png|320px]]<br><br> | [[File:03-02-02-NodeConnections.png|320px]]<br><br> | ||
|} | |} | ||
=Where to go next= | |||
<br> | |||
*Go here: [[Setup linux test client]] |
Latest revision as of 18:32, 2 September 2015
Main
Step by step installation and documentation for Windows (lots of screen shots).
Requirements
|
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 the 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
From the Windows host try to open the URL From an Network client try to open the URL |
Where to go next
- Go here: Setup linux test client