On Tuesday 17 June 2003 01:33, eric huff wrote:
> > So, in the end, it did have something to do with networking...
> >
> > -A INPUT -s 127.0.0.1 -d 127.0.0.1 -p tcp -j ACCEPT
>
> Sorry if i missed it: where does this go?

That's an iptables rule (a firewall rule). It goes in whatever file
you use to save your iptables rules, in my case /etc/iptables-save

What does that rule mean? simple. If network traffic is coming
from localhost, going to localhost (like a local app connecting to a local
server) and the protocol used is TCP, then it must be allowed.

Apparently OO tries to connect to a local server of some sort, and
if the connection attempt is blocked, then it does not continue
loading until a timeout is reached...

Damian




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to