cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
363
Views
5
Helpful
1
Replies

ONE Public IP -But two Servers?

Any one can help me as how to configure in ASA as i have only one public IP address but i have to configure them for my two servers in my DMZ ... one is FTP and one is WEB server,,,,

1 Reply 1

vitripat
Level 7
Level 7

That can be done. Assuming that the public IP is "pub" and IP addresses of two servers in dmz are "web" & "ftp", you need to implement following commands-

static (dmz,outside) tcp pub 21 ftp 21

static (dmz,outside) tcp pub 80 ftp 80

access-list outin permit tcp any host pub 21

access-list outin permit tcp any host pub 80

access-group outin in interface outside

** Replace "pub", "web" & 'ftp" with respective IP addresses.

Review Cisco Networking products for a $25 gift card