Questions tagged [remote-access]

Questions about accessing a system or network from a remote computer or location. Consider using a more specific tag for your particular tool, e.g. VNC.

1069 questions
2
votes
5 answers

Why doesn't my python script keep running when I use &

I have my gameServer.py script running remotely through PuTTy. gameServer.py looks like this: while True : (( listen for packets )) (( send all packets to all clients )) WHEN I execute the script normally: ./gameServer.py It works perfectly…
bobobobo
  • 789
  • 6
  • 14
  • 26
2
votes
2 answers

Anywhere Access on 2012 is blank page

I used to have anywhereaccess on our Windows 2012 R2 Server working perfectly. We share a building with other businesses and the IT system had maintenance, since then I've received this error: They're adamant it's nothing they've done but…
2
votes
1 answer

Remote GUI Tools not available for Nano-Server

I'm reviewing the new Windows Nano Server Installation option. I'm using the Server Technical Preview 2 and installed a Nano Server OS in a VM on a Server 2012 R2 Hyper-V host. I can connect to the Nano-Server via PowerShell remoting and can do all…
Peter Hahndorf
  • 14,058
  • 3
  • 41
  • 58
2
votes
2 answers

powershell v2 remoting - How do you enable unecrypted traffic

I'm writing a powershell v2 script that I'd like to run against a remote server. When I run it, I get the error : Connecting to remote server failed with the following error message : The WinRM client cannot process the request. Unencrypted…
Peter Walke
  • 153
  • 1
  • 3
  • 7
2
votes
3 answers

Remotely connect to device with ip from different subnet

I have to figure out some way to remotely connect to D-LINK switch currently working on default address 10.90.90.90 (service guys have replaced broken one, but they have forgotten to do initial config). The problem is it's connected directly to lan…
mi_k
  • 31
  • 1
  • 5
2
votes
2 answers

Remote Control with Remote Desktop Services Manager - error Access is denied (Windows Server 2012 R2)

We have 2 Remote Desktop Servers (Terminal Servers) with Windows Server 2008 R2 (WS 2008 R2) and Windows Server 2012 R2 (WS 2012 R2). I'm using Remote Desktop Services Manager (RDSM) installed on WS 2008 R2 to control user's sessions. I've…
2
votes
1 answer

The best approach to access server in DMZ (outside domain) from LAN via command line (MS Windows)

I have two servers: SVR1 (Windows Server 2008) in LAN - part of domain SVR2 (Windows Server 2008) in DMZ - workgroup I need to access SVR2 from SVR1 via command line batch - copy some files and execute sc command to manage services on SVR2. This…
2
votes
1 answer

Any way to centrally administer cygwin updates?

Is there a way to centrally administer cygwin, i.e. run remote updates on multiple boxes from a central 'admin machine'? basic goal: keep sshd up to date on all instances stretch goal: keep everything up to date and in sync. thanks
user50460
  • 315
  • 1
  • 2
  • 8
2
votes
1 answer

Exchange 2010: configure remote wipe notifications

When users (or administrators) initiate a remote device wipe on Exchange 2010, the user gets a confirmation message delivered to her mailbox upon a successful wipe. It seems that this message is being localized according to the reported language of…
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
2
votes
1 answer

Two LAN cables when using Remote Access Card?

I recently bought a HP MicroServer N54L and a HP Remote Access Card. Connecting to the server over a KVM viewer for BIOS setup etc. works fine, but when it comes to installing Ubuntu 14.04. the automatic network authentication fails, telling…
Webx10
  • 65
  • 2
  • 8
2
votes
1 answer

Open Xen Manager and XenCenter server connection

So, I've got server set up and running the Xen hypervisor version 4.1 with Debian Wheezy (7.5.0) as the host OS, along with xcp-xapi and all relevant services are running correctly. Problems arise when I try to connect to the server through Open Xen…
anark10n
  • 153
  • 1
  • 3
  • 12
2
votes
1 answer

Windows Server 2012 Essentials - Trying to setup "Anywhere Access" but the "Computer Access" list for users is blank

I have a new installation of Windows Server 2012 Essentials and I'm trying to setup "Anywhere Access" for both VPN and remote desktop. The basic setup is all working. Shared folders is working but remote desktop has no computers available. On the…
tetranz
  • 315
  • 2
  • 6
  • 14
2
votes
3 answers

How to power on/off multiple HP proliant 380 G5 at once?

First of all, excuse my non acquaintance in IT, because I'm not an IT person at all. I just installed a small render farm composed of 16 HP proliant 380 G5 and 10 Bull Novascale R2 (supermicro based motherboard). OS is windows server 2008 R2. I…
Laurent
  • 21
  • 1
  • 2
2
votes
0 answers

Remote management issues

I have HyperV Server 2012 R2 installed and I've opened ports in the firewall to allow remote snapins to connect. They mostly work, but, for example, the logical disk manager connects and shows information, but refreshing doesn't work. I get no…
Andy
  • 573
  • 3
  • 7
  • 25
2
votes
1 answer

How can I run the same command on all Ganeti nodes?

When administering a Ganeti cluster, it is important to maintain one of the main assumptions Ganeti does: all nodes (at least inside the same group) are equal. How can I run the same command on the entire cluster? Full disclosure: I am being paid to…
badp
  • 165
  • 10