|
|
 |
|
|
Pages: 1
hosting apache on a DSL-500G D-Link modem
(Click here to view the original thread with full colors/images)
Posted by: siewchris
Hi, can anyone help me. Thank you very..........much in advance.
I'm newbie, pardon me, trying to host a website of my own.
I used:-
OS: one WinSvr03 & one WinXP
Web Svr: Apache 2.0.54
Client Update: no-ip latest version (configure correctly).
HW: P3 1G, harddisk 2x80G, 512MB, modem/router DSL-500G (multiple sharing on internet)
firewall: disable on all pc (latest may set iy up).
(As Portforward.com's suggestion on DSL500G)
Set NAT to:------
Rule Flavor: RDR
Rule ID: (a number you haven't already put in)
IF Name: All
Protocol: TCP
Local Address From: 10.1.1.4
Local Address To: 10.1.1.4
Global Address From: 0.0.0.0
Global Address To: 0.0.0.0
Destination Port From: 80
Destination Port To: 80
Local Port: (leave blank)
Set IPFilter:-----
Security Level: Low
Public Default Action: Accept
Private Default Action: Accept
DMZ Default Action: Accept
On Apache's httpd.conf:-----
...
Listen 80
...
ServerName abc.no-ip.org:80
...
DirectoryIndex index.html index.htm index.php index.php3 index.cgi index.html.var
...
I've lost many hours & hair over trying to fix these problems (incl. changing OS to FC4 Linux, but same results!):
1) Whenever I enter 'http://abc.no-ip.org' on the browser, it ask me to enter (i assume it should be from the d-link), :
Username & Password
Server: abc.no-ip.org
Message: DSL-500G
Username:
Password:
Note: what to enter ??? (I only have myadmin & mypassword to enter into modem)
2) On browser, only 'http://10.1.1.4' can get 'into' the webpage! But not with 'http://abc.no-ip.org' (on Svr & other pc)???
Any suggestions.......
|
|
|
|
|