Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

I have the Internet modem IP is 192.168.1.1 and my server IP is 192.168.1.50, the website which is hosting on windows server 2008. What i'm looking for the Internet IP from the ISP is suppose X.
Now what is happening when the user hit the ISP X it redirect to medem IP which is 192.168.1.1 and get modem Page. what i want is when user hit ISP ip X get the server IIS 192.168.1.50.

Please help on this.

Thanks
Basit.
Posted
Comments
OriginalGriff 24-Aug-14 4:44am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
Kim Togo 24-Aug-14 7:40am    
What you are trying to do, is to redirect HTTP traffic from the internet to your Windows Server 2008 ?

1 solution

Go to your ADSL config page and setup a "virtual Server" or a route (depends what the ADSL modem manufacturer calls it) that redirects the external IP and port (80 for web) to an internal IP (192.168.1.50 for your server) and port (again 80 for web).

Note that your external IP must be stable and not change if you intend to give it to others to connect to you or you should also setup a "Dynamic DNS" as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900