Daca vreti sa blocati teamviewer , blocati portul 5938 si dati si comenziile astea de mai jos …le-am luat si eu de pe un forum si o sa le testez sa vedem daca e asa…desi nu prea cred …ca tipul blocheaza teamviewer cu asta…
iptables -A FORWARD -m string --algo bm --string 'teamviewer' -j DROP
iptables -I FORWARD -m string --algo kmp --string '*.teamviewer.com' -j REJECT
iptables -I INPUT -m string --algo kmp --string 'teamviewer.com' -j REJECT
iptables -I OUTPUT -m string --algo kmp --string 'teamviewer.com' -j REJECT
iptables -I FORWARD -m string --algo bm --string 'teamviewer.com' -j REJECT
iptables -I INPUT -m string --algo bm --string 'teamviewer.com' -j REJECT
iptables -I OUTPUT -m string --algo bm --string 'teamviewer.com' -j REJECT
Sa imi scrieti si mie daca e ok si va merge…
resurse suplimentare : How To Block Teamviewer pe google :P
0 comments
Post a Comment