LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-04-2009, 04:51 AM   #1
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Rep: Reputation: 15
Question Setting up a home web-server problems!


hi all,

I've just finished setting up my web-server today and when i go to the public ip address of our modem http://202.87.167.38 the request times out. ive done port forwarding, dmz ip address and it still times out would anyone be able to debug the ip address http://202.87.167.38 and find out the problem or something????? ive got 256kbps download and 64kbps upload would i need faster upload speeds?
 
Old 07-04-2009, 05:00 AM   #2
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
Exclamation ?????????????????still waiting for answer?????????????????

 
Old 07-04-2009, 05:03 AM   #3
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Exclamation ?????????????????still waiting for answer?????????????????
After 10 minutes?
Please calm down
 
Old 07-04-2009, 08:21 AM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Please read this (and not just that section, though it's relevant right now).

No, you don't need faster uploads.

There is nothing listening on port 80 on that IP that we can see. Does your ISP block inbound HTTP? Are you sure you forwarded the right port to the right LAN IP (192.168.x.y)? Try port 81 eveywhere.
 
Old 07-04-2009, 04:01 PM   #5
cmdln
Member
 
Registered: Apr 2009
Location: Lawrence, KS
Distribution: Debian, Centos
Posts: 108
Blog Entries: 1

Rep: Reputation: 25
An you access it via the local netwok address? Perhaps you ISP blocks 80 incomong to stop people from serving from their home connections. If that's the case try running apache on a different port.
 
Old 07-04-2009, 11:47 PM   #6
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
Question

well they dont block port 80 we rang them up and they said that they dont block port 80..........so im confused would it be something to do with our modem? the modem is a Billion BiPAC 7300G modem i'll show you some pictures of our modem settings
Attached Thumbnails
Click image for larger version

Name:	modem1.png
Views:	17
Size:	140.9 KB
ID:	953   Click image for larger version

Name:	modem2.png
Views:	19
Size:	148.4 KB
ID:	954   Click image for larger version

Name:	modem3.png
Views:	18
Size:	123.8 KB
ID:	955  
 
Old 07-04-2009, 11:50 PM   #7
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
and this
Attached Thumbnails
Click image for larger version

Name:	modem4.png
Views:	20
Size:	144.6 KB
ID:	956  
 
Old 07-05-2009, 12:12 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Is the webserver running?
On the server type
Code:
telnet 127.0.0.1 80
Can you access the server from the inside?
Your router is doing DHCP for your internal network.
Are you sure the IP from the server is correct?
 
Old 07-05-2009, 12:28 AM   #9
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
Question

that worksive got all of the ip addresses right and stuff but http://202.87.167.38 is still not going to my server.......why? is my modem redirecting to http://192.168.1.105 when http://202.87.167.38 is typed in and i have also got a remote access feture for my modem if you want me to set it up
 
Old 07-05-2009, 12:31 AM   #10
cmdln
Member
 
Registered: Apr 2009
Location: Lawrence, KS
Distribution: Debian, Centos
Posts: 108
Blog Entries: 1

Rep: Reputation: 25
Quote:
Originally Posted by Jamie Kugelmann View Post
well they dont block port 80 we rang them up and they said that they dont block port 80..........so im confused would it be something to do with our modem? the modem is a Billion BiPAC 7300G modem i'll show you some pictures of our modem settings

Well from those screenshots ...

Is your server 192.168.1.105?

Does your server have iptables setup on it?
From another machine on your LAN can you see the webserver by visiting the internal ip address (192.168.1.105)?
 
Old 07-05-2009, 12:41 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Take a look at the manual.
http://www.billion.com/_Internet/use...M_12162005.pdf
The router has a build in firewall.
Also look at page 83
You need to enable NAT in the WAN-ISP section in order to use the virtual server function.
 
Old 07-05-2009, 12:57 AM   #12
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
Exclamation

PLEASE DONT GO TO http://202.87.167.38 i cant tell you why
 
Old 07-05-2009, 01:06 AM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
PLEASE DONT GO TO http://202.87.167.38 i cant tell you why
Why ?
 
Old 07-05-2009, 01:22 AM   #14
Jamie Kugelmann
Member
 
Registered: Jun 2008
Location: Metung, Australia
Distribution: Ubuntu Desktop 9.04 and Ubuntu Server 9.04
Posts: 77

Original Poster
Rep: Reputation: 15
Talking

well because http://202.87.167.38 goes to our modem so please dont go to it would you be able to help me redirect http://202.87.167.38 to go to my server not to my modem!

any help is greatly appreciated!
 
Old 07-05-2009, 03:03 AM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
well because http://202.87.167.38 goes to our modem so please dont go to it would you be able to help me redirect http://202.87.167.38 to go to my server not to my modem!
It needs to go to your modem, and then the modem needs to forward the request to your server.
Did you enabled NAT on the modem?
Try to disable the firewall.

Last edited by repo; 07-05-2009 at 03:13 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up Home web server for the first time,Need Guidance Vardhaman Linux - Server 4 08-31-2008 02:06 PM
problems with setting linux home server Doctor22 Linux - Server 6 04-05-2007 05:52 AM
Setting up a home web server with PHP, MySQL, and a mail client Kyle_D Linux - General 1 01-14-2005 01:52 AM
setting up a home web server nelly_boy Linux - Software 3 03-19-2004 05:34 AM
Setting up a web server from home edrabs Linux - Software 12 12-05-2003 11:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration