I am the telecommunications company operator, the firewall is of the customer.
My goal is to be able to telnet the CPE from the PE
[pe-fastweb]---[cpe-fastweb]---[firewall]
With the applied rule it is unable to telnet because the ports 22 and 23 are mapped:
[pe-fastweb]#telnet <public-IP-address> /so Loopbackxxx
Trying <public-IP-address> ...
% Connection refused by remote host
If I remove the "nat static protocol tcp global current-interface any inside <ip firewall> any netmask 255.255.255.255" then I can do the telnet:
[pe-fastweb]#telnet <public-IP-address> /so Loopbackxxx
Trying <public-IP-address> ... Open
Login authentication
Username:
Password: