cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
476
Views
0
Helpful
4
Replies

HTTP On Private IP

dhavaltandel
Level 1
Level 1

Hello All,

I have my web server running on private ip (192.168.1.1). i have only one public ip what we use for internet access in office. Now we need to use same for web server.

Domain registration, and Managed DNS service has been leased from third party vendor. We only need to host the website locally.

As gateway we are using Cisco 2621, here i configured the NAT Translation with overload function for internet access as well translation with extended command for port number 80,

here is the config.

ip nat inside source static tcp 192.168.1.1 80 xx.xx.xx.xx 80 extendable

Is any thing else is required to make we server accessible from out side.?

I have tested to ping from our side and i am getting the responce if i ping www.mydomain.com

Any body has idea reply,

Thanks

Dhaval

4 Replies 4

Hi, Thanks for takin interest.

I have same configuration done on my router but even it is not working.

Find attechment for my configuration.

Thanks

Dhaval

You mean the HTTP or the FTP? For your FTP you need to need passive FTP for PAT.

ip nat inside source static tcp 192.168.1.1 20 xx.xx.xx.xx 20 extendable

ip nat inside source static tcp 192.168.1.1 21 xx.xx.xx.xx 21 extendable

can you post the output of "sh ip nat trans" ?

Hi

I need HTTP.

find attechment for sh ip nat trans

Thanks

Dhaval

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: