for your problem ther is only one solution, called D-NAT. You have to establish one rule for each service you want to enable form the outside to the Server inside.
Here is an example for an Webserver behind th ASL:
Filter Rule: ANY -> HTTP ->
NAT Name: Type: DNAT/SNAT
Packets to match ANY -> -> HTTP
Change Destination to Adress: Service Destination: HTTP (80)
This is not too difficult - just add an internal DNS server to your network - specify the internal ip address of your machines in there and let your clients look at this server as your primary DNS. You can also set this server up to forward other requests to your firewall if the firewall DNS proxy is enabled. Good luck
This is not too difficult - just add an internal DNS server to your network - specify the internal ip address of your machines in there and let your clients look at this server as your primary DNS. You can also set this server up to forward other requests to your firewall if the firewall DNS proxy is enabled. Good luck