Assigning Static IP to a computer in a LAN (in Windows 7 home basic)

ashishkaw

New Member
I have some confusion Plzz help me to clear as don’t know much about networking..
I want to access a web application on computer that is part of a private network. The network has 15 to 20 comps having Ip’s of range 192.168.1.xx.
I want to assign a static ip address provided by my ISP(Internet Service Provider), to the computer hosting my web application so that i can access my web app. from any where using a internet connection.
Please let me know wats the procedure.

Ashish
 
You need to set up port forwarding )port 80) to the internal IP of your webserver. Exactly how to do it will depend on your router but they should all call it port forwarding. It may be under a security tab in the routers config pages.

You can assign a static IP to the webserver but it doesn't have to be the same as your external IP address.
 
Or you could set an internal static IP for the web server, such as 192.168.1.10, and set that in the DMZ of your router, although you will want a good firewall on the server.
 
Back
Top