cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
1
Replies

Cisco ASA 5512x port forwading

I am trying to configure port forwarding from outside public ip address 50.xxx.206.91 to inside host 192.168.1.40. Port range tcp/udp 30000-30060.

Outside ip address of the firewall is .90

I can also use ip address of the outside interface if that is easier. 

I am running IOS 9.1 ASDM 7.1.

Please help. I tried many different ways and not sure what I am doing wrong. Thanks

1 Reply 1

jj27
Spotlight
Spotlight

This should do the trick.

You can name the objects whatever you want. The following are purely examples.

object-group service TCPUDP-30000-30060
 service-object tcp-udp destination range 30000 30060

object network inside-192.168.1.40
host 192.168.1.40
nat (inside,outside) static 50.xx.206.91

access-list outside_in extended permit object-group TCPUDP-30000-30060 any4 object inside-192.168.1.40

 

Review Cisco Networking products for a $25 gift card