Narzędzia użytkownika

Narzędzia witryny


tutoriale:fw_hyperv_core

To jest stara wersja strony!


Aby dodać reguły do firewalla potrzebne do zarządzania HyperV trzeba w cmd dodać Udostępnianie plików

  1 	netsh advfirewall firewall set rule group=”File and Printer Sharing” new enable=Yes

Zarządzanie dyskami

  1 	netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=yes

Pulpit zdalny

  1 	netsh advfirewall firewall set rule group="remote desktop" new enable=yes

Zarządzanie dyskami (po obu stronach dodać w Powershell):

  1 	Set-NetFirewallRule –Name “RVM-VDS-In-TCP” –Enabled True -Profile Any
  2 	Set-NetFirewallRule –Name “RVM-VDSLDR-In-TCP” –Enabled True -Profile Any
  3 	Set-NetFirewallRule –Name “RVM-RPCSS-In-TCP” –Enabled True -Profile Any

Wysyłanie plików przez admin center

  1 	New-NetFirewallRule -DisplayName "__Allow_File_UploadDownload" -Direction Inbound -LocalPort 445 -Protocol TCP -Action Allow -RemoteAddress <Adres kompa z któego idzie plik>
tutoriale/fw_hyperv_core.1746628764.txt.gz · ostatnio zmienione: 2025/05/07 16:39 przez administrator