emcarpanezi
(usa Ubuntu)
Enviado em 11/08/2016 - 00:00h
ricardoxk escreveu:
Gostaria de saber como faço para poder realizar o bloqueio do game na rede da empresa em que trabalho?
Quais portas o jogo utiliza?
Como posso configurar meu firewall para o mesmo não permitir que os usuários joguem no horário de trabalho?
Boa noite eu fiz da seguinte maneira
#LAN
$IPTABLES -A FORWARD -i $LAN -m iprange --src-range $BLOQUEADOS -m string --algo bm --string "nianticlabs.com" -j LOG --log-level info --log-prefix "pokemongo "
$IPTABLES -A FORWARD -i $LAN -m iprange --src-range $BLOQUEADOS -m string --algo bm --string "nianticlabs.com" -j DROP
$IPTABLES -A FORWARD -i $LAN -m iprange --src-range $BLOQUEADOS -m string --algo bm --string "club.pokemon.com" -j DROP
#WAN
$IPTABLES -A FORWARD -i $WAN -m iprange --dst-range $BLOQUEADOS -m string --algo bm --string "nianticlabs.com" -j LOG --log-level info --log-prefix "pokemongo "
$IPTABLES -A FORWARD -i $WAN -m iprange --dst-range $BLOQUEADOS -m string --algo bm --string "nianticlabs.com" -j DROP
$IPTABLES -A FORWARD -i $WAN -m iprange --dst-range $BLOQUEADOS -m string --algo bm --string "club.pokemon.com" -j DROP
Resultado "SYSLOG"
Aug 5 12:58:28 srv-internet kernel: [ 1770.088466] pokemongo IN=enp0s8 OUT=enp0s3 MAC=08:00:27:91:e9:4c:ac:5f:3e:f0:97:88:08:00 SRC=172.16.0.27 DST=130.211.14.80 LEN=204 TOS=0x00 PREC=0x00 TTL=63 ID=47366 DF PROTO=TCP SPT=56386 DPT=443 WINDOW=685 RES=0x00 ACK PSH URGP=0