You have to setup Port-Forwarding to 192.168.1.4 Port 80
(usually you can do this onto the router config page
http://192.168.1.1)
Rgds,
Jimmy
"julian_m" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed) ups.com...
I'm having problems to set up an Apache Web Server inside a LAN. I've a
dynamic IP connection which is used by a CNet cnig-914 router. The
computer where Apache is installed on, has 192.168.1.4 IP. The problem,
as you might guess, is that the webserver canīt be reached from
outside the LAN.
All works fine if i write in the address bar
http://192.168.1.4/index.htm, but it doesnīt work if i try to access
it through
http://[ROUTER-IP]/index.php
Given that the router (CNet cnig-914) isnīt as common as Linksys seems
to be, i'm gonna show what kind of menus it has:
NAT --> Virtual Server --> Server IP
NAT --> Virtual Server --> Mapping Ports
(I tried with 192.168.1.4 and port 80 / 8080, and nothing )
Firewall --> DMZ --> IP Address of Local DMZ Host --> IP Address
Firewall --> DMZ --> IP Address of Public DMZ Host --> IP Address
(I tried with 192.168.1.4, without luck )
Note that i'm using a no-ip account and before installing the router,
it was working fine.
A little bit of my Apache config file
Listen 8080 #(Not worked with port 80)
<VirtualHost *:80>
DocumentRoot "C:/Apache2/htdocs/julianmslp_zapto_org"
ServerName julianmslp.zapto.org
<Directory "C:/Apache2/htdocs/julianmslp_zapto_org">
#Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Any help would be apreciated
regards - jm