cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
286
Views
0
Helpful
2
Replies

reg:asa5505 help

dhanikonda
Level 1
Level 1

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

2 Replies 2

Hi,

Please provide details of the setup..

how are the servers connected to the ASA firewall ?

ggilbert
Cisco Employee
Cisco Employee

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: