Keresés

Hirdetés

Új hozzászólás Aktív témák

  • Speeedfire

    nagyúr

    válasz tomi7711 #483 üzenetére

    a config fájlban benne van de szerintem te is az alapértelmezett portot használod ami az 51413
    ezt kell belemásolni a /etc/config/firewall fájlba:

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '51413'
    option '_name' 'torrent-port'

    vagy a webfelületen írod be, mind1

    amúgy a ping.eu oldalon tudod is tesztelni h kívülről nyitva van-e
    vagy sok torrent oldal kiírja a peer listában h milyen az állapodot, aktív vagy passzív
    aktív a megfelelő

    a teljes firewall fájl tartalma, hátha kell még valami belőle:

    config 'defaults'
    option 'syn_flood' '1'
    option 'input' 'ACCEPT'
    option 'output' 'ACCEPT'
    option 'forward' 'REJECT'

    config 'zone'
    option 'name' 'lan'
    option 'input' 'ACCEPT'
    option 'output' 'ACCEPT'
    option 'forward' 'ACCEPT'

    config 'zone'
    option 'name' 'wan'
    option 'input' 'REJECT'
    option 'output' 'ACCEPT'
    option 'masq' '1'
    option 'mtu_fix' '1'
    option 'forward' 'REJECT'

    config 'forwarding'
    option 'src' 'lan'
    option 'dest' 'wan'

    config 'rule'
    option 'src' 'wan'
    option 'proto' 'udp'
    option 'dest_port' '68'
    option 'target' 'ACCEPT'

    config 'rule'
    option 'src' 'wan'
    option 'proto' 'icmp'
    option 'icmp_type' 'echo-request'
    option 'target' 'ACCEPT'

    config 'include'
    option 'path' '/etc/firewall.user'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option '_name' 'torrent-web'
    option 'dest_port' '9091'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '51413'
    option '_name' 'torrent-port'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option '_name' 'ssh'
    option 'proto' 'tcpudp'
    option 'dest_port' '21'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option '_name' 'ftp'
    option 'proto' 'tcpudp'
    option 'dest_port' '22'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option '_name' 'web'
    option 'proto' 'tcpudp'
    option 'dest_port' '80'

    config 'rule'
    option 'target' 'ACCEPT'
    option '_name' 'mpd'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '8000'

    config 'rule'
    option 'target' 'ACCEPT'
    option '_name' 'mpd2'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '6600'


    ljungberg: gyári vagy moddolt fw?
    openwrt alatt van rá mód h visszaállítsd ha valamit elrontottál

    gyári alatt nem tudom h mit kell csinálni, esetleg fw frissítés ha működik, vagy gari

    Fotóim https://fb.com/toth.szabolcs.art || IG: http://instagram.com/_tothszabolcs_ || Weblapom http://szabolcs-toth.com

Új hozzászólás Aktív témák