LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-30-2009, 08:12 PM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Remote admin Windows on Linux workstation


Hi folks,

Debian5.0
Windows server 7
Windows Vista
WAN - public IP or Internet

I'm looking for a reliable solution to remote-admin
Windows server and workstation on Linux workstation. I have been running ssh for sometimes to remote-admin Linux/Unix servers on Linux workstation.

Google brought me following links;

OpenSSH for Windows
http://sshwindows.sourceforge.net/

OpenSSH on Windows v3.4-3
http://www.networksimplicity.com/openssh/

How to install OpenSSH sshd server and sftp server on a Windows
http://erdelynet.com/2004/08/30/cygw...gwin-ssh-docs/

http://pigtail.net/LRP/printsrv/cygwin-sshd.html

The project OpenSSH for Windows seems coming to a stop.

Are there any other suggestions? TIA


B.R.
satimis
 
Old 12-30-2009, 08:48 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
I use freenx-server to get a gui linux desktop over ssh then rdp from there to any windows box

cheers
 
Old 12-30-2009, 08:51 PM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by kbp View Post
I use freenx-server to get a gui linux desktop over ssh then rdp from there to any windows box

cheers
Hi kbp,

Could you please explain in more detail? TIA

B.R.
satimis
 
Old 12-30-2009, 10:04 PM   #4
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Freenx is a thin client application similar to Citrix, based on NX from nomachine.com. Once you've installed the server component on your linux host you can install the client component on your laptop or pc, add the key, then connect to your linux host for a full gnome or kde desktop session. Inside the session you can use Terminal Server Client to connect to any of the Windows pc's

Code:
[laptop]--- nx/ssh ---[linux_host]--- rdp ---[windows]
[ gnome/kde session via nx ][ rdp session to windows ]

cheers
 
Old 12-30-2009, 10:33 PM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by kbp View Post
Freenx is a thin client application similar to Citrix, based on NX from nomachine.com. Once you've installed the server component on your linux host you can install the client component on your laptop or pc, add the key, then connect to your linux host for a full gnome or kde desktop session. Inside the session you can use Terminal Server Client to connect to any of the Windows pc's

Code:
[laptop]--- nx/ssh ---[linux_host]--- rdp ---[windows]
[ gnome/kde session via nx ][ rdp session to windows ]

cheers
Hi

Thanks for your further advice.

FreeNX
http://freenx.berlios.de/download.php


Debian 5.0

Freenx is NOT available on repo
$ apt-cache policy freenx
W: Unable to locate package freenx
$ apt-cache policy freenx-server
W: Unable to locate package freenx-server
$ apt-cache policy freenx-server*
W: Unable to locate package freenx-server*
$ apt-cache policy freenx-server-*
W: Unable to locate package freenx-server-*
$ apt-cache policy freenx*
W: Unable to locate package freenx*
$ apt-cache policy freenx-*
W: Unable to locate package freenx-*


RDP is built-in on Windows ?

Just enable it ?


Thanks


Edit:
Which monitoring package shall I install on Linux workstation?

Zabbix OR Nagios OR others?


B.R.
satimis

Last edited by satimis; 12-30-2009 at 10:35 PM.
 
Old 12-31-2009, 05:36 PM   #6
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Do these packages work ? http://packages.debianbase.de/lenny/

Yes, RDP is built in to windows, just has to be enabled

What are you intending to monitor ?
 
Old 12-31-2009, 08:44 PM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by kbp View Post
Do these packages work ? http://packages.debianbase.de/lenny/
Sorry, I don't follow. That are packages on
debianbase.de/lenny/ website.

tsclient is running on Debian 5.0.

Quote:
Yes, RDP is built in to windows, just has to be enabled
I tried following steps to config Vista testing LAN connection on tsclient without success.


Windows Vista
=========

Start -> Computer right click -> Properties - Remote settings -> System Properties -> Remote tab

Remote Assistance
[check] Allow Remote Assistance connectins to this computer -> Advanced

Remote Control
[check] Allow this computer to be controlled remotely

Invitations
Set the maximum amount of time invitatin can remain open
[6] [Hours]


Remote Desktop
[check] Allow connections only from computers running Remote Desktop with Network Level Authentication(more secure)


-> Apply -> OK


Security

Start -> Control Panel -> Security -> Windows Firewall -> Exceptions

[check] Remote Assistance
[check] Remote Desktop

Can't find RDP (Remote Desktop Protocol)

Other available relevant items;
Remote Service Management [not check]
Routing and Remote Access [not check]
Secure Socket Tunneling Protocol [not check]


Shall I do anything on [Add port ....] ?


ipconfig
Connection-specific DNS Suffix:
Link-local IPv6 Address:
IPv4 Address: 192.168.0.101
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.0.1



Debian
======

Gnome Desktop
Applications -> Internet -> Terminal Server Client

General
Computer - (nothing on the drop list)
Protocol - RDP/RDPv5
User Name - (user of Vista ?)
Password - (above user's password ?0
Domain _ (what shall I enter here)
Client Hostname - (what shall I enter here)
Protocol File - nothing on the drop list)


Tried following entries
Computer - ip address of Vista/computer_name
Protocol - RDP/RDPv5
User Name - user of Vista/blank
Password - user's password/blank
Domain - blank
Client Hostname - blank

Fail to connect

Quote:
What are you intending to monitor ?
IT infrastructure, network software monitoring, hosts and service, etc.

Thanks

B.R.
satimis
 
Old 01-01-2010, 06:48 AM   #8
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Quote:
Sorry, I don't follow. That are packages on
debianbase.de/lenny/ website.
.. you posted that freenx-server was not found in the repository, so this is a location that has freenx-server packages for your version of debian.

It looks like you need rdesktop > 1.5 to connect to Vista so you may have some problems on Debian 5 (Lenny), not sure if you're up to compiling stuff manually ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
windows admin remote login abolishtheun General 1 10-23-2008 06:25 AM
Remote admin of parents linux w/ krfb pH* Linux - General 1 01-02-2005 08:05 AM
remote admin program on linux? taoweijia Linux - Software 1 09-05-2003 08:59 AM
printing via a remote windows printer from my linux workstation kalakamo Linux - General 0 08-14-2001 05:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration