I have set up a web server on my linux machine at home, which works
fine when using
http://localhost but not when i try and access it from
the outside world.
My machine is behind a conexant router, which forwards port 80
(externally) to port 80 on the internal IP address of the linux box.
Also, I have disabled the WAN side web interface of the router and
changed the port of the web interface to 8080, so that web requests
don't get directed to the router.
Here is what I receive when trying to telnet to the web server from
outside:-
sbarnett@sf01267w:10$ telnet <external ip> 80
Trying <external ip>...
telnet: Unable to connect to remote host: Connection refused
And a port scan on my IP address says that port 80 is blocked
(stealthed) - so it looks like the port forwarding isn't working to me,
but I've no idea why...I have port 22 forwarded (for ssh) which works
fine.
Anyone got any ideas?