04-17-2012 11:34 PM - edited 03-11-2019 03:55 PM
Is it possible to staticaally nat one public ip with multiple lan ip with diffrent services?
04-17-2012 11:40 PM
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
04-18-2012 12:06 AM
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
04-18-2012 12:22 AM
Hi Dan,
Isthe port redirection concept ?
04-18-2012 12:24 AM
Hi Prashant,
Yes, the x.x.x.x is the public and y.y.y. are the private/inside addresses.
Dan
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