Jump to content

can i make my pc web server


vicky47

Recommended Posts


short answer: yes you can.

long answer: it takes some configuration, but it can be done. You have to configure your router to forward the correct ports, and contend with a couple items ISP's throw at you because they don't want a consumer grade web account running a webserver. You'd need to sign up with something like www.no-ip.com so it can work around the blocks imposed by your isp.

Dynamic IP - unless your service provider gave you a static IP address, you are dynamic. That means your IP could change once the lease expires (it expires based on what the ISP's DHCP server tells it to). That could break your website as www.vicky47.com is pointing to 1.2.3.4, but your new IP is 1.2.3.5.

most ISP's will block port 80 inbound for consumer-grade accounts. Port 80 is what you need for generic http to work off of. It's easy enough to change the port that IIS would work on (assuming you're using a Microsoft OS), but then you need to redirect all traffic to that different port number. Whichever dynamic dns service you go with should support that feature automatically.

Once you get that working, you can run a webserver from your home PC. Be careful though... once you're on the web, you're there for somebody to try to hack in. That's why I'd recommend maybe setting up a seperate PC to act as your webserver. That way if that system gets hacked, the hackers don't control your main PC.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...