cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
3
Replies

port redirection

denaumcisco
Level 1
Level 1

Good morning guys,

As the draw attached, I need to access the ASA 5520 on the outside port 3000 and redirect this connection to my server on the inside port 3000, How can I do that?

Thanks

2 Accepted Solutions

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

static (inside,outside) tcp 200.200.200.200 3000 192.168.1.200 3000

or if 200.200.200.200 is the IP address on the outside interface of your ASA

static (inside,outside) tcp interface 3000 192.168.1.200 3000

Edit - you will obviously also need to allow traffic with acl eg.

access-list outside_in permit tcp any host 200.200.200.200 eq 3000

access-group outside_in in interface outside

Jon

View solution in original post

andrew.prince
Level 10
Level 10

access-list outside-in permit tcp any host 200.200.200.200 eq 3000

access-group outside-in in interface outside

static (inside,outside) tcp interface 3000 192.168.1.200 3000 netmask 255.255.255.255

HTH>

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

static (inside,outside) tcp 200.200.200.200 3000 192.168.1.200 3000

or if 200.200.200.200 is the IP address on the outside interface of your ASA

static (inside,outside) tcp interface 3000 192.168.1.200 3000

Edit - you will obviously also need to allow traffic with acl eg.

access-list outside_in permit tcp any host 200.200.200.200 eq 3000

access-group outside_in in interface outside

Jon

Thanks people

andrew.prince
Level 10
Level 10

access-list outside-in permit tcp any host 200.200.200.200 eq 3000

access-group outside-in in interface outside

static (inside,outside) tcp interface 3000 192.168.1.200 3000 netmask 255.255.255.255

HTH>

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:

Review Cisco Networking products for a $25 gift card