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.7.180.
I set NAT on the router to forward port 22 to 192.168.7.100:22 and ports 80 and 8080 to 192.168.7.180:80.
Here is what I observe:
wget 192.168.1.180on another linux box connected by a wire to the router works fine,firefox 192.168.1.180works too.ssh zzz.homelinux.orgfrom outside of my network works fine, connecting me to192.168.7.100as expected.neither
wget zzz.homelinux.orgnorwget zzz.homelinux.org:80from outside of my LAN work:Connecting to zzz.homelinux.org|XXX.XXX.XXX.XXX|:80... failed: Connection timed out. Connecting to zzz.homelinux.org|XXX.XXX.XXX.XXX|:8080... failed: Connection timed out.
So, what am I doing wrong?