1

I want to block all connection to Hyper-V machine except from one IP. I can explain my scenario. User can access RDP when they are in our company network.We are using 128.x.x.x range internally and have one static public ip 125.x.x.x.x. Please guide me step by step.

Nuhus
  • 21
  • 1
  • 3

1 Answers1

2

Simply use the Windows Firewall (Advanced firewall) and allow port 3389 or default User mode rules for a specific remote IP.

1) Open Windows Firewall with advanced security
2) Find the following two fules:
Firewall rules
3) Edit them, go to the tab scope and add a remote address:
Scope tab
4) Click OK and enable both rules

Devator
  • 1,473
  • 4
  • 18
  • 37