cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
623
Views
8
Helpful
4
Replies

possible with nat ?

prashantrecon
Level 1
Level 1

Is it possible to staticaally nat one public ip with multiple lan ip with diffrent services?

4 Replies 4

Jouni Forss
VIP Alumni
VIP Alumni

Hi,

You can use a single public IP address to forward different ports to different hosts.

But you cant ofcourse forward the same port to multiple hosts.

If you need help provide some more information what you are trying to achieve.

- Jouni

Hi,

Yes , you can using static nat.

ip nat source static tcp x.x.x.x  23 y.y.y.y 23

ip nat source static tcp x.x.x.x  80 y.y.y.z 80

ip nat source static tcp x.x.x.x  443 y.y.y.h 443

ip nat source static tcp x.x.x.x  22 y.y.y.u 22

Dan

Hi Dan,

Isthe port redirection  concept ?

Hi Prashant,

Yes, the x.x.x.x is the public and y.y.y. are the private/inside addresses.

Dan

Review Cisco Networking for a $25 gift card