01-10-2011 11:28 PM - edited 03-04-2019 11:02 AM
Hello this is kiran,Help me i have Router 2800 series we are using leased line Connection 8 Pubilc IP.One IP Config in Router FE0/0 IP 101.102.148.91 and FE0/1 192.168.0.0 Local IP.I have 6 Web Server. How to Config other 7 IP address on Web server in the router 2800 series.
Solved! Go to Solution.
01-11-2011 12:12 AM
Hi Kiran
You have couple of options here in configuring the NAT,one to one nat between the public ip and the private ips or else you can map based on the port nos of the servers on which the respective applications are hosted.
You can configure one to one nat, something like below
ip nat inside source static 192.168.0.2 101.102.148.92
else you can do out a port based translation based on the applications which you want to be accessed from the outside world.
for an example if you want to access your mail/web services hosted on different servers using different inside ip address using a single outside public ip you can define something like below
router (config)# ip nat inside source static tcp 192.168.0.2 25 101.102.148.92 25
router (config)# ip nat inside source static tcp 192.168.0.3 80 101.102.148.92 80
for more info do refer the below links.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094e77.shtml#intro
http://articles.techrepublic.com.com/5100-10878_11-1039094.html?tag=leftCol;post-264
regds
01-11-2011 12:12 AM
Hi Kiran
You have couple of options here in configuring the NAT,one to one nat between the public ip and the private ips or else you can map based on the port nos of the servers on which the respective applications are hosted.
You can configure one to one nat, something like below
ip nat inside source static 192.168.0.2 101.102.148.92
else you can do out a port based translation based on the applications which you want to be accessed from the outside world.
for an example if you want to access your mail/web services hosted on different servers using different inside ip address using a single outside public ip you can define something like below
router (config)# ip nat inside source static tcp 192.168.0.2 25 101.102.148.92 25
router (config)# ip nat inside source static tcp 192.168.0.3 80 101.102.148.92 80
for more info do refer the below links.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094e77.shtml#intro
http://articles.techrepublic.com.com/5100-10878_11-1039094.html?tag=leftCol;post-264
regds
01-11-2011 08:29 AM
Thank You spremkumar
01-17-2011 01:15 AM
Hi i am using 1mbps leased line and wnt limit my bandwidth how todo
01-17-2011 02:42 AM
hi
do you want to limit the bandwidh to 1M for all the traffic or for any specific application? I see your query has been answered by another poster by sending the link to rate-limit feature which you can make use of to limit for the whole traffic or for specific application traffic.
regds
01-17-2011 04:12 AM
Hi i am facing problem with traffic everyweek it was more traffic 40Mbps.i need only Config 1Mbps limit on wan interface.
01-20-2011 02:58 AM
Hello spremkumar how are you please help me How to Block Website each ip address url block pls tell me.
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