I want to turn a laptop with a broken monitor into a home web server behind a wireless router (buffalo airstation). I removed all ubuntu gui packages and installed lighttpd. The laptop has a fixed ip address 192.168.1.180. Here is what I observe:
'wget 192.168.1.180' on another linux box connected by a wire to the router works fine, firefox works too.
when connected to the router wirelessly, I get 'No route to host.'
I setup the router to forward port 80 to 192.168.1.180:80 and 22 to 192.168.1.100:22 (a desktop); I can 'ssh myself' from the outside; but 'wget http:// myself' times out. I thought that my ISP might be blocking port 80, so I forwarded 8080 to 192.168.1.180:80 too, but 'wget http:// myself:8080' also times out.