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").

626 questions
0
votes
1 answer

Disaster Recovery: PXE boot Windows Server 2019 from ISO

I have a dedicated physical Windows Server 2019 on the Ionos cloud platform. I need to implement a disaster recovery plan. I also have added a shared storage block on another Ionos server and mapped the shared storage segment as a network drive on…
0
votes
1 answer

RDS farm - RDS servers "Online - Access denied"

EDIT - This is on Microsoft Server 2016 I need some help - Our RDS farm contains... 2 rdsBrokers, 1 rdsLicense and 6 RDS servers. I do have a problem with the permissions to the RDS server rds02-03-04-05 and rds06. But not for RDS01? As you guys see…
Thomas M
  • 1
  • 2
0
votes
0 answers

Find Directory of Target File on Remote Server

I am trying to find a file directory on a list of remote servers. I want to: Use Powershell; get targets from comma delimited text file, i.e. server1,file1 Note: file is different for each server. Search the C: and E: partitions for a file, even…
isd503
  • 1
0
votes
0 answers

Allow MongoDB remote access only for specific IP

I bind with my VPS public IP address. I figurate with help of my mistake that my localhost apps connect with success with my remote server. Allow MongoDB remote access only for specific IP? Any options. I added : security: …
Nikola Lukic
  • 101
  • 6
0
votes
3 answers

How to use remote app on local computer

Hi is there any way that I can use any remote app on my local computer Using RDP, CLI, web browser or in any other way, I don't want to access remote PC directly I just want to access the Application, so that the application display on my Local…
0
votes
1 answer

Executing Remote commands on target machine via WinRM in workgroup environment

I'm looking forward to run special commands on a target machine in my local network (workgroup, no domain join). The machines have been previously configured with Enable-PSremoting etc.. to tolerate Windows remote management so that we can execute a…
Andy McRae
  • 125
  • 1
  • 8
0
votes
3 answers

Networked Remotely-Managed Media Player

We're looking to replace our current in-store video distribution model, which involves the production of a DVD ISO and several people burning discs and shipping them out. Cost-benefit analysis shows that utilizing the existing WAN connections at…
Matt
  • 142
  • 1
  • 8
0
votes
4 answers

Backup data to remote dedicated server

My company already has a "local" backup strategy, but is willing to also backup data on our remote dedicated server as an additional "plus". Some info: Both machines are Windows Server (client is 2003, server is 2008) Administrator rights on both…
Alex Bagnolini
  • 113
  • 1
  • 11
0
votes
1 answer

Install Ubuntu 20.04 desktop over ssh (Ansible)?

The computers in our classroom currently run a master system (Ubuntu 18.04 desktop) on one partition and a backup system (Ubuntu 16.04 desktop) on another partition. How can I remotely (ssh or Ansible) install Ubuntu 20.04 desktop on one partition…
Marten Bauer
  • 101
  • 1
0
votes
1 answer

CentOS 8 remote logging logs on both custom log and /var/log/messages

I'm trying to configure a remote log host for my servers (all CentOS 8). I added this on my central server if $fromhost-ip == '123.123.123.123' then /var/log/{{hostname}}.log Also I changed my client config to *.*…
Gwynn
  • 13
  • 6
0
votes
1 answer

How to ssh into system connected to same network switch?

I have a few systems which are connected to the same network switch. All of them are running linux / Ubuntu 18. I want to remotely access one machine to another through ssh. That is, if I'm operating on one of the machines, I want to remotely access…
0
votes
1 answer

MDT new computer imaging over Internet

Since everyone and their kinfolk are working from home these days, our IT department is looking for a solution for imaging new computers away from the office. We're using MDT to push out the images over the internal LAN currently. This would be…
SamDu
  • 1
0
votes
1 answer

Connecting to a colleagues computer over VPN when both of us are working remotely

I'm looking for some guidance on connecting to a colleagues computer to offer technical assistance when we are both out of the office and working remotely. We have a Unity Security Gateway with a VPN Subnet setup. They are connecting to the office…
0
votes
2 answers

Users cannot log into VM server that is joined to a DC

I've been having a problem recently where i have a VM machine that is running windows server 2012 which is connected to a DC running the same OS, on the DC i have ADUC running with all of my users configured and added into the remote desktop users…
-1
votes
1 answer

Properly implement REMOTE_USER-like thing for ssh

I'd like to know how to make the remote user name available in an ssh session on my server. So when joe@host1 logs in as commonuser@server1, the scripts running on server1 running as commonuser will know that the person running them is actually…