Essentially, I have a spare desktop computer I'd like to turn into a web server, but my modem and wireless router are very difficult to work with. I installed Apache HTTP and successfully hosted a test page which can be accessed anywhere on the LAN. However, I'm having trouble setting up the server to be accessed from my external IP address.

I was supplied with a ZyXEL EQ-660R DSL modem by my ISP (CenturyLink) and bought a Netgear WGT624v3 wireless router in which to connect my laptop and spare desktop.

ZyXEL's website is no help, and I don't think much of the problem is with the Netgear router. I've played with many settings and have tried to forward port 80 from the modem, but I've had no luck.

Could someone direct me toward a solution or recommendations for more promising hardware? Or should I admit defeat and explore other hobbies? :)

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

                                             eth0
                                             192.168.1.10
                  1.2.3.4  192.168.1.1   +---[server]
                  eth0     eth1          |
--------[modem]------[router]------------+---[computer]
                                             192.168.1.101
                                             eth0
  • you forward the ports at the router, not the modem, for most configurations
  • forward port 80
  • (optional) use service such as no-ip to set a domain name for your (presumably) dynamic IP address
link|improve this answer
I would add, though, that a lot of broadband modems these days have built-in router/firewall hardware - often you end up behind two levels of NAT, so you'll have to check both configurations. Best thing is probably to either turn off DHCP on the modem and forward port 80 there, if possible, or add your router IP to a DMZ. – user55325 Dec 22 '10 at 5:09
Wow, thank you! This clears up A LOT of my misconceptions. Would it be wise to disable the firewall on my modem and leave the router's enabled? – Vortico Dec 22 '10 at 17:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.