Remote-Control through Firewall
Posted: Sun Jan 30, 2005 5:40 pm
[THE TASK]
Remote-Control software for PCs where you can almost handle the computer as if you were in front of it is a very brilliant thing - especially if you are supposed to help people who you could hardly visit in person.
[THE PROBLEMS]
1) But nowadays, almost everyone's behind any kind of firewall or NAT-router, thus making it very difficult to access a certain (or multiple) machines from the outside.
2) In the real world, most of the people behind Firewalls do not know how to configure them, making it an even bigger obstacle to connect from outside.
3) One could use a VPN-connection (pptp, ipsec, ...), but according to my practical experience, this is not as good as it sounds:
a) Merging networks merges ALL protocols - Have fun when connecting to a virus-infected network (:D )
b) Setting up the infrastructure is not very funny.
c) Most VPN types have their own protocols:
pptp -> GRE
ipsec -> protocol 50 and 51
which sometimes cannot be routed easily through Firewalls at all.
Remote-Control software for PCs where you can almost handle the computer as if you were in front of it is a very brilliant thing - especially if you are supposed to help people who you could hardly visit in person.
[THE PROBLEMS]
1) But nowadays, almost everyone's behind any kind of firewall or NAT-router, thus making it very difficult to access a certain (or multiple) machines from the outside.
2) In the real world, most of the people behind Firewalls do not know how to configure them, making it an even bigger obstacle to connect from outside.
3) One could use a VPN-connection (pptp, ipsec, ...), but according to my practical experience, this is not as good as it sounds:
a) Merging networks merges ALL protocols - Have fun when connecting to a virus-infected network (:D )
b) Setting up the infrastructure is not very funny.
c) Most VPN types have their own protocols:
pptp -> GRE
ipsec -> protocol 50 and 51
which sometimes cannot be routed easily through Firewalls at all.