User Tools

Site Tools


wiki:os:microsoft:nlb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:os:microsoft:nlb [2018/01/22 13:46]
root vytvořeno
wiki:os:microsoft:nlb [2018/01/22 13:48] (current)
root
Line 8: Line 8:
 invoke-command  -computername SVR1,SVR2 -command {install-windowsfeature NLB,RSAT-NLB} invoke-command  -computername SVR1,SVR2 -command {install-windowsfeature NLB,RSAT-NLB}
 </code> </code>
 +
 +Tools - Network Load Balancing Manager - přidám hosty
 +
 +Powershell - novy web v IIS + nast. firewallu:
 +<code powershell>
 +new-website -name jmeno -physicalpath “c:\jmeno” -port 5678
 +new-netfirewallrule -displayname proweb -protocol tcp -localport 5678
 +</code>
 +
 +
wiki/os/microsoft/nlb.1516625201.txt.gz · Last modified: 2018/01/22 13:46 by root