LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   netstat remote computer (https://www.linuxquestions.org/questions/linux-newbie-8/netstat-remote-computer-726017/)

ceantuco 05-14-2009 12:28 PM

netstat remote computer
 
Hi,

is there a way to netstat -tc a remote computer by ip? At work we have an email server running under windows so every time I need to see the connected ports I have to VNC to the server then open TCPVIEW. I would love to do it from my machine without connecting to the email server.
thanks

rweaver 05-14-2009 04:33 PM

Quote:

Originally Posted by ceantuco (Post 3540845)
Hi,

is there a way to netstat -tc a remote computer by ip? At work we have an email server running under windows so every time I need to see the connected ports I have to VNC to the server then open TCPVIEW. I would love to do it from my machine without connecting to the email server.
thanks

If you install openssh on the server you can connect to that via ssh and return the information. Alternately you could use an snmp daemon and agent to pull information that way.

ceantuco 05-14-2009 11:13 PM

how secure is Openssh? (putty?)

chrism01 05-14-2009 11:15 PM

ssh is what we all use when we want a secure cxn. Its about as good as it gets.... Of course you have to decide whether to use a passwd or ssh-keys, and keep it/them secure.

rweaver 05-15-2009 11:56 AM

Quote:

Originally Posted by ceantuco (Post 3541352)
how secure is Openssh? (putty?)

OpenSSH is as secure as your authentication method so long as you keep it up to date. PuTTY is a SSH client, there are a few dozen of them for windows. OpenSSH is the server process.

On windows, I've had good luck with this version.

http://sshwindows.sourceforge.net/

You could just use rdesktop also and leave the session open rather than logging out... would make it notably faster getting in, although you still have to acquire the information.

ceantuco 05-16-2009 10:47 AM

thank you guys!!!!! :=)


All times are GMT -5. The time now is 03:42 PM.