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

2 static NAT to one PC

uaskan
Level 1
Level 1

Hi,

i have a server inside and i want to give 2 different legal IP address to that server for different ports.

Regards

2 Replies 2

johansens
Level 4
Level 4

static (inside,outside) tcp 200.200.200.1 www 10.1.1.1 www 255.255.255.255 0 0

static (inside,outside) tcp 200.200.200.2 25 10.1.1.1 25 255.255.255.255 0 0

Will send TCP/80 on the global IP 200.200.200.1 to TCP/80 on the local IP 10.1.1.1.

Will send TCP/25 on the global IP 200.200.200.2 to TCP/25 on the local IP 10.1.1.1.

You can config as said by Johansens and this if you need diff traffic with diff NAT address routed to diff gateway.

http://www.ciscotaccc.com/iprout/showcase?case=K39240839

Note:Rate it!

HTH

MAR