[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iptables loopback problem



Hello,

ellinger.m@web.de:

>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                               hweidner@gmx.net


-- 
To UNSUBSCRIBE, email to debian-firewall-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: