Esx servers in a DMZ
Posted
by James
on Server Fault
See other posts from Server Fault
or by James
Published on 2010-02-14T16:05:27Z
Indexed on
2010/05/14
15:04 UTC
Read the original article
Hit count: 492
I have two ESX 3.5 servers in a DMZ. I can access these servers on any port from my lan via a VPN. Servers in the DMZ are unable to initiate connections back to the lan, for obvious reasons. I have a vCenter server on my lan and can initially connect to the esx servers fine. However the esx servers then try to send a hearth beat back to the vCenter server on udp/902 obviously this will not get back to the vCenter server, which then marks the ESX servers as not responding and disconnects.
There are two broad solutions I can think of;
1) Try to tell vCenter to ignore not getting heart beats. The best I can do here is delay the disconnect by 3 mins.
2) Try some clever network solution. However again I am at loss.
Note: The vCenter server is on a lan, and cannot be given a public IP, so firewall rules back will not work. And also I cannot setup a VPN from the DMZ to the lan.
**I am adding the following, explanation that I added to the comments
Ok maybe this is the bit that I not explaining well. The DMZ is on a remote site, an entirely independent network (network 1). The vCenter server is on our office lan (network 2). Network 2 can connect to any machine on any port on network 1. But network 1 is not allowed to initiate a connection to network 2. Any traffic destined to network 2 from network 1 gets dropped by the firewall as it is traffic to a non-routable address. The only solution I can think of is setting up a VPN from network 1 to network 2, but this is not acceptable
So any clever folk out there any ideas?
J
© Server Fault or respective owner