Thanks for your reply. So here we go:
Code:
[root@kindle root]# wget http://192.168.178.51:81/KindleDisplay_SZ.png
Connecting to 192.168.178.51:81 (192.168.178.51:81)
wget: cannot connect to remote host (192.168.178.51): Connection timed out
netstat on the server side:
Code:
tcp 0 0 192.168.178.51:81 192.168.178.154:33186 SYN_RECV
When trying to wget from the "outside" internet it's fine:
Code:
[root@kindle root]# wget http://www.heise.de/icons/ho/heise_online_logo_top.gif
Connecting to www.heise.de (193.99.144.85:80)
heise_online_logo_to 100% |*******************************| 1372 --:--:-- ETA
Markus