Single-NIC Access Server and two DMZs

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
ron
OpenVpn Newbie
Posts: 2
Joined: Sun Mar 10, 2013 2:49 pm

Single-NIC Access Server and two DMZs

Post by ron » Sun Mar 10, 2013 3:19 pm

Hi everyone,

I'm planning to install a Single-NIC Access Server on DMZ-1, which will have a public IP address. The goal is to provide access to a certain server which sits on DMZ-2 and has a private IP address (10.10.10.100).

Is this configuration possible? If YES, how do I go about it?

Thanks... ;)

ron
OpenVpn Newbie
Posts: 2
Joined: Sun Mar 10, 2013 2:49 pm

Re: Single-NIC Access Server and two DMZs

Post by ron » Tue Mar 12, 2013 11:33 am

Anyone?...
12345

mwandelaar
OpenVPN Super User
Posts: 219
Joined: Mon Nov 23, 2009 8:24 pm

Re: Single-NIC Access Server and two DMZs

Post by mwandelaar » Wed Mar 13, 2013 10:12 am

This is pretty much not possible because with a single-NIC server DMZ1 and DMZ2 needs to be connected on the same physical network and therefore it aren't 2 DMZ's anymore, unless:
  • The server will act as a "lollypop" router and forwards the packets from the network to a firewall which seperates the 2 DMZ's. But then technically your server is not in DMZ2
or
  • Configure the server it can handle VLAN's. Configure one VLAN-tag inside DMZ1 and another VLAN-tag in DMZ2. Allow trafic from the VPN-interface into DMZ2 (via the VLAN). In this setup your server is again some kind of lollypop-bridge between the 2 DMZ's
Both setups has there advantages and drawbacks. In the first setup you have a different machine which can control and inspect traffic on the separation-point between the 2 networks and the security isn't entirely relied on a single device. But is more complex to build.

Post Reply