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

port forwarding with asa 5510

ttl-systems
Level 1
Level 1

Hi,

I have a situtation where I have web servers with public IP addressess that I'm going to migrate behind one address, but behind different ports.

Can I do port forwarding with ASA so that when connecting from network 0.0.0.0 to port 80 on ip x.x.x.x would be redirected to ip y.y.y.y and for example to port 10054

1 Reply 1

hoogen_82
Level 4
Level 4

Hi,

static (inside,outside) tcp x.x.x.x 80 y.y.y.y 10054 netmask 255.255.255.255

with an

access-list outside_inside exteneded permit tcp any host x.x.x.x eq 80

This should help you. x.x.x.x is your public ip. y.y.y.y is private ip.

HTH

Hoogen

Do rate if this helps :)

Review Cisco Networking for a $25 gift card