Subject: network issues with loopback interface
From: Corin Langosch <corinl@gmx.de>
Date: Sun, 22 Feb 2009 21:58:08 +1300

Hi again!

I have another network issue with 0.30.216-pre2772 (kernel 2.6.26). I
have a daemon running in a guest and binding to 127.0.0.1:8002 (netstat
-lnp shows correct output).

Because no connections to this daemon could be established, I checked
the host and found these dropped packets (because of my firewall):

firewall (dropped):IN=lo OUT= SRC=127.179.144.1 DST=127.179.144.1
PROTO=TCP SPT=55160 DPT=8002

Even thought I could solve this issue by opening 127.0.0.0/8, I wonder
why the system tries to connect to 127.179.144.1 although I
typed "telnet 127.0.0.1 8002"? Is this a bug or a feature? ;-)

Thanks,
Corin