cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2097
Views
0
Helpful
6
Replies

Cisco router 2800 series

udaykiran9247
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

spremkumar
Level 9
Level 9

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

View solution in original post

6 Replies 6

spremkumar
Level 9
Level 9

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

Thank You spremkumar

Hi i am using 1mbps leased line and wnt limit my bandwidth how todo

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

Hi i am facing problem with traffic everyweek it was more traffic 40Mbps.i need only Config 1Mbps limit on wan interface.

Hello spremkumar how are you please help me How to Block Website each ip address url block pls tell me.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card