LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-07-2004, 08:52 PM   #1
redlinux04
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Rep: Reputation: 0
remote controll xp machines via redhat 9.0


Hi,
I googled and searched this board, but I didn't find an answer.

We have a redhat 9.0 server runing and a lot of xp machines with static ip's...
what we want is to run some apps on them every week so that we can keep adware and spyware away...

What tool do we need to install on the xp machines and on the server..
to be able to start windows apps on the xp's via a remote controll

I thaught maybe it is possible to use shl?

Thanks in adavance
PS: the best would be a tryprogramm on the windows machines so that it is not necessary to start a programm on every machine...

Last edited by redlinux04; 09-07-2004 at 08:54 PM.
 
Old 09-07-2004, 08:55 PM   #2
DrNeil
Member
 
Registered: Aug 2004
Location: Scotland
Distribution: Debian, Suse, Knoppix, Dyna:bolic, Mandrake [couple of years ago], Slackware [1993 or so]
Posts: 150

Rep: Reputation: 15
http://www.tightvnc.com/ or VNC http://www.realvnc.com/ I believe would do the trick. Never used it personally, but ppl recomended it.
 
Old 09-07-2004, 08:59 PM   #3
DrNeil
Member
 
Registered: Aug 2004
Location: Scotland
Distribution: Debian, Suse, Knoppix, Dyna:bolic, Mandrake [couple of years ago], Slackware [1993 or so]
Posts: 150

Rep: Reputation: 15
Or http://www.netlib.org/pvm3/

PVM, I have used that before you can make a huge cluster and distribute batch jobs, OS can be windows XYZ or Linux. Quite nifty. Maybe look for newer versions. There was also a Condor called thing, that is used I thing in UK Grid computing.
 
Old 09-07-2004, 09:04 PM   #4
littleking
Member
 
Registered: Jun 2003
Location: New Albany, OH
Posts: 190

Rep: Reputation: 30
excuse me.... but why not just use rdesktop? (the default linux terminal services client)


http://freshmeat.net/projects/rdesktop/
 
Old 09-07-2004, 09:24 PM   #5
DrNeil
Member
 
Registered: Aug 2004
Location: Scotland
Distribution: Debian, Suse, Knoppix, Dyna:bolic, Mandrake [couple of years ago], Slackware [1993 or so]
Posts: 150

Rep: Reputation: 15
"rdesktop is an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required."

Does that work on XP ?
 
Old 09-07-2004, 09:36 PM   #6
redlinux04
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Original Poster
Rep: Reputation: 0
hi thanks guys,
yeah batch jobs that's what I want.
It should run a scan everyweek on all clients of adaware...
if it could handle that by itself it would be great-
 
Old 09-07-2004, 09:44 PM   #7
DrNeil
Member
 
Registered: Aug 2004
Location: Scotland
Distribution: Debian, Suse, Knoppix, Dyna:bolic, Mandrake [couple of years ago], Slackware [1993 or so]
Posts: 150

Rep: Reputation: 15
With PVM: the batch jobs are mostly terminal oriented. If that adware protection thingy needs clicki clacki I am pityfully at a miss how to do that, batchwise.

A lightweight http server might also be an answer. PVM works over rhosts so not the most secure.

Last edited by DrNeil; 09-07-2004 at 09:49 PM.
 
Old 09-07-2004, 09:54 PM   #8
DrNeil
Member
 
Registered: Aug 2004
Location: Scotland
Distribution: Debian, Suse, Knoppix, Dyna:bolic, Mandrake [couple of years ago], Slackware [1993 or so]
Posts: 150

Rep: Reputation: 15
Maybe pull the thing the other way:

XP scheduled task, a perl/python script that does the thing and reports the status to a redhat server? Then you know if it ran OK and were to go when it didn't and your security implications are reduced.

Grr my home broadband is really patchy tonite
 
Old 09-07-2004, 10:36 PM   #9
redlinux04
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Original Poster
Rep: Reputation: 0
hi yeah adaware needs clicki clacki and that's what I am worried about...how to perform clicks and such things on 30 machines with xp home...
can a python script do that?
 
Old 09-08-2004, 01:53 PM   #10
SOpsMattW
LQ Newbie
 
Registered: Jun 2004
Posts: 7

Rep: Reputation: 0
Adaware 6 SE allows command line syntax to schedule jobs etc.. here is the link.

http://www.lavasoftsupport.com/index...howtopic=40663


Rdesktop _does_ allow you to connect to any XP Pro or Home system, assuming that SP2 hasn't been installed with the firewall enabled. I do it all the time.. If you need to administer 20+ machines, avoid this method.. too time consuming.

PSExec from Sysinternals.com might be of interest to you. I believe it works on linux via wine. it allows you to run remote commands on windows-based machines.

<code>

#sample batch file with a usage of: batchfile somepassword
#never, never, NEVER put passwords in batch files!!!

psexec \\machinename1 -u administrator -p %1 adaware.exe /smart
psexec \\machinename2 -u administrator -p %1 adaware.exe /smart
psexec \\machinename3 -u administrator -p %1 adaware.exe /smart
psexec \\machinename4 -u administrator -p %1 adaware.exe /smart

</code>

Last edited by SOpsMattW; 09-08-2004 at 02:16 PM.
 
  


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
Remote backup of Windows(XP) machines on user logout rdk Linux - General 2 09-26-2005 05:44 PM
Multiple Machines behind single Static IP - failing remote ssh Animalector Linux - Security 8 08-18-2005 06:01 PM
Remote controll Ephracis Linux - Software 1 10-22-2004 03:13 AM
remote file access (non-networked machines) mikescar Linux - Newbie 3 02-03-2004 06:01 PM
how to open port 25 for remote machines abd_bela Linux - Security 4 01-30-2003 08:01 AM

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

All times are GMT -5. The time now is 10:28 PM.

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