cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
255
Views
0
Helpful
2
Replies

Can use NAT for translation aplications ports!?

roberto.martins
Level 1
Level 1

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!

2 Replies 2

steven-dunn
Level 1
Level 1

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

knguyen00
Level 1
Level 1

Are you trying to configure a one-to-one NAT?