Hello,

[EMAIL PROTECTED]:

>Now, I've allowed everything on loopback, since KDE needs this in order for 
>the KIO to work, but it stalls at the services startup.
>
>tail -f /var/log/messages shows that the traffic is ACCEPTed, but it still 
>stalls.

Are you sure that you allowed the traffic on both the INPUT and OUTPUT
chain?

iptables -A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -j ACCEPT
iptables -A OUTPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -o lo -j ACCEPT

Regards,
Harald


-- 
Harald Weidner                               [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to