Showing posts with label Teamviewer. Show all posts
Showing posts with label Teamviewer. Show all posts

Monday, October 14, 2013

Cum blochezi teamviewer in linux cu iptables

Pentru a bloca teamviewer cu iptables in linux se poate folosi comanda:

iptables -A FORWARD -m string --string 'teamviewer' --algo bm -j DROP
Dar daca teamviewer  foloseste https, se poate combina simplu comnada de mai sus cu un dns view pentru teamviewer care poate fi facuta cel mai eficient cuun application proxy

teamviewer

Continue Reading »

Thursday, October 25, 2012

Cum poti accesa de la distanta computerul tau - Chrome Remote Desktop - Teamviewer

Daca doriti sa accesati de la distanta computerul dvs. puteti folosi Google Chrome Remote Desktop.

De la inceput se anunta ca un adversar de temut al lui Temaviewer.

Google Chrome Remote Desktop permite sa accesati de la distanta computerul  dvs. sau un alt calculator  prin instalarea unei extensii pentru browserul dvs. Google Chrome.

clip_image001[4]

Pentru cei familiarizati cu Remote Assistance ,Google Chrome Remote Desktop a introdus o sectiune dedicata care permite sa acordati suport tehnic prin facilitatea user-to-user screen sharing.

clip_image002[4]

Pentru a putea accesa computerul dvs trebuie sa stabiliti un pin de cel putin sase caractere necesar in momentul conectarii.

clip_image003[4]

Ca si noi caracteristici Google Chrome Remote Desktoppermite transmiterea in timp real a sunetelor computerului dvs de la distanta, precum si mult utila posibilitate de a face “copy” -“paste” intre computerul local si cel pe care il accesati de la distanta.

Download Chrome Remote Desktop.

Continue Reading »

Thursday, November 10, 2011

Cum blochezi teamviewer - sau cel putin asa zice unu

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

Continue Reading »