Here is our current network configuration.
We have 3 different static external IP addresses that we are using. The first is currently setup for our internal network, along with one of our Web Servers. The next goes to a different web server, and the final address goes to an ftp server.
I've attempted to install the astaro box with the following configuration (for now all I am trying to get working is the first webserver, which should be on the same ip as the internal network.)
I have setup my external interface on the main ip address, and am able to connect to the outside from with in my network. I have setup a DHCP server, handing out addresses from 192.168.0.100 to .254. I assigned my webserver a static IP address of 192.168.0.10, and pointed it to the astaro box for the dns as well as the gateway.
I've then created a definition for the server with it's internal ip. --
Name: Zues
Type: Host
Address: 192.168.0.10
Under the Packet filter section I added the following rules:
Any ---> HTTP ---> Zues
Any ---> HTTPS ---> Zues
Any ---> DNS ---> Zues
Under NAT I have created the following rules:
Rule 1:
Traffic Source: Any
Traffic Service: HTTP
Traffic Destination: External (WAN) (Address)
NAT mode: Full NAT (both)
Destination: Zues
Destination Service: HTTP
Source: External (WAN) (Address)
Source Service: HTTP
Rule 2:
Traffic Source: Any
Traffic Service: HTTPS
Traffic Destination: External (WAN) (Address)
NAT mode: Full NAT (both)
Destination: Zues
Destination Service: HTTPS
Source: External (WAN) (Address)
Source Service: HTTPS
This webserver is running iis, and for the website is set to forward any http requests to an https request.
When I try and get to the site using http it seems to not let the connection through. When i do the same with https firefox says something along the lines of that there were too many redirects.
This is the main server to get working, then once this is up, I would like to add the additional ip addresses to the interface, and begin to add the other two servers on.
Please let me know if I am going about this the correct way, and if there is any documentation or tutorial that may help me.
Thanks again for your time!
This thread was automatically locked due to age.