06-27-2003 06:02 AM - edited 03-02-2019 08:28 AM
I need translation ports in a communication.
I read the documentation but not find any things about this.
I can make this!?
Example:
Source: 10.10.10.1
Destination: 20.20.20.1: 4000
Translation:
Source: 10.10.10.1
Destination: 30.30.30.1: 5000
Tks!
06-29-2003 09:30 PM
Anything is possible !
This is from 12.2.(5a):
ip nat inside source static tcp 20.20.20.1 4000 30.30.30.1 5000
above syntax is
Inside local IP address
Inside Local source port
Inside Global IP Address
Inside Global TCP Port
The same syntax works on IOS 11.2
06-30-2003 12:10 PM
Are you trying to configure a one-to-one NAT?
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