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

I need to forward some ports on an asa 5505 8.2

clementsms
Level 1
Level 1

I need to forward some ports for remote desktop and remote outlook which I host on an internal server. I have looked all over the web and got close, but no hints on how to do it in the asa 8.2. there is an 8.3 guide, but it is just different enough to not work. I am new to this device and cli. I am not afraid to use cli or the asdm, but I could sure use some help.

1 Accepted Solution

Accepted Solutions

Julio Carvajal
VIP Alumni
VIP Alumni

Hello Mark,

lets say internal host ip is 192.168.10.124 and it is going to be natted to 63.63.63.63 to the outside so the configuration on 8.2 its the following:

static(inside,outside) tcp 63.63.63.63 3389 192.168.10.124 3389

access-list outside_in permit tcp any host 63.63.63.63 eq 3389

access-group outside_in in interface outside

That all you need, just do the same with the other ports you need to open.

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

View solution in original post

3 Replies 3

Julio Carvajal
VIP Alumni
VIP Alumni

Hello Mark,

lets say internal host ip is 192.168.10.124 and it is going to be natted to 63.63.63.63 to the outside so the configuration on 8.2 its the following:

static(inside,outside) tcp 63.63.63.63 3389 192.168.10.124 3389

access-list outside_in permit tcp any host 63.63.63.63 eq 3389

access-group outside_in in interface outside

That all you need, just do the same with the other ports you need to open.

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Thank you very much.

Hello Mark,

I am glad I helped, Can you select the question as answered.

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
Review Cisco Networking for a $25 gift card