I am currently trying to set up a network with both a secure webserver and an internal openvpn server. The webserver is running windows 2008 and the vpn network is running the Access server from OpenVPN. The problem that i'm having is that I want to be able to access both servers from outside the NAT. I would like to do something like this:
Outside
|
|
NAT
|
------------------------------------
| | |
test.org vpn.test.org dns.test.org
and host test.org and vpn.test.org on different machines. I want both to be accessible from port 433 and from the outside. I'm not sure how to go about doing this so any help would be greatly appreciated.