Re: Hosting sites on the GREEN interface
This is achieved by going to Firewall > Port Forwarding, and creating a rule to allow specific traffic from one host or all hosts on the internet to connect to your servers on GREEN via a specific port or port range.
For instance if I had a web server on GREEN that I wanted internet users to access:
Web server internal IP: 192.168.0.253/24
Go to Firewall > Port Forwarding and create the following rule:
Protocol: TCP
Alias IP: DEFAULT IP (This could be an alias you created if you had more than one Public IP)
Destination IP: 192.168.0.253
Destination Port: 80
Remark: Web Server Internet Access Allowed
Make sure that the rule is enabled and click the "ADD" button to add the rule. Now all TCP port 80 traffic will be forwarded to the internal web server. Idealy you would want all internet accessible servers on the DMZ (ORANGE) which separates the secure network from servers that may be breached by hackers.
Best regards,
Dayne