cancel
Showing results for 
Search instead for 
Did you mean: 

Personal web server setup problem

leskaye
Newbie
Posts: 3
Registered: ‎13-09-2007

Personal web server setup problem

I am attempting to set up a personal web server on my static IP of 80.229.0.173 without success. I have 2 test boxes running, one with Apache on port 80 and the other with Lighttpd on port 3000. Both are working okay on my internal network. I have set the PlusNet broadband firewall to off. I have forwarded the ports on my router using the "Virtual Server" set-up. Also I tried putting the web servers in DMZ. An external port scan shows that both these ports are open on my static IP however it is not possible to connect. I guess this may be a result of TCP filtering by PlusNet. Am I correct, and will upgrading from Option 1 to Option 2 fix the problem?
4 REPLIES 4
MikeWhitehead
Grafter
Posts: 748
Registered: ‎19-08-2007

Re: Personal web server setup problem

I can connect to your IP fine, on both the mentioned ports. I get the "It works!" page, and the "Hi! You got here" page.
chillypenguin
Grafter
Posts: 4,729
Registered: ‎04-04-2007

Re: Personal web server setup problem

You will not be able to connect from inside your LAN, using your external IP address.
I use ; http://www.google.co.uk/language_tools?hl=en to test external connections from inside my LAN, and as a bonus you  get a funny translation of your web site.
Chilly
leskaye
Newbie
Posts: 3
Registered: ‎13-09-2007

Re: Personal web server setup problem

Thanks for all your replies - I should have checked properly first!
Peter_Vaughan
Grafter
Posts: 14,469
Registered: ‎30-07-2007

Re: Personal web server setup problem

If you want to use say a domain that points to your internal web server in any URL for testing, then just enter it and the local IP address in your hosts file (in /etc in Linux, windows\system32\drivers\etc in XP).
e.g.
192.168.0.10 domain.com
192.168.0.10 www.domain.com