Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have had a problem where replacing :'ip nat inside source static tcp 172.19.7.254 10000 64.91.42.142 10000 extendable'with :'ip nat inside source static 172.19.7.254 64.91.42.142' resolved a problem when the frame size of a ping changed length. The...
I understand that I can also 'translate' ports so that outside address/port combinations may be used to select other hosts.example:ip nat inside source static tcp 172.19.7.254 10000 64.91.42.142 10000 extendableip nat inside source static tcp 172.19....