Could you explain how to configure the following virtual machine settings?

Kishore 0 Reputation points
2024-07-02T15:37:40.4866667+00:00

To address the tasks you've outlined, here's a structured approach:

  1. For restricting demoVM1's access to only Facebook and YouTube, implement URL filtering rules on the network device or use a firewall policy that only allows these URLs.
  2. To create a shared folder on demoVM2:
    • Name the folder "Testcase".
    • Create three subfolders within it: "sub1", "sub2", and "sub3".
    • Set permissions for demoVM1:
      • Read-only access to the "Testcase" folder.
      • Write and delete permissions to the "sub1" folder.
  3. To allow all URLs except YouTube and Facebook on demoVM2, configure a blacklist policy on the network device or firewall to block these specific URLs.
  4. For RDP configuration:
    • Allow demoVM2 RDP access to demoVM1 by configuring the appropriate inbound rules.
    • Prevent demoVM1 from accessing demoVM2 by not setting up corresponding inbound rules on demoVM2.

Tags: #NetworkSecurity, #AccessControl, #SharedFolders, #RDPConfiguration, #URLFiltering

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,264 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
709 questions
{count} votes