Hi,
How many public IP addresses do you have at your disposal? Do you only have the one configured on the external interface of the firewall or do you have a small subnet?
If you only have the public IP address configured on the external interface, then you probably need to use Static PAT
Its basic configuration format is
static (inside,outside) tcp interface netmask 255.255.255.255
This would have to be done for each port you need forwarded with Static PAT. The above example is for "tcp", it might as well be "udp"
The above example has the interfaces "inside" and "outside" as they are the most typical ones used. If the interfaces are named differently on your case then you would need to enter the interface interfaces name instead of "inside" and the external interfaces name instead of "outside".
Naturally if you can provide a requirements on what you need to configure then it will be easier to help you.
You can for example get the complete firewall configuration by doing the following
- Go to the ASDM
- Go to Tools -menu
- Go to Command Line Interface
- Enter the command "show run" and send the command to the device. This should provide the current configuration in the ASDM window you entered the above command.
Naturally dont share any public IP address information in the actual post or any other sensitive information.
- Jouni