Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

"Remote" could refer to either the network resource availability (e.g. "the user can interrogate the information remotely"), the user access to a network resource (as in "server access authorization through a Remote Desktop Connection/Protocol"), or even the location of the user related to the network accessed ("A Teleworker is allowed to connect remotely on 2 days per week through VPN/Remote Access, if there is a home office space available and all the conditions are met to allow the worker to perform the expected duties remotely").

613 questions
2
votes
2 answers

Open a VMware Server 2.0 console with just one click

Currently you have to login to the VMware Infrastructure Web Access GUI, select the VM, and then open the console. Is it possible to open a console with one click or one command?
Ivan
  • 3,172
  • 3
  • 24
  • 34
2
votes
3 answers

Execute local bash scripts on remote server but needs user input

I am using SSH command to execute the bash scripts remotely: ssh user@server 'bash -s' < $script_dir/script.sh And inside the script.sh, I will have the command like below to add ssh keys: ssh-keygen -t rsa ssh-copy-id postgres@$sqlserver ssh…
Eva Cheung
  • 21
  • 1
  • 2
2
votes
0 answers

Cant remote manage server "Access is denied"

Im trying to work with performance monitor on windows server 2016 core. I have my PC a VM a new or was atleast new Installation of server core and i got some other VMs running. All im trying to do is access performance monior remotely. So this is…
2
votes
2 answers

Connecting to a remote mysql database using its private IP Address

My database server has only a private IP address. I am able to ssh into the database server from my application server. I have created an user with the app server's IP address. Can anyone tell me how to access mysql databases from the app server…
TrickyExplorer
  • 89
  • 1
  • 3
  • 11
2
votes
1 answer

Expring package signing key

I have a whole bunch of remote locked down Debian boxes, I can not access them all ports are closed. They are quite numerous en spread all over the country, physical access would be a rather bothersome logistical operation. These boxes are updated…
Erik
  • 55
  • 1
  • 6
2
votes
2 answers

Method of controlling BIND 9 from .NET app?

We have a WCMS that allows the user to add in domains they've purchased through us to their site manager, which is supposed to instantly work. In order for this to be, we need to be able to have the WCMS make changes to the DNS (add new domains, A…
2
votes
1 answer

CentOS installer hangs through IPMI

I am trying to install CentOS remotely in a supermicro server through the Java IPMI applet and the installer hangs either on "starting network manager", or "starting pre-anaconda logging service". I have tried CentOS-7-x86_64-Minimal-1708 and…
2
votes
2 answers

Network Administrator

I often need to deploy linux rpm style servers set up as templates for clients at remote sites around the world. Before selinux I would have a remote admin make a basic server at the same kernel level and with similar partitions to my template.…
Jim Grot
  • 21
  • 2
2
votes
1 answer

Does Windows 2012 Terminal Server enforce a connection limit based on number of license CALs?

We are using Windows 2012, purchasing, and installing per user CALs to enable more than 2 users to connect to a Windows 2012 server. We are going merrily along when someone asks: how will we know if we have enough CALs on the machine? Someone else…
2
votes
3 answers

connect to remote database

I am new to SQL Server and I'm wondering how to connect to a remote database. I am not trying to do this through a web app, I am just trying to connect to and view a database (which exists on a remote server) on my machine. Is there a way to do…
Meg
2
votes
0 answers

How to install Ubuntu remotely on a windows machine?

My client is located in Ireland while I'm in India and he is not very familiar with Linux machines and we need to set up a linux machine so that we can set up an apache server on his machine there. He has windows installed on the machine so is there…
Bazinga777
  • 143
  • 4
2
votes
2 answers

Can't add built-in Remote Desktop Users group on DC to Remote Desktop Users on 2012 server

I have new 2012 servers and so far its only set to allow administrator to remote in. In Computer Management/Remote Desktop Users, the only member is administrator. When I try to add the built-in Remote Desktop Users group from the DC, the server…
Casey
  • 21
  • 1
  • 3
2
votes
3 answers

Remote access Mikrotik with no public IP

I have a Mikrotik behind a broadband router, I want to access the Mikrotik using web or winbox but the problems are; 1- Mikrotik could access internet but has no public IP 2- Using VPN is forbidden here 3-Broadband router is not physical accessible…
Mohsen
  • 29
  • 1
  • 1
  • 2
2
votes
0 answers

How can I separate logs with rsyslog from a remote location for devices using the same IP?

I have a number of Yealink SIP phones at different locations that I am trying to centralize log collection for. I have set up a CentOS server at my main location with rsyslog. I am forwarding all traffic from UDP 514 to this server. There is no way…
2
votes
1 answer

Reset or delete remote Powershell sessions

I run a remote Powershell script to add a machine to a domain. Machine reboots, is added to the domain, all good. $Uri = Get-AzureWinRMUri -ServiceName $ServiceName -Name $VMName -Verbose $PSSession = New-PSSession -ConnectionUri $Uri -Credential…
Razvan Zoitanu
  • 635
  • 1
  • 10
  • 26