Shoutbox

Making my pc to a Server? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Making my pc to a Server? (/showthread.php?tid=45185)

Making my pc to a Server? by Jhrono on 05-23-2005 at 09:04 PM

I just want to straight out some things...
Let's supose i want to host something in my pc(my connection speed doesnt matter, i'm just stating this out)..
Question nš1:I use a router(wireless, prolley doesnt matter), so if i enter my IP in a browser, i'll go to my router firmware, which is my first barrier to access my pc, 'cause the IP doesnt connect to my pc directly...How do i solve this?
Question nš2:After i pass my router, will i be able to setup a domain name, without paying, using this program : http://www.simpledns.com/, as someone stated today, in one of their posts(cant remember who:S)....

P.S- I know i have to install a server in my pc...

Thanks for your answers:P


RE: Making my pc to a Server? by squall_leonhart69r on 05-23-2005 at 09:08 PM

you need to connect to the routers options by directing IE or firefox to the routers ip/dns address

then you need to set the router up to allow access


RE: Making my pc to a Server? by Jhrono on 05-23-2005 at 09:11 PM

quote:
Originally posted by squall_leonhart69r

then you need to set the router up to allow access

What do you mean?
I'm using a Linksys router...if anyone knows their firmware, please help me:P

I've been searching the firmware and i found one option to enable 'DMZ Hosting' and then to specify the internal adress which should be enabled...is that it?
RE: Making my pc to a Server? by squall_leonhart69r on 05-23-2005 at 09:17 PM

partly, i myself don't really understand routers,.. i've only played with one about 10 minutes

but anything to do with addresses is what you need


RE: Making my pc to a Server? by Jhrono on 05-23-2005 at 09:25 PM

Well i've enabled that DMZ Hosting thing, and inserted my internal ip adress...now when i enter my IP in the browser, it says it cant find it, and if i disable the DMZ Hosting thingy, when i enter the IP, i go to my routers firmware...so that's improving...my server is already running, i just dont know why it gets blank when i enter the ip...


RE: Making my pc to a Server? by squall_leonhart69r on 05-23-2005 at 09:31 PM

ahh this is becoz, windows is set to automatically detect then network settings

you'll need to open the network settings and custom set the ip address


RE: Making my pc to a Server? by Jhrono on 05-23-2005 at 09:32 PM

Ok now i didnt get you at all, can you explain me better please?i aint good in advanced internet configurations :(...


RE: Making my pc to a Server? by squall_leonhart69r on 05-23-2005 at 09:38 PM

here,.. this'll help you set it up

http://compnetworking.about.com/od/homenetworking/


RE: Making my pc to a Server? by ddunk on 05-23-2005 at 09:43 PM

quote:
Originally posted by Johny
I just want to straight out some things...
Let's supose i want to host something in my pc(my connection speed doesnt matter, i'm just stating this out)..
Question nš1:I use a router(wireless, prolley doesnt matter), so if i enter my IP in a browser, i'll go to my router firmware, which is my first barrier to access my pc, 'cause the IP doesnt connect to my pc directly...How do i solve this?
Question nš2:After i pass my router, will i be able to setup a domain name, without paying, using this program : http://www.simpledns.com/, as someone stated today, in one of their posts(cant remember who:S)....

P.S- I know i have to install a server in my pc...

Thanks for your answers:P


What IP are you tyring to connect to, does it start with 192.168.x.x?
RE: Making my pc to a Server? by segosa on 05-23-2005 at 09:45 PM

GAH What the hell

OK

Forget DMZ, is has NOTHING to do with it.

If you want to see your website you connect to http://localhost. If you want other people to, they visit http://yourip

However, your router will drop the incoming connection attempt on port 80 because it doesn't know where to send it.  So you need to forward port 80 to your INTERNAL IP (start => run => cmd => ipconfig, "IP address").

To configure your router you connect to it (as you've been doing) and login, then it'll be in the NAT/NAPT section, probably next to uPnP.

Once that's done, you run software on your PC to update your IP on the freedns server if it happens to change.


RE: Making my pc to a Server? by squall_leonhart69r on 05-23-2005 at 09:46 PM

no worries..

all it takes is a google really :P

words of wisdom for next time


RE: Making my pc to a Server? by ShawnZ on 05-23-2005 at 09:46 PM

You're not suppose to connect to your internal ip.. your suppose to connect to your external ip (aka localhost) with DMZ enabled.

And simpledns doesnt give you a free www.com, what it does is let you set up a server where people can make www.com domains. But the thing is for that to work you need to be a registered DNS server, which you are not, so it wont work.


RE: Making my pc to a Server? by Jhrono on 05-23-2005 at 09:58 PM

quote:
Originally posted by Segosa

However, your router will drop the incoming connection attempt on port 80 because it doesn't know where to send it.  So you need to forward port 80 to your INTERNAL IP (start => run => cmd => ipconfig, "IP address"). It'll be in the NAT/NAPT section, probably next to uPnP.


I've forwarded that port to my internal ip...though it still doesnt work :(
RE: Making my pc to a Server? by segosa on 05-23-2005 at 10:10 PM

Restart your router.


RE: Making my pc to a Server? by Chris.1 on 05-24-2005 at 10:18 AM

Johny - due to the way home routers work etc, your router is being assigned your external ip address and your computer is being assigned an internal one.

If you want to access your web server as if you were outside of your home network (for example, anyone else trying to view your server) you will need to go through a proxy - since I'm in the UK and on blueyonder broadband I can use webcache.blueyonder.co.uk, try and find out what your ISP provides in the way of a proxy. If they don't provide one, check out http://www.stayinvisible.com for a list of available proxies.

As Segosa said, you will also have to "forward" all requests on port 80 from your router to your computer. To do this, login to your routers web interface, and choose port forwarding / virtual server / nat (or something similar). You will then have to forward requests on Port 80 TCP and UDP to your machines internal IP address.

Save your settings and you should be ok now. It is best to setup your computer to use a static IP address, rather than a dynamic one, so that you don't need to change the routers config if the IP address changes.