Sunday, May 1, 2016

Hyper-V DMZ environment

Im facing some problems trying to create a DMZ virtual machine in Hyper-v.



Firstly, i want to create a DMZ so the company's smartphones can be managed remotely.We have an ESET ERA server installed, so we want to install the Mobile Device Connector on a DMZ environment.



The host has 2 NIC's, one for the LAN and one that i use for the DMZ. I created a virtual switch for the 2nd NIC, and used it as External for the DMZ machine. The DMZ machine must connect to a virtual server that has the ESET Remote Administrator installed.At least with the SQL.



We have a Watchguard XTM 26 firewall, i created an optional ( since watchguard doesn't use the term DMZ) interface and connected the 2nd NIC to the optional interface directly. Now, the machine shouldn't have any contact with the rest of the LAN, yet i can ping it from any PC, except from the other virtual servers we have.




What i had in mind was to create the DMZ environment, the server on the DMZ to be isolated, and control the connections with the firewall.



I have various policies in mind, but seeing as the DMZ server has connection with the LAN, i dont see how it will work.



My question is : Can you see what i did wrong, and/or could you show me a good practice doing something similar ?



If you need more information , please tell me.



Thank you.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...