11-08-2011 11:26 AM - edited 03-11-2019 02:47 PM
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.
Solved! Go to Solution.
11-08-2011 12:40 PM
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
11-08-2011 12:40 PM
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
11-08-2011 12:55 PM
Thank you very much.
11-08-2011 01:31 PM
Hello Mark,
I am glad I helped, Can you select the question as answered.
Regards,
Julio
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide