This shows you the differences between two versions of the page.
| 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, | invoke-command -computername SVR1,SVR2 -command {install-windowsfeature NLB, | ||
| </ | </ | ||
| + | |||
| + | Tools - Network Load Balancing Manager - přidám hosty | ||
| + | |||
| + | Powershell - novy web v IIS + nast. firewallu: | ||
| + | <code powershell> | ||
| + | new-website -name jmeno -physicalpath “c: | ||
| + | new-netfirewallrule -displayname proweb -protocol tcp -localport 5678 | ||
| + | </ | ||
| + | |||
| + | |||