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

Forwarding ports to an inside IP address?

paul.houston
Level 1
Level 1

I need to forward several ports to an inside IP address for video conferencing.  what is the sommnds to accomplish this? I have a Cisco ASA 5510 ver 8.0(4)23.  I need to forward both TCP and UDP ports.

thanks

1 Accepted Solution

Accepted Solutions

Paul,

''I need to forward port 1720 TCP to my inside ip address of 5.5.5.5 for example.  Then I need to forward tcp ports 60,000 and 60,1001 to inside ip of 5.5.5.5''

static (inside,outside) tcp PUBLIC_IP 1720 5.5.5.5 1720

static (inside,outside) tcp PUBLIC_IP 60000 5.5.5.5 60000

static (inside,outside) tcp PUBLIC_IP 61001 5.5.5.5 61001

The above commands will accomplish just that. (just need to change PUBLIC_IP with the correct public IP)

Federico.

View solution in original post

3 Replies 3

Hi Paul,

The command on the Firewall to do port forwarding is this:

static (inside,outside) tcp 200.1.1.1 80 10.1.1.1 80

The above command redirects incoming HTTP traffic on IP 200.1.1.1 to internal server 10.1.1.1

So, just follow the above command for every TCP port and change the protocol to UDP when needed.

Federico.

Thank you Federico.  But let's say a specific port.

I need to forward port 1720 TCP to my inside ip address of 5.5.5.5 for example.  Then I need to forward tcp ports 60,000 and 60,1001 to inside ip of 5.5.5.5

Where in your static line would i be call out the specific ports mentioned above?

Paul

Paul,

''I need to forward port 1720 TCP to my inside ip address of 5.5.5.5 for example.  Then I need to forward tcp ports 60,000 and 60,1001 to inside ip of 5.5.5.5''

static (inside,outside) tcp PUBLIC_IP 1720 5.5.5.5 1720

static (inside,outside) tcp PUBLIC_IP 60000 5.5.5.5 60000

static (inside,outside) tcp PUBLIC_IP 61001 5.5.5.5 61001

The above commands will accomplish just that. (just need to change PUBLIC_IP with the correct public IP)

Federico.

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