+ Responder ao Tópico



  1. #1

    Question Ajuda firewall.

    Hy...
    Seguinte, preciso de ajuda no firewall, onde já tenho regras pra bloqueio de portas de virus, agora gostaria de criar um log de ips, que estão passando por essas regras.
    [Regras do firewall]

    # dec/20/2007 16:46:32 by RouterOS 2.9.27
    # software id = SB7N-M8T
    # By Lord D4rk
    #
    / ip firewall filter
    add chain=input action=jump jump-target=seguranca comment="seguranca" \
    disabled=no
    add chain=forward action=jump jump-target=seguranca comment="" disabled=no
    add chain=seguranca connection-state=invalid action=drop comment="" \
    disabled=no
    add chain=forward action=jump jump-target=VIRUS comment="VIRUS" disabled=no
    add chain=input action=jump jump-target=VIRUS comment="" disabled=no
    add chain=VIRUS protocol=tcp src-port=445 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=445 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp src-port=445 action=drop comment="Drop Blaster \
    Worm" disabled=no
    add chain=VIRUS protocol=udp dst-port=445 action=drop comment="Drop Blaster \
    Worm" disabled=no
    add chain=VIRUS protocol=tcp src-port=135-139 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=udp src-port=135-139 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=135-139 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=udp dst-port=135-139 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=593 action=drop comment="________" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1024-1030 action=drop comment="________" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1080 action=drop comment="Drop MyDoom" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1214 action=drop comment="________" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1363 action=drop comment="ndm requester" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1364 action=drop comment="ndm server" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1368 action=drop comment="screen cast" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1373 action=drop comment="hromgrafx" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1377 action=drop comment="cichlid" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1433-1434 action=drop comment="Worm" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=2745 action=drop comment="Bagle VIRUS" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=2283 action=drop comment="Drop Dumaru.Y" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=2535 action=drop comment="Drop Beagle" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=2745 action=drop comment="Drop \
    Beagle.C-K" disabled=no
    add chain=VIRUS protocol=tcp dst-port=3127 action=drop comment="Drop MyDoom" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=3410 action=drop comment="Drop Backdoor \
    OptixPro" disabled=no
    add chain=VIRUS protocol=tcp dst-port=4444 action=drop comment="Worm" \
    disabled=no
    add chain=VIRUS protocol=udp dst-port=4444 action=drop comment="Worm" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=5554 action=drop comment="Drop Sasser" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=8866 action=drop comment="Drop Beagle.B" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=9898 action=drop comment="Drop \
    Dabber.A-B" disabled=no
    add chain=VIRUS protocol=tcp dst-port=10000 action=drop comment="Drop \
    Dumaru.Y" disabled=no
    add chain=VIRUS protocol=tcp dst-port=10080 action=drop comment="Drop \
    MyDoom.B" disabled=no
    add chain=VIRUS protocol=tcp dst-port=12345 action=drop comment="Drop NetBus" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=27374 action=drop comment="Drop \
    SubSeven" disabled=no
    add chain=VIRUS protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, \
    Agobot, Gaobot" disabled=no
    add chain=VIRUS protocol=tcp dst-port=513 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=513 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=525 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=525 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=568-569 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=udp dst-port=568-569 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=1512 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=1512 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=396 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=396 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=1366 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=1366 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=1416 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=1416 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=201-209 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=udp dst-port=201-209 action=drop comment="" \
    disabled=no
    add chain=VIRUS protocol=tcp dst-port=545 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=545 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=1381 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=1381 action=drop comment="" disabled=no
    add chain=VIRUS protocol=tcp dst-port=3031 action=drop comment="" disabled=no
    add chain=VIRUS protocol=udp dst-port=3031 action=drop comment="" disabled=no

    []'s
    Junior

  2. #2

    Padrão

    Antes de cada regra com a definição " action=drop "
    utlize " action=log " tudo que for dropado antes será logado primeiro.