|
Usually, if peers can connect, it's not a firewall thingy. You may have some connection that downloads a lot faster than it uploads (ADSL?).
But you can try to stop the firewall, type in terminal:
service iptables stop
see if your speed increases, but i doubt it.
to deactivate it completley:
chkconfig iptables off
|