D-Link DSL Modem/Routers > DSL-520B

Web server behind DSL-520B

(1/5) > >>

JacksBack:



Hello,

I'm trying to configure our new DSL-520B router to allow one of the computers behind it to be a web server. We'll handle DNS later - at the moment, if our IP address is 206.123.234.123, I'd like to be able to

http://206.123.234.123

and get to the server. I can't - every time I do this from a machine behind the DSL-520B, I get the log-in window for the router. A machine outside the router can't connect at all.

We have a virtual server setup configured like this:

Web Server (HTTP)    80    80    TCP    80    80    192.168.2.11    206.123.234.123    disable

(The machine that's being a web server is running Apache, and it's configured correctly. If I http://192.168.2.11:8080 on a machine behind the DSL-520B, I can browse the pages on our local web server.)

I'm pretty sure I've missed something fairly obvious - while we have a fair bit of expertise with net servers, this is the first time we've tried setting up something like this.

Can anyone point me to some instructions or suggest what we need to do to make this work?

Thanks.

::Jack



FurryNutz:
You need to contact your ISP service and make sure that they allow other Web Servers on there systems. Sometimes ISP block port 80 from allowing web servers from being accessed which we can configure anything around. Using Virtual server should be used however if the ports are closed on the ISP side, it won't work. Please verify with the ISP this this is allowed.

FurryNutz:
Might try the following:
http://forums.dlink.com/index.php?topic=13539.0
Not sure if it will help or not.

Review the following:
http://forums.dlink.com/index.php?topic=40720.0

JacksBack:

I hadn't thought of the ISP blocking ports.

I contacted them - they're fine with our hanging a web server on the DSL connection, and they assure me that all ports are unblocked.

Where should we look next?

::Jack

Grem:
JacksBack,
Probably you forgot to turn off all your modem wan port Access Control Services. Its under Management menu.

Your web server is 192.168.2.11:8080  ???

--- Code: ---Web Server (HTTP)    80    80    TCP    80    80    192.168.2.11    206.123.234.123    disable
--- End code ---
but you trying to forward external 80 to internal 80 not 8080

1. Turn off wan port Access Control Services. And don't forget to change all default passwords  ;)
2.  I don't know how your "virtual server" or "forwarding menu" looks like on DSL-520B (It's another local variant of DSL320 or DSL2500 )
--- Code: ---Server Name External Port Start External Port End Protocol Internal Port Start Internal Port End Server IP Address
Web Server (HTTP) 80 80 TCP 8080 8080 192.168.2.11
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version