I'm stuck on enabling DNAT to allow access to a private webserver from a public internet computer. I configured a system solely to test this function. I read the FAQ on this and still can't get it going. Here's my config:
Astaro 2.027 :
public interface 1.2.3.4
private interface 192.1.1.1
gateway 1.2.3.1
Webserver:
interface 192.1.1.6
gateway 192.1.1.1
First thing I did when I got Astaro installed was config the "definitions" for "public" and "private" interfaces with 32-bit mask, and also for the "webserver".
Second step was to configure DNAT under networks as follows:
public:http -> webserver:http
Third step would be setting up a packet filter rule. I did:
any:http -> public -> allow
With only these things done, I should be able to DNAT, correct?
My end goal is to eventually DNAT from a highport on the public interface to the HTTPS port on the webserver...
Thanks for any help,
Sean
This thread was automatically locked due to age.