openwrt/x-wrt + mldonkey = lowid.. was mach ich falsch ?

nice

Enthusiast
Thread Starter
Mitglied seit
20.02.2006
Beiträge
1.869
ich hab einen wl700ge, welchen ich ziemlich nach diesem tut aufgebaut hab (http://wl700g.homelinux.net/index.php?q=node/48 ).

doch irgendwie komm ich mit der firewall nicht klar... selbst wenn ich weiträumig ports freigebe, meint mldonkey nur, dass alles zu sei - vielleicht mach ich es auch einfach nur falsch, wer weiss das schon - ich zumindest nicht :fresse:

hier mal meine conf-datei dafür inclusive syntax-erklärung und wie ich es nicht-funktionierend mir gedacht hab, vielleicht ist ja jemand schlauer als ich.
Code:
# Copyright (C) 2006 OpenWrt.org

# RULE SYNTAX:
#
# forward:<match>:<target>[:<port>]
#     - forwards all packets matched by <match> to <target>,
#       optionally changing the port to <port>
#
# accept:<match>
#     - accepts all traffic matched by <match>
#
# drop:<match>
#    - drops all traffic matched by <match>
#
#
# MATCHING OPTIONS:
#
# src=<ip>
#     - match the source ip <ip>
#
# dest=<ip>
#     - match the destination ip <ip>
#
# proto=<proto>
#     - match the protocol by name or number
#
# sport=<port(s)>
#     - match the source port(s), see below for syntax
#
# dport=<port(s)>
#     - match the destination port(s), see below for syntax
#
#
#
# PORT SYNTAX:
#
# You can enter an arbitrary list of ports and port ranges in the following format:
#   - 22,53,993,1000-1024 
#
# If you don't set the protocol to tcp or udp, it will apply to both
#
#
#
# EXAMPLES:
#
# drop:dport=22 src=1.3.3.7
# accept:proto=tcp dport=22
# forward:dport=60168:192.168.1.2:60169
forward:dport=60000:192.168.1.1
forward:dport=1025-65500:192.168.1.1
 
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh