07-29-2008 03:15 AM
Dear sir,
i have two servers ip address:129.9.1.15,129.9.1.16 we want to access these servers through the asa5505 firewall.how can i configure the firewall plz any tips.
thanks&Regards
srini
07-29-2008 07:45 AM
Hi,
Please provide details of the setup..
how are the servers connected to the ASA firewall ?
07-29-2008 04:44 PM
Srini,
These IP addresses that you gave, is it used in your internal network or you want to use these two addresses for the server that on your internal network.
Here's the deal.
Lets take for eg: two server on your internal network as 192.168.1.1 and 192.168.1.2 which are in the private address range.
You want to give them the public IP address on teh firewall so that it can be accessed from the outside world.
You would need to add translation and allow permission.
You statically map the outside address to the IP address of your server on the ASA.
eg:
static (inside, outside) 129.9.1.15 192.168.1.1
static (inside, outside) 129.9.1.16 192.168.1.2
You create an access-list to allow external users to access the server for tcp port 80 (used as an example)
eg:
access-l 100 per tcp any host 129.9.1.15 eq 80
access-l 100 per tcp any host 129.9.1.16 eq 80
Applying the access-list to the interface where access should be granted.
eg:
access-group 100 in interface outside.
Hope this helps.
Cheers,
Gilbert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide