Wednesday, March 9, 2022

Configure network rules

First, add a network rule to allow web traffic.

  1. From the FW-Hybrid-Test resource group, select the hybrid-test-pol Firewall Policy.
  2. Select Network rules.
  3. Select Add add a rule collection.
  4. For Name, type RCNet01.
  5. For Priority, type 100.
  6. For Rule collection action, select Allow.
  7. Under Rules, for Name, type AllowWeb.
  8. For Source type, select IP address.
  9. For Source, type 192.168.1.0/24.
  10. For Protocol, select TCP.
  11. For Destination Ports, type 80.
  12. For Destination type, select IP address.
  13. For Destination, type 10.6.0.0/16.

Now add a rule to allow RDP traffic.

On the second rule row, type the following information:

  1. Name, type AllowRDP.
  2. For Source type, select IP address.
  3. For Source, type 192.168.1.0/24.
  4. For Protocol, select TCP.
  5. For Destination Ports, type 3389.
  6. For Destination type, select IP address.
  7. For Destination, type 10.6.0.0/16
  8. Select Add.

No comments:

Post a Comment