Keresés

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

  • donci7

    csendes tag

    válasz vargalex #4855 üzenetére

    Hát most jól megnyugtattál. :Y

    Nálam a firewall:

    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 'output' 'ACCEPT'
    option 'forward' 'REJECT'
    option 'masq' '1'
    option 'mtu_fix' '1'
    option 'input' '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 'dest_port' '9091'
    option '_name' 'transmission-web'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '51413'
    option '_name' 'transmission'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option '_name' 'ftp'
    option 'proto' 'tcp'
    option 'dest_dport' '21'

    config 'rule'
    option 'target' 'ACCEPT'
    option 'src' 'wan'
    option '_name' 'http'
    option 'proto' 'tcp'
    option 'dest_dport' '80'

    config 'rule'
    option 'src' 'wan'
    option '_name' 'ssh'
    option 'proto' 'tcp'
    option 'dest_dport' '349'
    option 'target' 'ACCEPT'

    Viszont van egy Popcorn Hour Networked Media Tank a hálózaton, nem lehet, hogy az csinál magának thumb-szerű file-okat? Bár miért lenne .exe file? :(

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