This is a discussion on Remote Monitoring within the Linux Networking forums, part of the Linux Forums category; Hi, There are Windows applications that open sockets (HTTP/HTTPS) to a server to pass current parameter data out. But, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
There are Windows applications that open sockets (HTTP/HTTPS) to a server to pass current parameter data out. But, the key is the socket was opened behind the firewall and out to the server. Over that same open socket the server can gain access for telnet/ssh, etc. back in. For a Linux application, I do not want any open ports and it'll have to traverse a firewall. SSH would be a candidate, but the firewall prevents entry. Is there some software that will open a socket out from a Linux box through a firewall to my server where I can gain telnet/ssh access back in through the firewall? Thanks in advance, Kelli |
|
|||
|
> For a Linux application, I do not want any open ports and it'll have
> to traverse a firewall. SSH would be a candidate, but the firewall > prevents entry. Is there some software that will open a socket out > from a Linux box through a firewall to my server where I can gain > telnet/ssh access back in through the firewall? check out setting up a vpn either w/ ppp via ssh or secure tunnel. have your linux box initiate the vpn connection. |
|
|||
|
Kelli wrote:
> For a Linux application, I do not want any open ports and it'll have > to traverse a firewall. SSH would be a candidate, but the firewall > prevents entry. Is there some software that will open a socket out > from a Linux box through a firewall to my server where I can gain > telnet/ssh access back in through the firewall? Maybe netcat can help you, or maybe you need an application proxy. -- Jose Maria Lopez Hernandez Director Tecnico de bgSEC jkerouac@bgsec.com bgSEC Seguridad y Consultoria de Sistemas Informaticos http://www.bgsec.com ESPAŅA The only people for me are the mad ones -- the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow Roman candles. -- Jack Kerouac, "On the Road" |