mldonkey-users
[Top][All Lists]
Advanced

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

[Mldonkey-users] Re: Is it just me or no overnet = faster mldonkey?


From: Sven Hartge
Subject: [Mldonkey-users] Re: Is it just me or no overnet = faster mldonkey?
Date: Wed, 29 Jan 2003 07:52:36 +0100
User-agent: tin/1.5.16-20030113 ("Spiders") (UNIX) (Linux/2.4.20-112 (i586))

Taros666 <address@hidden> wrote:
> Sven Hartge wrote:

> You are shur that is right? shouldn't that:
> iptables -A INPUT -p udp --dport $ov_port -J DROP
> iptables -A OUTPUT -p udp --dport $ov_port -J DROP
> iptables -A INPUT -p tcp --sport $ov_port -J DROP
> iptables -A OUTPUT -p tcp --sport $ov_port -J DROP

No. You only know your $ov_port, not the one from the others, so
blocking traffic coming from $some_port or going there is pointless.

So you have to filter in INPUT for pakets going to your $ov_port and in
OUTPUT for pakets coming from there.

S°

-- 
BOFH excuse #152:

My pony-tail hit the on/off switch on the power strip.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]