ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread Hasan
Hello , I want to use apache server , it works at localhost perfect . Bu i have the adsl modem zoom x4 . When i click my ip at the browser Home Gateway popup appears and ask password. I tried to do Virtual Host section . When I set port 80 to my ip , it reset the modem and my ip chages ! How

Re: ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread Dean Allen Provins
Hasan: On Sun, Sep 12, 2004 at 07:51:15PM +0300, Hasan wrote: Hello , I want to use apache server , it works at localhost perfect . Bu i have the adsl modem zoom x4 . When i click my ip at the browser Home Gateway popup appears and ask password. I tried to do Virtual Host section . When I

Re: ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread Hasan
Dean Allen Provins wrote: Hasan: On Sun, Sep 12, 2004 at 07:51:15PM +0300, Hasan wrote: Hello , I want to use apache server , it works at localhost perfect . Bu i have the adsl modem zoom x4 . When i click my ip at the browser Home Gateway popup appears and ask password. I tried to do Virtual

Re: ZOOM X4 adsl modem , Apache behind home gateway[SOLVED]

2004-09-12 Thread Hasan
i change the lines in etc/network/interfaces like this : iface eth0 inet static address 10.0.0.16 netmask 255.255.255.0 gateway 10.0.0.2 then in LAN settings in modem , the ip beetween 10.0.0.4 and 10.0.0.15 so 16 is in outside . then in VIRTUAL HOST in web interface in modem , i change the port

Re: ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread Dean Allen Provins
Hasan: On Sun, Sep 12, 2004 at 10:11:15PM +0300, Hasan wrote: Dean Allen Provins wrote: Hasan: On Sun, Sep 12, 2004 at 07:51:15PM +0300, Hasan wrote: Hello , I want to use apache server , it works at localhost perfect . Bu i have the adsl modem zoom x4 . When i click my ip at the

Re: ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread Pigeon
On Sun, Sep 12, 2004 at 12:25:28PM -0600, Dean Allen Provins wrote: On Sun, Sep 12, 2004 at 07:51:15PM +0300, Hasan wrote: Hello , I want to use apache server , it works at localhost perfect . Bu i have the adsl modem zoom x4 . When i click my ip at the browser Home Gateway popup

Re: ZOOM X4 adsl modem , Apache behind home gateway

2004-09-12 Thread James Allen
As previously stated, you will want to use a dynamic dns service such as dyndns.org. If you sign up with them the rest is pretty simple. apt-get install ddclient and after the configuration and installation, since you are behind a gateway, the following line needs to be added to the end of

Re: ZOOM X4 adsl modem , Apache behind home gateway[SOLVED]

2004-09-12 Thread Pigeon
On Mon, Sep 13, 2004 at 12:35:08AM +0300, Hasan wrote: i change the lines in etc/network/interfaces like this : iface eth0 inet static address 10.0.0.16 netmask 255.255.255.0 gateway 10.0.0.2 Make the first line iface eth0 inet dhcp and get rid of the other three. Make sure you've got