vote up 0 vote down star

Is there anything like logmein for Linux, which will automatically bypass firewalls?

edit: Assumed is a corporate firewall which does not allow port forwarding or uPNP. Ideally the solution would provide a "repeater" without me needing to set up an accessible intermediary server.

flag

2 Answers

vote up 2 vote down check

yes, the whole vnc family (eg. tightvnc):

to access your machines through firewalls, you need something like 'nat2nat' (you can find related information under the term stun) or you add constant portforwarding on your router to the machine you want to control.

link|flag
Also check UltraVNC (uvnc.com) – nik Nov 19 at 4:16
if you look at my edit-history of the answer you will see 'uvnc' mentioned. i dropped it coz uvnc is a windows programm ... the nat2nat hint is pointing to uvnc because thats what uvnc uses. to bypass the firewall one needs something similar, and stun is the more general attempt of nat2nat. – akira Nov 19 at 8:59
vote up 0 vote down

Most firewalls allow http traffic on port 80 and 443 or provide a http proxy. You can use this to tunnel through a SSL-VPN like OpenVPN and use any service you like.

In case you only need a console you can use a web terminal like Serfish or install Ajaxterm on your server.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.