Ich nutze Azureus als Bittorrent-Client. Allerdings erscheint ich immer das "firewalled"-Symbol, wenn ich mit dem Bittorrent-Netzwerk verbunden bin. Auf meinem Rechner läuft iptables als Firewall.
Die Ausgabe von iptables -L sieht so aus:
Code: Alles auswählen
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpts:6881:6889 state NEW
DROP tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
DROP icmp -- anywhere anywhere
ACCEPT udp -- anywhere anywhere udp spt:domain
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Code: Alles auswählen
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Hat jemand eine Idee, wie ich das zum Laufen bekommen könnte? Danke!