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

IOS Firewall - port forwarding

loubarsony
Level 1
Level 1

Hello -

I have IOS firewall configured on a 2800 and I am attempting to perform a port forward
to a specific server that will terminate a VPN SSL connection.

What command do I use to create this capability? I am using 12.4(25d) ADVSECURITYK9-M

Thanks everyone,

Lou

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

This will create the NAT translation-

ip nat inside source static tcp 192.168.1.50 443 75.50.95.72 443 extendable

You'll also need the rule in your ACL.

Thanks Collin

I had already created the following ACL ...

access-list 111 permit tcp any 192.168.1.50 0.0.0.0 eq 443

If the ACL is applied on an the outside interface you would need to open traffic to the global ip

access-list 111 permit tcp any 75.50....* eq 443

I hope it helps.

PK

Review Cisco Networking products for a $25 gift card