Find the answer to your Linux question:
Results 1 to 4 of 4
Hi Guys, I have Linux computers that are often on client networks inside firewalls . They have access to the internet but I can't access them directly. I don't want ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3

    Remote admin of computer inside a firewall

    Hi Guys,
    I have Linux computers that are often on client networks inside firewalls . They have access to the internet but I can't access them directly. I don't want to have to get the client to mess with NATing , etc . I have written a system that uses XMPP to allow me to send commands to the computers and run simple console commands which often time is enough. These are things like run a report and ftp up to server, restart a process, give me a process list. It works OK, but some networks even block this (Googletalk is not universally loved for some reason)

    I am wondering if there is a prebuilt system that allows me a computer inside one firewall (say a standard adsl modem created one) communicate in some way with a computer inside a network created by another adsl modem. I could see some sort of console like logmein or pc anywhere but as much as I have looked I can't find anything. I have considered writing a cheap and cheerful system in http or even a TCP system using asyncore in python but there must be something existent. I have a server on the web that could be used as an intermediary, relay type thing. Basically some sort of chat server for consoles is what I am thinking about.

    Is there some sort of SSH voodoo that I could bridge/tunnel/vpn through.

    Any Ideas?

    Thanks

    Diarmuid

  2. #2
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3
    BTW, This isn't me trying to write a trojan or any other rubbish in case it comes across that way

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3
    I suppose I could use twitter, because Real Time control is not absolutely required. Not withstanding their stability issues, their clients and all that funding has to be reassuring.

    Or one of the clones like laconi.ca or StatusNet (bothe php) or Jaiku (in python so better for me)

    Diarmuid

  4. #4
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    you could use something like hamachi https://secure.logmein.com/products/hamachi2/
    not free but something you can use without messing with client firewalls. unfortunately logmein doesn't work on linux (as far as I know)
    also not free
    BOMGAR | Remote Support Software for the Enterprise ? Remote Desktop Control and Access ? PC, Mac, Linux

    for free, the best solution would probably be to get an open port and use ssh, but probably not on the default port.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •