[BackupPC-users] open firewall ports on (domain controlled) windows clients

2010-10-31 Thread Bernhard Ott
Hi all,
I have to backup some windows clients which are members of a domain that 
I can't control (don't ask ;-)), so no way to change the domain profile.

Is there a way to open the ssh port at boot time via script without 
being overruled by the domain controller?
Would something like:
netsh firewall add portopening TCP 22 SSH enable subnet
work in this case (and where to put it)?

Of course I do have root privileges on all clients.

Thanks for your help,
Bernhard

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] open firewall ports on (domain controlled) windows clients

2010-10-31 Thread Bernhard Ott
On 10/31/2010 02:09 PM, Bernhard Ott wrote:
 Hi all,
 I have to backup some windows clients which are members of a domain that
 I can't control (don't ask ;-)), so no way to change the domain profile.

 Is there a way to open the ssh port at boot time via script without
 being overruled by the domain controller?
 Would something like:
 netsh firewall add portopening TCP 22 SSH enable subnet
 work in this case (and where to put it)?

Maybe this could work (sorry, can't test right now and I need this to be 
done very soon):

Add the following entries to the Windows Firewall Netfw.inf:

[ICF.AddReg.DomainProfile]
 ^^
HKLM,SYSTEM\CurrentControlSet\Services\
SharedAccess\Parameters\FirewallPolicy\
DomainProfile\GloballyOpenPorts\List,
22:TCP,0x,
22:TCP:192.168.1.1:enabled:secure shell (SSH)


Sorry for this question not being entirely backuppc-specific ;-)
BTW, win-clients OS are XP SP3, Win 7 ultimate 64bit

Bernhard

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] New release of BackupPC_deleteBackup - who can put it into the wiki?

2010-10-31 Thread Matthias Meyer
Matthias Meyer wrote:
 
 Where is the problem?
 More than a year ago I asked for an update of the mediawiki entry.
 The entry is realy outdated!
 
 Maybee someone can add me to the editor group so that I can update the
 entry.
 Send me a mail and ask me for the necessary account informations.
 
 Thanks in advance
 Matthias

Access granted. Thanks Graig :-)
How_to_delete_backups is up2date now:
https://sourceforge.net/apps/mediawiki/backuppc/index.php?title=How_to_delete_backups

br
Matthias
-- 
Don't Panic


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/