Configuring Static NAT
You can configure some private addresses for static translation, such that they are always translated by using the same public IF address. This could be useful for a privately addressed host that has to be reachable from the Internet with a public address that remains constant. Here is an example configuration of static translation:
2509(config)#ip nat inside source static 192.168.1.2 171.69.5.2
The preceding command configures a static translation for a private host (192.168.1.2). NAT will translate the private address to and from the public address 171.69.5.2.
Post a comment