Networking Forums

Networking Forums > Network Hardware > Home Networking > Trying to set up home web server

Reply
Thread Tools Display Modes

Trying to set up home web server

 
 
Toby Austin
Guest
Posts: n/a

 
      08-31-2004, 04:32 PM
Trying to do the above and not getting too far. I've read
http://homepage.ntlworld.com/robin.d...ips/index.html so
please don't point me there!

I have
NTL Surfboard modem (192.168.100.1)
Netgear 114P firewall router(192.168.0.1)
Web Server (192.168.0.2)

I've added a rule for inbound services to accept all HTTP requests and
to send them to LAN Server 192.168.0.2

I did a tracert and the first line returns 10.139.71.n; I assumed this
to be the address to access my modem and hence my site. However
http://10.139.71.n/mysite/mypage.htm returns 'Cannot find Server'.

I've also looked at the Remote Management settings of the firewall and
it tells me to use the address 213.107.40.n. I've tried this in the
url as well but with the same results. In fact, I can't seem to get
Remote Management to work at all (perhaps that's the problem) as
typing https://213.107.40.n:8080 also fails.

I'm obviously missing something. Any help gratefully received, just
let me know what other information if any you need.

Toby Austin
 
Reply With Quote
 
 
 
 
George Hewitt
Guest
Posts: n/a

 
      08-31-2004, 05:23 PM

> I've added a rule for inbound services to accept all HTTP requests and
> to send them to LAN Server 192.168.0.2
>
> I did a tracert and the first line returns 10.139.71.n; I assumed this
> to be the address to access my modem and hence my site. However
> http://10.139.71.n/mysite/mypage.htm returns 'Cannot find Server'.


Sorry, tracert to where?

What webserver are you running?

Does it work if you go http://localhost from your webserver machine?

Can you view it by going http://192.168.0.2 from your local network?

Take a look at http://www.georgehewitt.co.uk/help/hosting.htm, it might help
a little

HTH


 
Reply With Quote
 
phoenix
Guest
Posts: n/a

 
      08-31-2004, 08:17 PM
On 31 Aug 2004 09:32:52 -0700, Toby Austin wrote:

> Trying to do the above and not getting too far. I've read
> http://homepage.ntlworld.com/robin.d...ips/index.html so
> please don't point me there!
>
> I have
> NTL Surfboard modem (192.168.100.1)
> Netgear 114P firewall router(192.168.0.1)
> Web Server (192.168.0.2)
>
> I've added a rule for inbound services to accept all HTTP requests and
> to send them to LAN Server 192.168.0.2
>
> I did a tracert and the first line returns 10.139.71.n; I assumed this
> to be the address to access my modem and hence my site. However
> http://10.139.71.n/mysite/mypage.htm returns 'Cannot find Server'.
>
> I've also looked at the Remote Management settings of the firewall and
> it tells me to use the address 213.107.40.n. I've tried this in the
> url as well but with the same results. In fact, I can't seem to get
> Remote Management to work at all (perhaps that's the problem) as
> typing https://213.107.40.n:8080 also fails.
>
> I'm obviously missing something. Any help gratefully received, just
> let me know what other information if any you need.
>
> Toby Austin


You're not using the correct IP address for your server, the 10.139.x.x
address is likely to be your UBR. To find your WAN IP address go to this
page http://www.whatismyip.com/ - it should display your WAN IP address.
You also aren't likely to get to your web page using the WAN IP address
because most routers don't support that feature (it's called loopback and I
can't remember offhand if yours supports it). You will need to enter your
WAN IP address into IE and you can either get a friend to try it for you or
go to this page http://www.the-cloak.com and then the 'surf' page, enter
your address and you should get to your server.

If you're still having problems visit the forums at www.cm-forums.co.uk
where you can get some help.

Regards

Bill
 
Reply With Quote
 
Toby Austin
Guest
Posts: n/a

 
      08-31-2004, 11:16 PM
"George Hewitt" <(E-Mail Removed)> wrote in message news:<2u2Zc.429$(E-Mail Removed)>...
> > I've added a rule for inbound services to accept all HTTP requests and
> > to send them to LAN Server 192.168.0.2
> >
> > I did a tracert and the first line returns 10.139.71.n; I assumed this
> > to be the address to access my modem and hence my site. However
> > http://10.139.71.n/mysite/mypage.htm returns 'Cannot find Server'.

>
> Sorry, tracert to where?


Anywhere (e.g. www.bbc.co.uk), I just wanted to find out what what my
ntl ip address was. I thought this was an easy way to do it.

>
> What webserver are you running?


IIS - maybe I'm wrong but I don't see what difference this makes.

>
> Does it work if you go http://localhost from your webserver machine?
>


Yep

> Can you view it by going http://192.168.0.2 from your local network?
>


Yep

> Take a look at http://www.georgehewitt.co.uk/help/hosting.htm, it might help
> a little
>
> HTH


Had a quick look thanks, but nothing obvious to help me. I guess my
scenario is most similar to number 3.

All I am trying to do is access my web server remotely. If my ntl ip
address is 111.222.333.444, then I should be able to access my site
using the url http://111.222.333.444/mysite/mypage.htm should I not?

Thanks,
Toby Austin
 
Reply With Quote
 
George Hewitt
Guest
Posts: n/a

 
      08-31-2004, 11:51 PM

> Anywhere (e.g. www.bbc.co.uk), I just wanted to find out what what my
> ntl ip address was. I thought this was an easy way to do it.


No, that (in your case) will reveal (in the first hop) the IP of your router
and then (in second hop) the IP of your UBR.

> All I am trying to do is access my web server remotely. If my ntl ip
> address is 111.222.333.444, then I should be able to access my site
> using the url http://111.222.333.444/mysite/mypage.htm should I not?


As said in Phoenix's post, the most likely problem you've encountered is
that you've taken the wrong IP. Many IP checkers (including whatismyip.com)
show the IP of NTL's caches when using an NTL connection - useless!

http://checkip.dyndns.org/ works, so get the IP from there and then you can
register for some form of dynamic name service, such as gotdns.com, noip.com
etc etc

HTH


 
Reply With Quote
 
Toby Austin
Guest
Posts: n/a

 
      09-01-2004, 11:29 AM
"George Hewitt" <(E-Mail Removed)> wrote in message news:<N98Zc.241$(E-Mail Removed)>...
> > Anywhere (e.g. www.bbc.co.uk), I just wanted to find out what what my
> > ntl ip address was. I thought this was an easy way to do it.

>
> No, that (in your case) will reveal (in the first hop) the IP of your router
> and then (in second hop) the IP of your UBR.
>
> > All I am trying to do is access my web server remotely. If my ntl ip
> > address is 111.222.333.444, then I should be able to access my site
> > using the url http://111.222.333.444/mysite/mypage.htm should I not?

>
> As said in Phoenix's post, the most likely problem you've encountered is
> that you've taken the wrong IP. Many IP checkers (including whatismyip.com)
> show the IP of NTL's caches when using an NTL connection - useless!
>
> http://checkip.dyndns.org/ works, so get the IP from there and then you can
> register for some form of dynamic name service, such as gotdns.com, noip.com
> etc etc
>
> HTH


George,

Thanks for your help (particularly concerning tracert); I seem to be
getting somewhere. Please excuse my ignorance, but I need (hopefully)
one last bit of help...

With the router plugged in, I go to http://checkip.dyndns.org/ and it
returns
111.222.333.444. With the router unplugged I get 999.888.777.666.

With the router unplugged, http://999.888.777.666/mysite/mypage.htm
shows my site.

With the router plugged in, either
http://111.222.333.444/mysite/mypage.htm or
http://999.888.777.666/mysite/mypage.htm returns 'Sever not found'.

I've opened up port 80 on my router and directed it to go to
192.168.0.2 (my webserver).

Toby
 
Reply With Quote
 
George Hewitt
Guest
Posts: n/a

 
      09-01-2004, 12:39 PM
>
> With the router plugged in, I go to http://checkip.dyndns.org/ and it
> returns
> 111.222.333.444. With the router unplugged I get 999.888.777.666.
>
> With the router unplugged, http://999.888.777.666/mysite/mypage.htm
> shows my site.


Sorry, but what do you mean by 'router unplugged?' Do you mean that it's
unplugged from the internet or your network?

It would actually be helpful to see what IPs it's actually returning, since
I am able to recognise the different types of NTL IP addresses that you
might be getting. You can mask out the last part if you want (eg
11.22.33.xx).

Thanks,


 
Reply With Quote
 
colin.
Guest
Posts: n/a

 
      09-01-2004, 01:39 PM
1. Make sure your webserver is listening on your internal IP address and
NOT YOUR PUBLIC ONE.

For instance, assuming your are running Apache:

Listen 192.168.0.2:80

2. Forward port 80 on your router to 192.168.0.2

Fixed.


 
Reply With Quote
 
Toby Austin
Guest
Posts: n/a

 
      09-01-2004, 08:02 PM
"George Hewitt" <(E-Mail Removed)> wrote in message news:<0qjZc.134$(E-Mail Removed)>...
> >
> > With the router plugged in, I go to http://checkip.dyndns.org/ and it
> > returns
> > 111.222.333.444. With the router unplugged I get 999.888.777.666.
> >
> > With the router unplugged, http://999.888.777.666/mysite/mypage.htm
> > shows my site.

>
> Sorry, but what do you mean by 'router unplugged?' Do you mean that it's
> unplugged from the internet or your network?
>
> It would actually be helpful to see what IPs it's actually returning, since
> I am able to recognise the different types of NTL IP addresses that you
> might be getting. You can mask out the last part if you want (eg
> 11.22.33.xx).
>
> Thanks,


By unplugged I mean it is being bypassed - i.e. I am plugging the
cable modem directly into my PC (i.e. just testing with no
firewall/router).

Toby
 
Reply With Quote
 
Toby Austin
Guest
Posts: n/a

 
      09-01-2004, 08:26 PM
"colin." <colin###@###j0o.com> wrote in message news:<AikZc.796$%(E-Mail Removed)>...
> 1. Make sure your webserver is listening on your internal IP address and
> NOT YOUR PUBLIC ONE.
>
> For instance, assuming your are running Apache:
>
> Listen 192.168.0.2:80
>
> 2. Forward port 80 on your router to 192.168.0.2
>
> Fixed.



Running IIS. The router is forwarding to port 192.168.0.2:80

Toby
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Home server Ubuntu T.guetzkow@gmx.net Linux Networking 6 05-03-2006 04:02 PM
Home Drive mapping to \\server\share\folder maps to \\server\share inteltech@gmail.com Windows Networking 2 07-11-2005 05:56 PM
FTP server on home network Tx2 Home Networking 12 11-22-2004 05:40 PM
Home Email server Drew Cutter Linux Networking 10 02-22-2004 07:57 PM
Home file server? Chris Windows Networking 2 02-10-2004 11:07 AM



1 2 3 4 5 6 7 8 9 10 11