Results 1 to 10 of 46

Thread: server newb needs help

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Location
    Murfreesboro, TN
    Beans
    388
    Distro
    Ubuntu

    help setting up an xampp server

    Hello, I'm trying to set up my first server and these are the components I have set up so far: XAMPP, under System>Administration>Network Tools when I preform a port scan port 80 comes back open to www, a domain name hosted with dyndns.com, and my wireless router connecting to dyndns.com. When I try to connect to the domain they gave me the browser times out before anything loads. What am I missing?/What can I double check? Thanks to all in advance. Dan
    Last edited by woodsonoversoul; September 16th, 2009 at 04:01 AM. Reason: Sorry, I just realized I posted a very similarly titled message not to long ago... Not trying to 'over question' you guys...

  2. #2
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: server newb needs help

    Quote Originally Posted by woodsonoversoul View Post
    Hello, I'm trying to set up my first server and these are the components I have set up so far: XAMPP, under System>Administration>Network Tools when I preform a port scan port 80 comes back open to www, a domain name hosted with dyndns.com, and my wireless router connecting to dyndns.com. When I try to connect to the domain they gave me the browser times out before anything loads. What am I missing?/What can I double check? Thanks to all in advance. Dan
    Go into the router settings, and set up port forwarding for port 80 to your server. If your router allows for a DMZ host, all the better, as that will automatically forward all ports to your server. Take a look here.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  3. #3
    Join Date
    Mar 2008
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: server newb needs help

    Quote Originally Posted by talsemgeest View Post
    Go into the router settings, and set up port forwarding for port 80 to your server. If your router allows for a DMZ host, all the better, as that will automatically forward all ports to your server. Take a look here.
    From my router:
    The Port Forwarding feature is more secure because it only opens the ports you want to have opened, while DMZ hosting opens all the ports of one computer, exposing the computer so the Internet can see it.
    So while DMZ has it's advantages, forwarding all of your ports is not always the best idea.

  4. #4
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: server newb needs help

    Quote Originally Posted by TuckLive View Post
    From my router:


    So while DMZ has it's advantages, forwarding all of your ports is not always the best idea.
    It is brilliant if all you are doing is hosting a web site, but if you want ssh, web administration, https, ftp, vmware server... you would have to set up a port forwarding rule for each. And, as long as you keep your computer up to date there is nothing to worry about.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  5. #5
    Join Date
    Mar 2007
    Location
    Murfreesboro, TN
    Beans
    388
    Distro
    Ubuntu

    Re: server newb needs help

    I am trying to set up a server for a single website. I believe I already have the port forwarded. When I go to my router's admin page and it's port forwarding options I see this set as the only port forwarded...
    # Service Name Start Port End Port Server IP Address
    1 HTTP 80 80 192.168.*.*
    Last edited by woodsonoversoul; September 12th, 2009 at 12:34 PM.

  6. #6
    Join Date
    Mar 2007
    Location
    Murfreesboro, TN
    Beans
    388
    Distro
    Ubuntu

    Re: server newb needs help

    So my router says it is forwarded. Is there a way to check?

  7. #7
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: server newb needs help

    Quote Originally Posted by woodsonoversoul View Post
    I am trying to set up a server for a single website. I believe I already have the port forwarded. When I go to my router's admin page and it's port forwarding options I see this set as the only port forwarded...
    # Service Name Start Port End Port Server IP Address
    1 HTTP 80 80 192.168.*.*
    Did you leave the *.* out on this thread. There in the port forward right ?

    Also port forward the same thing with port 443.

  8. #8

    Re: server newb needs help

    Quote Originally Posted by talsemgeest View Post
    It is brilliant if all you are doing is hosting a web site, but if you want ssh, web administration, https, ftp, vmware server... you would have to set up a port forwarding rule for each. And, as long as you keep your computer up to date there is nothing to worry about.
    Its still better to only forward the ports you actually need, all it would take is a a security vonribility in one of the servers running and you could be compromised. Always open as few ports as possible.

    Run one of the online port scanners like the one at GRC https://www.grc.com/x/ne.dll?bh0bkyd2, click on the proceed button then common ports, this will show your public IP(try accessing your site with this) and your open ports, 80 should show up as being open.
    Last edited by hessiess; September 12th, 2009 at 02:01 PM.
    im dyslexic, please don't comment on my spelling
    blender 3d artist, visit my portfolio
    Quad-Ren, Open source, resolution independent 2D graphics engine
    Screen space is a precious resource, don't waste it

  9. #9
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: server newb needs help

    Quote Originally Posted by hessiess View Post
    Its still better to only forward the ports you actually need, all it would take is a a security vonribility in one of the servers running and you could be compromised. Always open as few ports as possible.

    Run one of the online port scanners like the one at GRC https://www.grc.com/x/ne.dll?bh0bkyd2, click on the proceed button then common ports, this will show your public IP(try accessing your site with this) and your open ports, 80 should show up as being open.
    However, chances are you will be forwarding the open ports anyway, so it doesn't really make a lot of difference.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •