+ All Categories
Home > Documents > Regras Servidor 1- Word

Regras Servidor 1- Word

Date post: 06-Apr-2018
Category:
Upload: refog-refogy
View: 222 times
Download: 0 times
Share this document with a friend

of 22

Transcript
  • 8/2/2019 Regras Servidor 1- Word

    1/22

    Dumaru.Y" disabled=yesadd chain=virus protocol=tcp dst-port=10080 action=drop comment="Drop \

    MyDoom.B" disabled=yesadd chain=virus protocol=tcp dst-port=12345 action=drop comment="Drop NetBus" \

    disabled=yes

    add chain=virus protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2" \disabled=yesadd chain=virus protocol=tcp dst-port=27374 action=drop comment="Drop \

    SubSeven" disabled=yesadd chain=virus protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, \

    Gaobot" disabled=yesadd chain=forward protocol=udp dst-port=135 action=drop comment="Drop Netbius \

    e Similar" disabled=yesadd chain=forward protocol=tcp dst-port=135 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=137 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=137 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=138 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=138 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=139 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=139 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=445 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=445 action=drop comment="" \

    disabled=yesadd chain=forward p2p=all-p2p action=jump jump-target=P2P comment="tratamento \

    de p2p" disabled=yesadd chain=forward connection-state=invalid action=drop comment="drop invalid \

    packets" disabled=yesadd chain=forward connection-state=related action=accept comment="accept \

    related packets" disabled=yesadd chain=forward connection-state=established action=accept comment="accept \

    established packets" disabled=yesadd chain=forward src-address-type=!unicast action=drop comment="drop all that \

    is not from unicast" disabled=yesadd chain=forward protocol=icmp action=jump jump-target=ICMP comment="jump to \

    chain ICMP" disabled=yesadd chain=forward action=jump jump-target=virus comment="jump to virus chain" \

    disabled=yesadd chain=output connection-state=invalid action=drop comment="drop invalid \

    packets" disabled=yes

  • 8/2/2019 Regras Servidor 1- Word

    2/22

    add chain=output connection-state=related action=accept comment="accept \related packets" disabled=yes

    add chain=output connection-state=established action=accept comment="accept \established packets" disabled=yes

    add chain=forward protocol=tcp tcp-flags=syn connection-limit=30,32 \

    action=drop comment="conection limit 60" disabled=noadd chain=input connection-state=invalid action=drop comment="Drop invalid \connections" disabled=yes

    add chain=input connection-state=established action=accept comment="Allow \esatblished connections" disabled=yes

    add chain=input connection-state=related action=accept comment="Allow related \connections" disabled=yes

    add chain=input protocol=udp action=accept comment="Allow UDP" disabled=yesadd chain=input protocol=icmp action=accept comment="Allow ICMP" disabled=yesadd chain=input action=drop comment="Drop everything else" disabled=yesadd chain=customer connection-state=invalid action=drop comment="Drop invalid \

    connection packets" disabled=yesadd chain=customer connection-state=established action=accept comment="Allow \

    established connections" disabled=yesadd chain=customer connection-state=related action=accept comment="Allow \

    related connections" disabled=yesadd chain=customer action=log log-prefix="customer_drop" comment="Log dropped \

    connections" disabled=yesadd chain=customer action=drop comment="Drop and log everything else" \

    disabled=yesadd chain=input protocol=udp src-port=135 action=drop comment="Drop Netbius e \

    Similar" disabled=yesadd chain=input protocol=tcp src-port=135 action=drop comment="" disabled=yesadd chain=input protocol=udp src-port=137 action=drop comment="" disabled=yesadd chain=input protocol=tcp src-port=137 action=drop comment="" disabled=yesadd chain=input protocol=udp src-port=138 action=drop comment="" disabled=yesadd chain=input protocol=tcp src-port=138 action=drop comment="" disabled=yesadd chain=input protocol=udp src-port=139 action=drop comment="" disabled=yesadd chain=input protocol=tcp src-port=139 action=drop comment="" disabled=yesadd chain=input protocol=tcp src-port=445 action=drop comment="" disabled=yesadd chain=input protocol=udp src-port=445 action=drop comment="" disabled=yesadd chain=input connection-state=invalid action=drop comment="drop invalid \

    packets" disabled=yesadd chain=input connection-state=related action=accept comment="accept related \

    packets" disabled=yesadd chain=input connection-state=established action=accept comment="accept \

    established packets" disabled=yesadd chain=input src-address=201.24.0.0/16 action=accept comment="" \

    disabled=yesadd chain=input src-address-list=drop_port_22_23 action=accept \

    comment="Bloqueio da Porta 22-23" disabled=yesadd chain=input protocol=tcp psd=21,3s,3,1 action=drop comment="detect and \

  • 8/2/2019 Regras Servidor 1- Word

    3/22

    drop port scan connections" disabled=yesadd chain=input protocol=icmp action=jump jump-target=ICMP comment="jump to \

    chain ICMP" disabled=yesadd chain=input action=jump jump-target=services comment="jump to chain \

    services" disabled=yes

    add chain=input action=drop comment="drop everything else" disabled=yesadd chain=ICMP protocol=icmp icmp-options=0:0-255 limit=5,5 action=accept \comment="0:0 and limit for 5pac/s" disabled=yes

    add chain=ICMP protocol=icmp icmp-options=3:3 limit=5,5 action=accept \comment="3:3 and limit for 5pac/s" disabled=yes

    add chain=ICMP protocol=icmp icmp-options=3:4 limit=5,5 action=accept \comment="3:4 and limit for 5pac/s" disabled=yes

    add chain=ICMP protocol=icmp icmp-options=8:0-255 limit=5,5 action=accept \comment="8:0 and limit for 5pac/s" disabled=yes

    add chain=ICMP protocol=icmp icmp-options=11:0-255 limit=5,5 action=accept \comment="11:0 and limit for 5pac/s" disabled=yes

    add chain=ICMP protocol=icmp action=drop comment="Drop everything else" \disabled=yes

    add chain=services src-address=127.0.0.1 dst-address=127.0.0.1 action=accept \comment="accept localhost" disabled=no

    add chain=services protocol=tcp dst-port=20-21 action=accept comment="allow \ftp" disabled=yes

    add chain=services protocol=tcp dst-port=22 action=accept comment="allow sftp, \ssh" disabled=yes

    add chain=services protocol=tcp dst-port=23 action=accept comment="allow \telnet" disabled=yes

    add chain=services protocol=tcp dst-port=80 action=accept comment="allow http, \webbox" disabled=yes

    add chain=services protocol=tcp dst-port=8291 action=accept comment="Allow \winbox" disabled=yes

    add chain=services protocol=udp dst-port=20561 action=accept comment="allow \MACwinbox " disabled=yes

    add chain=services protocol=tcp dst-port=2000 action=accept comment="Bandwidth \server" disabled=yes

    add chain=services protocol=udp dst-port=5678 action=accept comment=" MT \Discovery Protocol" disabled=yes

    add chain=services protocol=tcp dst-port=53 action=accept comment="allow DNS \request" disabled=yes

    add chain=services protocol=udp dst-port=53 action=accept comment="Allow DNS \request" disabled=yes

    add chain=services protocol=udp dst-port=1701 action=accept comment="allow \L2TP" disabled=yes

    add chain=services protocol=tcp dst-port=1723 action=accept comment="allow \PPTP" disabled=yes

    add chain=services protocol=gre action=accept comment="allow PPTP and EoIP" \disabled=yes

    add chain=services protocol=ipencap action=accept comment="allow IPIP" \

  • 8/2/2019 Regras Servidor 1- Word

    4/22

    disabled=yesadd chain=services protocol=udp dst-port=1900 action=accept comment="UPnP" \

    disabled=yesadd chain=services protocol=tcp dst-port=2828 action=accept comment="UPnP" \

    disabled=yes

    add chain=services protocol=udp dst-port=67-68 action=accept comment="allow \DHCP" disabled=yesadd chain=services protocol=tcp dst-port=3122 action=accept comment="allow Web \

    Proxy" disabled=yesadd chain=services protocol=tcp dst-port=123 action=accept comment="allow NTP" \

    disabled=yesadd chain=services protocol=tcp dst-port=161 action=accept comment="allow \

    SNMP" disabled=yesadd chain=services protocol=tcp dst-port=443 action=accept comment="allow \

    https for Hotspot" disabled=yesadd chain=services protocol=tcp dst-port=1080 action=accept comment="allow \

    Socks for Hotspot" disabled=yesadd chain=services protocol=udp dst-port=500 action=accept comment="allow \

    IPSec connections" disabled=yesadd chain=services protocol=ipsec-esp action=accept comment="allow IPSec" \

    disabled=yesadd chain=services protocol=ipsec-ah action=accept comment="allow IPSec" \

    disabled=yesadd chain=services protocol=tcp dst-port=179 action=accept comment="Allow BGP" \

    disabled=yesadd chain=services protocol=udp dst-port=520-521 action=accept comment="allow \

    RIP" disabled=yesadd chain=services protocol=ospf action=accept comment="allow OSPF" \

    disabled=yesadd chain=services protocol=udp dst-port=5000-5100 action=accept \

    comment="allow BGP" disabled=yesadd chain=services protocol=tcp dst-port=1720 action=accept comment="allow \

    Telephony" disabled=yesadd chain=services protocol=udp dst-port=1719 action=accept comment="allow \

    Telephony" disabled=yesadd chain=services protocol=vrrp action=accept comment="allow VRRP " \

    disabled=yesadd chain=virus protocol=tcp dst-port=135-139 action=drop comment="Drop \

    Blaster Worm" disabled=yesadd chain=virus protocol=udp dst-port=135-139 action=drop comment="Drop \

    Messenger Worm" disabled=yesadd chain=virus protocol=tcp dst-port=445 action=drop comment="Drop Blaster \

    Worm" disabled=yesadd chain=virus protocol=udp dst-port=445 action=drop comment="Drop Blaster \

    Worm" disabled=yesadd chain=virus protocol=tcp dst-port=593 action=drop comment="________" \

    disabled=yes

  • 8/2/2019 Regras Servidor 1- Word

    5/22

    add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment="________" \disabled=yes

    add chain=virus protocol=tcp dst-port=1080 action=drop comment="Drop MyDoom" \disabled=yes

    add chain=virus protocol=tcp dst-port=1214 action=drop comment="________" \

    disabled=yesadd chain=virus protocol=tcp dst-port=1363 action=drop comment="ndm requester" \disabled=yes

    add chain=virus protocol=tcp dst-port=1364 action=drop comment="ndm server" \disabled=yes

    add chain=virus protocol=tcp dst-port=1368 action=drop comment="screen cast" \disabled=yes

    add chain=virus protocol=tcp dst-port=1373 action=drop comment="hromgrafx" \disabled=yes

    add chain=virus protocol=tcp dst-port=1377 action=drop comment="cichlid" \disabled=yes

    add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment="Worm" \disabled=yes

    add chain=virus protocol=tcp dst-port=2745 action=drop comment="Bagle Virus" \disabled=yes

    add chain=virus protocol=tcp dst-port=2283 action=drop comment="Drop Dumaru.Y" \disabled=yes

    add chain=virus protocol=tcp dst-port=2535 action=drop comment="Drop Beagle" \disabled=yes

    add chain=virus protocol=tcp dst-port=2745 action=drop comment="Drop \Beagle.C-K" disabled=yes

    add chain=virus protocol=tcp dst-port=3127-3128 action=drop comment="Drop \MyDoom" disabled=yes

    add chain=virus protocol=tcp dst-port=3410 action=drop comment="Drop Backdoor \OptixPro" disabled=yes

    add chain=virus protocol=tcp dst-port=4444 action=drop comment="Worm" \disabled=yes

    add chain=virus protocol=udp dst-port=4444 action=drop comment="Worm" \disabled=yes

    add chain=virus protocol=tcp dst-port=5554 action=drop comment="Drop Sasser" \disabled=yes

    add chain=virus protocol=tcp dst-port=8866 action=drop comment="Drop Beagle.B" \disabled=yes

    add chain=virus protocol=tcp dst-port=9898 action=drop comment="Drop \Dabber.A-B" disabled=yes

    add chain=virus protocol=tcp dst-port=10000 action=drop comment="Drop \Dumaru.Y" disabled=yes

    add chain=virus protocol=tcp dst-port=10080 action=drop comment="Drop \MyDoom.B" disabled=yes

    add chain=virus protocol=tcp dst-port=12345 action=drop comment="Drop NetBus" \disabled=yes

    add chain=virus protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2" \

  • 8/2/2019 Regras Servidor 1- Word

    6/22

    disabled=yesadd chain=virus protocol=tcp dst-port=27374 action=drop comment="Drop \

    SubSeven" disabled=yesadd chain=virus protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, \

    Gaobot" disabled=yes

    add chain=forward protocol=udp dst-port=135 action=drop comment="Drop Netbius \e Similar" disabled=yesadd chain=forward protocol=tcp dst-port=135 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=137 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=137 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=138 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=138 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=139 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=139 action=drop comment="" \

    disabled=yesadd chain=forward protocol=tcp dst-port=445 action=drop comment="" \

    disabled=yesadd chain=forward protocol=udp dst-port=445 action=drop comment="" \

    disabled=yesadd chain=forward p2p=all-p2p action=jump jump-target=P2P comment="tratamento \

    de p2p" disabled=yesadd chain=forward connection-state=invalid action=drop comment="drop invalid \

    packets" disabled=yesadd chain=forward connection-state=related action=accept comment="accept \

    related packets" disabled=yesadd chain=forward connection-state=established action=accept comment="accept \

    established packets" disabled=yesadd chain=forward src-address-type=!unicast action=drop comment="drop all that \

    is not from unicast" disabled=yesadd chain=forward protocol=icmp action=jump jump-target=ICMP comment="jump to \

    chain ICMP" disabled=yesadd chain=forward action=jump jump-target=virus comment="jump to virus chain" \

    disabled=yesadd chain=output connection-state=invalid action=drop comment="drop invalid \

    packets" disabled=yesadd chain=output connection-state=related action=accept comment="accept \

    related packets" disabled=yesadd chain=output connection-state=established action=accept comment="accept \

    established packets" disabled=yesadd chain=forward protocol=tcp tcp-flags=syn connection-limit=30,32 \

    action=drop comment="conection limit 60" disabled=no

  • 8/2/2019 Regras Servidor 1- Word

    7/22

    / ip firewall address-listadd list=dro_port_22_23 address=0.0.0.0 comment="" disabled=noadd list=not_in_internet address=0.0.0.0/8 comment="" disabled=noadd list=not_in_internet address=169.254.0.0/16 comment="" disabled=noadd list=not_in_internet address=127.0.0.0/8 comment="" disabled=no

    add list=not_in_internet address=224.0.0.0/3 comment="" disabled=no/ ip firewall service-portset ftp ports=21 disabled=yesset tftp ports=69 disabled=yesset irc ports=6667 disabled=yesset h323 disabled=yesset quake3 disabled=yesset gre disabled=yesset pptp disabled=yes/ ip hotspot service-portset ftp ports=21 disabled=no/ ip hotspot profileset default name="default" hotspot-address=0.0.0.0 dns-name="" \

    html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 \smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=3d \split-user-domain=no use-radius=no

    / ip hotspot user profileset default name="default" idle-timeout=none keepalive-timeout=2m \

    status-autorefresh=1m shared-users=1 transparent-proxy=yes \open-status-page=always advertise=no

    / ip dhcp-server configset store-leases-disk=5m/ ip ipsec proposaladd name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=30m \

    lifebytes=0 pfs-group=modp1024 disabled=no/ ip web-proxyset enabled=yes src-address=0.0.0.0 port=3122 \

    hostname="proxy.infobrasil.local" transparent-proxy=yes \parent-proxy=0.0.0.0:0 \cache-administrator="[email protected]" \max-object-size=990000KiB cache-drive=system max-cache-size=unlimited \max-ram-cache-size=unlimited

    / ip web-proxy accessadd url="http://38.144.58.129" action=deny comment="Nega Sites Porcarias" \

    disabled=noadd src-address=192.168.1.0/24 dst-port=80 action=allow comment="Libera Acesso \

    Ao Proxy" disabled=noadd src-address=20.20.0.0/16 dst-port=80 action=allow comment="" disabled=noadd src-address=30.30.0.0/16 dst-port=80 action=allow comment="" disabled=noadd action=deny comment="Nega qualquer acesso ao proxy fora da regra " \

    disabled=noadd dst-port=!443 method=connect action=deny comment="Allow connect onlu to \

  • 8/2/2019 Regras Servidor 1- Word

    8/22

    ssl ports 443" disabled=noadd dst-port=!563 method=connect action=deny comment="" disabled=noadd dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" \

    disabled=noadd url="http://38.144.58.129" action=deny comment="Nega Sites Porcarias" \

    disabled=yesadd src-address=192.168.1.0/24 dst-port=80 action=allow comment="Libera Acesso \Ao Proxy" disabled=yes

    add src-address=20.20.0.0/16 dst-port=80 action=allow comment="" disabled=yesadd action=deny comment="Nega qualquer acesso ao proxy fora da regra " \

    disabled=yesadd dst-port=!443 method=connect action=deny comment="Allow connect onlu to \

    ssl ports 443" disabled=yesadd dst-port=!563 method=connect action=deny comment="" disabled=yesadd dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" \

    disabled=yes/ ip web-proxy cacheadd url=":cgi-bin \\?" action=deny comment="don't cache dynamic http pages" \

    disabled=noadd url=":cgi-bin \\?" action=deny comment="don't cache dynamic http pages" \

    disabled=yes/ system loggingadd topics=info prefix="" action=memory disabled=noadd topics=error prefix="" action=memory disabled=noadd topics=warning prefix="" action=memory disabled=noadd topics=critical prefix="" action=echo disabled=noadd topics=web-proxy prefix="" action=memory disabled=no/ system logging actionset memory name="memory" target=memory memory-lines=100 memory-stop-on-full=noset disk name="disk" target=disk disk-lines=100 disk-stop-on-full=noset echo name="echo" target=echo remember=yesset remote name="remote" target=remote remote=0.0.0.0:514/ system upgrade mirror set enabled=no primary-server=0.0.0.0 secondary-server=0.0.0.0 \

    check-interval=1d user=""/ system scriptadd name="e-backup" source="\"\\n /system backup save name=email\\n /tool \\n \\"[email protected]\\\" \\

    subject=\\\(\\\[/system identity get name\\\] . \\\" Backup\\\"\\\) \\n" \ile=email.backup\\n \" \\

    policy=ftp,reboot,read,write,policy,test,winbox,password/ system clock dstset dst-delta=+00:00 dst-start="jan/01/1970 00:00:00" dst-end="jan/01/1970 \

    00:00:00"/ system watchdogset reboot-on-failure=yes watch-address=none watchdog-timer=yes \

    no-ping-delay=5m automatic-supout=yes auto-send-supout=no

  • 8/2/2019 Regras Servidor 1- Word

    9/22

    / system consoleadd port=serial0 term="" disabled=noset FIXME term="linux" disabled=noset FIXME term="linux" disabled=noset FIXME term="linux" disabled=no

    set FIXME term="linux" disabled=noset FIXME term="linux" disabled=noset FIXME term="linux" disabled=noset FIXME term="linux" disabled=noset FIXME term="linux" disabled=no/ system console screenset line-count=25/ system identityset name="SERVER 1"/ system noteset show-at-login=yes note=""/ system gpsset enabled=no set-system-time=yes/ system lcdset enabled=no type=24x4 port=parallel contrast=0/ system lcd pageset time display-time=5s disabled=yesset resources display-time=5s disabled=yesset uptime display-time=5s disabled=yesset packets display-time=5s disabled=yesset bits display-time=5s disabled=yesset version display-time=5s disabled=yesset Torre display-time=5s disabled=yesset "BRT link" display-time=5s disabled=yesset "Rede Local" display-time=5s disabled=yes/ system ntp server set enabled=no broadcast=no multicast=no manycast=yes/ system ntp clientset enabled=no mode=unicast primary-ntp=0.0.0.0 secondary-ntp=0.0.0.0/ system routerboard biosset/ system healthset state-after-reboot=enabled/ portset serial0 name="serial0" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \

    flow-control=hardwareset serial1 name="serial1" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \

    flow-control=hardware/ ppp profileset default name="default" use-compression=default use-vj-compression=default \

    use-encryption=default only-one=default change-tcp-mss=yes comment=""set default-encryption name="default-encryption" use-compression=default \

  • 8/2/2019 Regras Servidor 1- Word

    10/22

    use-vj-compression=default use-encryption=yes only-one=default \change-tcp-mss=yes comment=""

    / ppp aaaset use-radius=no accounting=yes interim-update=0s/ queue type

    set default name="default" kind=pfifo pfifo-limit=50set ethernet-default name="ethernet-default" kind=pfifo pfifo-limit=50set wireless-default name="wireless-default" kind=sfq sfq-perturb=5 \

    sfq-allot=1514set synchronous-default name="synchronous-default" kind=red red-limit=60 \

    red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000set hotspot-default name="hotspot-default" kind=sfq sfq-perturb=5 \

    sfq-allot=1514add name="default-small" kind=pfifo pfifo-limit=10/ queue simpleadd name="GLEISIANE - FLORIDA 2" target-addresses=20.20.2.2/32 \

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="RODRIGO - PQ ALVORADA" target-addresses=20.20.3.2/32,20.20.3.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="RANILDE / WELKER - PQ ALVORADA" \target-addresses=20.20.4.2/32,20.20.4.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=80000/450000 \total-queue=default-small disabled=no

    add name="A - IP VAGO 5" target-addresses=20.20.5.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="MAURO VIEIRA - MERCADO SM" \target-addresses=20.20.7.2/32,20.20.7.3/32,20.20.7.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="LURDES -PQ DO LAGO I" target-addresses=20.20.8.2/32,20.20.8.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=64000/64000 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="FRANCIELO - NV. HORIZONTE" \target-addresses=20.20.6.2/32,20.20.6.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="MARIONE / VILA POPULAR" target-addresses=20.20.9.2/32,20.20.9.3/32 \

  • 8/2/2019 Regras Servidor 1- Word

    11/22

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="EDSON - PQ ALVORADA" target-addresses=20.20.10.2/32,20.20.10.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \

    priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=noadd name="ANTONIO FLAVIO" \

    target-addresses=20.20.11.2/32,20.20.11.3/32,20.20.11.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MARIA APARECIDA / Jd. Maringa" target-addresses=20.20.13.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="JULIO - ALTOS INDAIA" target-addresses=20.20.14.2/32,20.20.14.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="A - IP VAGO 12" target-addresses=20.20.12.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="GEVALDO - ATRAZ SELETA" target-addresses=20.20.15.2/32,20.20.15.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="OLIVIO - NOVO HORIZONTE" \target-addresses=20.20.16.2/32,20.20.16.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="SILVIO - MERCADO SANTA PURA" \target-addresses=20.20.19.2/32,20.20.19.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="APARECIDA / RUA 19" \target-addresses=20.20.18.2/32,20.20.18.3/32,20.20.18.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="IONE DE LURDES" target-addresses=20.20.20.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

  • 8/2/2019 Regras Servidor 1- Word

    12/22

    add name="SONIA GARCIA - JD CLIMAX" \target-addresses=20.20.21.2/32,20.20.21.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="RONILSON - ALTOS INDAIA" target-addresses=20.20.22.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="FLAVIO - KIT BRAMINHA" target-addresses=20.20.23.2/32,20.20.23.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ITALIVIO APARECIDO - VL POP" target-addresses=20.20.24.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="A - IP VAGO 25" target-addresses=20.20.25.2/32,20.20.25.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="NILZA - RUA 5" target-addresses=20.20.27.2/32,20.20.27.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="LUIZ DE OLIVEIRA" target-addresses=20.20.28.5/32,20.20.28.6/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="GIDEON /NOVO HORIZONTE" \target-addresses=20.20.39.2/32,20.20.39.3/32,20.20.39.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/180000 total-queue=default-small disabled=no

    add name="CLOVIS - LOCADORA" target-addresses=20.20.31.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MARCOS RODRIGUES GON ALVES" \target-addresses=20.20.32.2/32,20.20.32.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="MARIA DAS DORES" target-addresses=20.20.33.2/32,20.20.33.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

  • 8/2/2019 Regras Servidor 1- Word

    13/22

    add name="LAN MAQ-02" target-addresses=192.168.1.52/32 dst-address=0.0.0.0/0 \interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \burst-limit=64000/400000 burst-threshold=64000/256000 burst-time=1s/10s \total-queue=default-small disabled=no

    add name="LAN MAQ-03" target-addresses=192.168.1.53/32 dst-address=0.0.0.0/0 \interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=0/0 \burst-limit=64000/400000 burst-threshold=64000/256000 burst-time=1s/10s \total-queue=default-small disabled=no

    add name="RICARDO AKIRA" target-addresses=20.20.34.2/32,20.20.34.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="LAN MAQ-SERVIDOR" target-addresses=192.168.1.20/32 \dst-address=0.0.0.0/0 interface="Rede Local" parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="AYALA / RUA DO NIPONICO" target-addresses=20.20.35.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/180000 total-queue=default-small disabled=no

    add name="ALISON MOURA DA SILVA - PQ LAGO 1" target-addresses=20.20.36.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="RAFAEL ROJAS" target-addresses=20.20.37.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="AMARILDO / RUA 15" target-addresses=20.20.38.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MARIANE SILVA / Altos indaia" \target-addresses=20.20.40.2/32,20.20.40.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="BIANCA - jd Italia" target-addresses=20.20.41.2/32,20.20.41.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="PEDRO ROGERIO / ATRAZ CELETA" \target-addresses=20.20.42.2/32,20.20.42.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \

  • 8/2/2019 Regras Servidor 1- Word

    14/22

    total-queue=default-small disabled=noadd name="ENGEPAR" target-addresses=20.20.43.2/32,20.20.43.3/32,20.20.43.4/32,2\

    0.20.43.5/32,20.20.43.6/32 dst-address=0.0.0.0/0 interface=Torre \parent=none direction=both priority=8 queue=default-small/default-small \limit-at=0/0 max-limit=100000/350000 total-queue=default-small disabled=no

    add name="NOEL - VIZINHO" target-addresses=20.20.45.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="MARCELO FAGUNDES" target-addresses=20.20.44.2/32,20.20.44.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/350000 total-queue=default-small disabled=no

    add name="ANA CLAUDIA - PQ ALVORADA" \target-addresses=20.20.46.2/32,20.20.46.4/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="ADHONALDO LOPES - ROSILENE - RUA 16" \target-addresses=20.20.47.2/32,20.20.47.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="TALITA MARTINS" target-addresses=20.20.48.2/32,20.20.48.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="SUZANA - ESTRELA PORA" target-addresses=20.20.49.2/32,20.20.49.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="JOAO MALHEIROS - NOVO HORIZONTE" target-addresses=20.20.51.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="A - IP VAGO 53" target-addresses=20.20.53.2/32,20.20.53.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ANDRE PEREIRA - RUA 17 - \(\( bloqueio computador pifado \)\)" \target-addresses=20.20.50.2/32,20.20.50.3/32,20.20.50.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="FERNANDO" target-addresses=20.20.54.2/32,20.20.54.3/32,20.20.54.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \

  • 8/2/2019 Regras Servidor 1- Word

    15/22

    max-limit=64000/256000 total-queue=default-small disabled=noadd name="CESAR - FLORIDA 2" target-addresses=20.20.26.2/32,20.20.26.3/32 \

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="VANESSA RUA 15" target-addresses=20.20.30.2/32,20.20.30.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="SONIA - RUA 5" target-addresses=20.20.55.2/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="WELINGTON ANDRADE - R 18" \target-addresses=20.20.56.2/32,20.20.56.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/180000 \total-queue=default-small disabled=no

    add name="ROBSON APARECIDO / RUA 9" target-addresses=20.20.58.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MARCOS FERREIRA DA SILVA / RUA 11" target-addresses=20.20.60.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="A - IP VAGO 61" target-addresses=20.20.61.2/32,20.20.61.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="RAUL - FAZENDA" target-addresses=20.20.62.2/32,20.20.62.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ALDENIR rua afonso pena" target-addresses=20.20.64.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/180000 total-queue=default-small disabled=no

    add name="ZZ \)\)\)\)\)\)\)ADRIANO - \FUNDOS\(\(\(\(\(\(\(\(\(\(\(" target-addresses=20.20.0.2/32 \dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="EBERSON - JD. CLIMAX" target-addresses=20.20.63.2/32,20.20.63.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

  • 8/2/2019 Regras Servidor 1- Word

    16/22

    add name="ROSANGELA DOS SANTOS / RUA 7" \target-addresses=20.20.65.2/32,20.20.65.3/32,20.20.65.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ELIANE APARECIDA" target-addresses=20.20.66.2/32,20.20.66.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="PHAMILA" target-addresses=20.20.67.2/32,20.20.67.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ALVARO - NV. HORIZONTE" target-addresses=20.20.17.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="EDSMAIK - VL POPULAR" target-addresses=20.20.52.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="REINALDO - ALTOS INDAIA" target-addresses=20.20.68.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="EVANDRO MORAES - ALTOS DO INDAIA" \target-addresses=20.20.59.2/32,20.20.59.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="MAURCIO PORTILHO" target-addresses=20.20.69.2/32,20.20.69.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=128000/350000 total-queue=default-small disabled=no

    add name="ALBERTO RODR. PQ. ALV." target-addresses=20.20.70.2/32,20.20.70.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="EDSON ALVARENGA / PQ ALVORADA R ASFALT" \target-addresses=20.20.71.2/32 dst-address=0.0.0.0/0 interface=Torre \parent=none direction=both priority=8 queue=default-small/default-small \limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ADALTO - ITAJU - PM" target-addresses=20.20.72.2/32,20.20.72.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MILTON LIMA - PROF. / frente alison" target-addresses=20.20.73.2/32 \

  • 8/2/2019 Regras Servidor 1- Word

    17/22

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="LUIZ CARLOS DA SILVA - Guarda Municipal" \target-addresses=20.20.75.2/32,20.20.75.3/32 dst-address=0.0.0.0/0 \

    interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=80000/350000 \total-queue=default-small disabled=no

    add name="BRUNO CASSIO" target-addresses=20.20.76.2/32,20.20.76.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="LEANDRO DUARTE - JD CLIMAX" \target-addresses=20.20.77.2/32,20.20.77.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="DANIEL FIRMINO - PINTOR RUA CEPER" \target-addresses=20.20.78.2/32,20.20.78.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=100000/350000 \total-queue=default-small disabled=no

    add name="MARCELO BENTO - ALTOS INDAIA" \target-addresses=20.20.79.2/32,20.20.79.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="ELIZETE - FLORIDA 2" target-addresses=20.20.80.2/32,20.20.80.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="A - IP VAGO VALTER / SOBRADO" target-addresses=20.20.81.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ANA PAULA VIEIRA VERA / ITAJU 1" \target-addresses=20.20.82.2/32,20.20.82.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="HUMBERTO" target-addresses=20.20.83.2/32,20.20.83.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="EDILENE - RUA 11" target-addresses=20.20.84.2/32,20.20.84.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \

  • 8/2/2019 Regras Servidor 1- Word

    18/22

    max-limit=64000/256000 total-queue=default-small disabled=noadd name="MARCILENE - RUA 18" target-addresses=20.20.85.2/32 \

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="MARIZETE / SERRALHERIA" target-addresses=20.20.86.2/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 burst-limit=64000/400000 \burst-threshold=64000/256000 burst-time=1s/10s total-queue=default-small \disabled=no

    add name="JOSE ALBERTO STRICKER" target-addresses=20.20.87.2/32,20.20.87.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="CARLA CRISTINA - PQ ALVORADA" \target-addresses=20.20.88.2/32,20.20.88.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="ELIANE CRISTINA - FLORIDA 2" \target-addresses=20.20.89.2/32,20.20.89.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="IZAURA - JD MARINGA" target-addresses=20.20.90.2/32,20.20.90.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="HELTON COSTA - ITAJU" target-addresses=20.20.91.2/32,20.20.91.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="BEATRIZ - PQ LAGO \(\(\(BLOQUEADO\)\)\)\)\)" \target-addresses=20.20.92.2/32,20.20.92.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="DANIEL DE CASTRO \(CARBUR\)" \target-addresses=20.20.93.2/32,20.20.93.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="A - IP VAGO SUELI NOGUEIRA / RUA 7" \target-addresses=20.20.94.2/32,20.20.94.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \

  • 8/2/2019 Regras Servidor 1- Word

    19/22

    total-queue=default-small disabled=noadd name="ADALTO AUGUSTO" \

    target-addresses=20.20.74.2/32,20.20.74.3/32,20.20.74.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \

    max-limit=64000/256000 total-queue=default-small disabled=noadd name="ROSELI FABIANA - FLORIDA 1" \target-addresses=20.20.96.2/32,20.20.96.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="ONOFRE - PQ ALVORADA" target-addresses=20.20.97.2/32,20.20.97.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="IZABEL MESSIAS - RUA 5" target-addresses=20.20.98.2/32,20.20.98.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="CRISTIAN GUSTAVO" \target-addresses=20.20.99.2/32,20.20.99.3/32,20.20.99.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ELISANGELA ALVES - JD NOVO HORIZONTE" \target-addresses=20.20.100.2/32,20.20.100.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="ELEDA FLORIDA 2" target-addresses=20.20.29.2/32,20.20.29.3/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ZZ \)\)\)\)\)\)\)\)\) \SERGINHO\(\(\(\(\(\(\(\(\(\(\(\(\(" \target-addresses=20.20.95.2/32,20.20.95.3/32,20.20.95.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/450000 total-queue=default-small disabled=no

    add name="ANASTACIO / R. EULARIA PIRES" \target-addresses=20.20.1.2/32,20.20.1.3/32 dst-address=0.0.0.0/0 \interface=Torre parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="EDILSON SOTOLANI" \target-addresses=20.20.57.2/32,20.20.57.3/32,20.20.57.4/32 \dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \

  • 8/2/2019 Regras Servidor 1- Word

    20/22

    priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="ZZ \)\)\)\)\)\)\)\)\) MARTA / RUBAO \\(\(\(\(\(\(\(\(\(\(\(\(\(\(" target-addresses=20.20.250.2/32 \dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 \

    queue=default-small/default-small limit-at=0/0 max-limit=64000/350000 \total-queue=default-small disabled=noadd name="EVANDER - PQ2" target-addresses=30.30.25.2/32,30.30.25.3/32 \

    dst-address=0.0.0.0/0 interface=Torre parent=none direction=both \priority=8 queue=default-small/default-small limit-at=0/0 \max-limit=64000/256000 total-queue=default-small disabled=no

    add name="COMPUTADOR THAISA" target-addresses=20.20.247.2/32 \dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="LAN MAQ-01" target-addresses=192.168.1.51/32 dst-address=0.0.0.0/0 \interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \burst-limit=64000/400000 burst-threshold=64000/256000 burst-time=1s/10s \total-queue=default-small disabled=no

    add name="LAN - RECEPCAO" target-addresses=192.168.1.21/32 \dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 \queue=default-small/default-small limit-at=0/0 max-limit=64000/256000 \total-queue=default-small disabled=no

    add name="\(\(\(\(\( TESTE SERVIDOR 1 \)\)\)\)\)\)\)\)" \target-addresses=20.20.255.2/32 dst-address=0.0.0.0/0 interface=all \parent=none direction=both priority=8 queue=default-small/default-small \limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no

    / queue treeadd name="msn-in" parent=global-in packet-mark=msn limit-at=0 queue=default \

    priority=3 max-limit=1024000 burst-limit=0 burst-threshold=0 burst-time=0s \disabled=no

    add name="msn-out" parent=global-out packet-mark=msn limit-at=0 queue=default \priority=3 max-limit=1024000 burst-limit=0 burst-threshold=0 burst-time=0s \disabled=no

    add name="p2p-in" parent=global-in packet-mark=p2p limit-at=100000 \queue=ethernet-default priority=8 max-limit=100000 burst-limit=0 \burst-threshold=0 burst-time=0s disabled=no

    add name="p2p-out" parent=global-out packet-mark=p2p limit-at=50000 \queue=default priority=8 max-limit=50000 burst-limit=0 burst-threshold=0 \burst-time=0s disabled=no

    add name="Cache Full" parent=global-out packet-mark=squid-paket limit-at=0 \queue=ethernet-default priority=8 max-limit=4096000 burst-limit=0 \burst-threshold=0 burst-time=0s disabled=no

    add name="WINBOX IN" parent=global-in packet-mark=Winbox_Full limit-at=0 \queue=default-small priority=8 max-limit=4000000 burst-limit=0 \burst-threshold=0 burst-time=0s disabled=no

  • 8/2/2019 Regras Servidor 1- Word

    21/22

    add name="WINBOX OUT" parent=global-out packet-mark=Winbox_Full limit-at=0 \queue=default-small priority=8 max-limit=4000000 burst-limit=0 \burst-threshold=0 burst-time=0s disabled=no

    / user add name="admin" group=full address=0.0.0.0/0 comment="" disabled=no

    / user groupadd name="read" policy=local,telnet,ssh,reboot,read,test,winbox,password,web,!f\tp,!write,!policy

    add name="write" policy=local,telnet,ssh,reboot,read,write,test,winbox,password\,web,!ftp,!policy

    add name="full" policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbo\x,password,web

    / user aaaset use-radius=no accounting=yes interim-update=0s default-group=read/ radius incomingset accept=no port=1700/ driver / snmpset enabled=no contact="" location=""/ snmp communityset public name="public" address=0.0.0.0/0 read-access=yes/ tool bandwidth-server set enabled=yes authenticate=yes allocate-udp-ports-from=2000 max-sessions=10/ tool mac-server pingset enabled=yes/ tool e-mailset server=0.0.0.0 from=""/ tool sniffer set interface=all only-headers=no memory-limit=10 file-name="" file-limit=10 \

    streaming-enabled=no streaming-server=0.0.0.0 filter-stream=yes \filter-protocol=ip-only filter-address1=0.0.0.0/0:0-65535 \filter-address2=0.0.0.0/0:0-65535

    / tool traffic-monitor add name="tmon1" traffic=transmitted trigger=always threshold=0 on-event="" \

    comment="" disabled=noadd name="Brt" traffic=transmitted trigger=always threshold=0 on-event="" \

    comment="" disabled=noadd name="Torre" traffic=transmitted trigger=above threshold=0 on-event="" \

    comment="" disabled=no/ tool graphingset store-every=5min/ tool graphing interfaceadd interface=all allow-address=0.0.0.0/0 store-on-disk=yes disabled=no/ routing ospf set router-id=0.0.0.0 distribute-default=never redistribute-connected=no \

    redistribute-static=no redistribute-rip=no redistribute-bgp=no \metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 \

  • 8/2/2019 Regras Servidor 1- Word

    22/22

    metric-bgp=20/ routing ospf areaset backbone area-id=0.0.0.0 type=default translator-role=translate-candidate \

    authentication=none prefix-list-import="" prefix-list-export="" \disabled=no

    / routing bgpset enabled=no as=1 router-id=0.0.0.0 redistribute-static=no \redistribute-connected=no redistribute-rip=no redistribute-ospf=no

    / routing ripset redistribute-static=no redistribute-connected=no redistribute-ospf=no \

    redistribute-bgp=no metric-static=1 metric-connected=1 metric-ospf=1 \metric-bgp=1 update-timer=30s timeout-timer=3m garbage-timer=2m

    [admin@SERVER 1] >


Recommended