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

Can I connect to a server at home from a laptop via a VPN running on a remote VPS?

In my current setup, I have a server running at home that my laptop can connect to remotely (e.g., from Starbucks) via SSH. To do this, I needed to get a static IP from my ISP (since they use CGNAT), and my router at home forwards a port to my…
Adrian
  • 3
  • 1
0
votes
0 answers

How to install google-chrome as non-root user on a remote server?

In order to use google-chrome for selenium-testing purposes (to be run headless of course) I want to install this on a remote server where I do not have root access. This server does not even have dpkg installed and uses spack as the package…
Alex
  • 105
  • 1
  • 2
  • 12
0
votes
0 answers

Powershell Remote Connection to Active Directory

I am trying to connect to a remote server via Active Directory Cmdlets like "Get-ADGroup -Server xx.xx.xx.xx" (Microsoft.ActiveDirectory.Management.dll). The connection can't be established although the ports 9389 (ADWS) and 636 (LDAP) are…
dan_0
  • 131
  • 2
0
votes
0 answers

VPS for Remote Web Development - best practice?

Disclaimer: I am still fairly an IT newbie and have been doing self-studies around web development. I decided to take the path of remote development. After some research, I came up with this configuration: remote: VPS (provided by an ISP) with a…
Tando
  • 9
  • 3
0
votes
1 answer

WinRM - Remote session not working between old & new DCs

We have a total of 6 domain controllers, 2 of which (dc03/04) have just been created. I'm able to PSRemote between all of the older DCs, and between 03 & 04, but I'm not able to PSRemote between the older DCs and the newly-created ones. I'm able to…
Travis
  • 123
  • 8
0
votes
0 answers

ERROR 2003 (HY000): Can't connect to MySQL server on '1.2.3.4' (10060)

I've tried to look for a solution and there are many similar questions but somehow none of the solutions are working. I have a laravel app running on one of my ubuntu servers at 1.2.3.4 IP. I installed mysql and everything is working fine for the…
Afifa
  • 1
0
votes
0 answers

Distributed management tool for windows

I'm searching for a (free, possibly) tool that would let me manage remotely a group of Windows 10 machines (say execute a .bat file, deploy a configuration file, start/stop a service, etc.). The machines involved are a group of about 20 hosts. Which…
friol
  • 191
  • 1
  • 5
0
votes
0 answers

login to remote Win10 and retrieve file

Currently doing a manual daily backup of certain files, tars and zips, from a number of Win10 boxes to a master Win10 box. Backups are done by RDP - copy - paste. There has to be a way to script this. Please avoid: network file share, folder…
scorpdaddy
  • 101
  • 2
0
votes
1 answer

Remotely IIS access using web management service (wmsvc)

I was able to remotely connect and access an IIS web-server using the WMSVC service installed. However, whatever rules add/remove start/stop...etc I need to do is working just fine, but adding a new website blocks me on selecting a path folder. How…
cadobe
  • 15
  • 7
0
votes
1 answer

Two DCs at home office, one remote office...DNS resolution?

Our main office has two domain controllers (Windows Server 2016), shown as one below for simplification. I'm bringing up a remote office, with a firewall at each location. I'm trying to keep the config as simple as possible. The main office works…
JeffR
  • 113
  • 5
0
votes
2 answers

Debian - resize root ext3 partition on remote system

I want to resize (shrink) root ext3 fs partition of remote Debian 5.0 system. There is no LVM. Is it possible without using a livecd? E.g. via custom initrd.img. And second problem - Can I instuct grub to use different options only at first next…
osgx
  • 603
  • 12
  • 26
0
votes
1 answer

How do 2 users on ansible node connect to thesame worker node

I set up 2 new users with their respective key pairs,.. their public keys ve been established on the remote host. The problem am having is I passsed the ssh keys on the host file as…
0
votes
1 answer

Remote deployment of a script on linux

We are creating a lab and wanted to setup like 10-15 hosts with ldap. We need to install on each computer some packages that are necessary to run ldap, so my question is - can I somehow run 1 bash script on multiple computers simultaneously? So…
Pakuss
  • 1
0
votes
1 answer

Way to connect to VPS w/Win Vista Home Basic, other than VNC or TeamViewer?

I need to connect to a VPS and I'm running Vista Home Basic. TightVNC and TeamViewer both require access to the VPS first, because they require that the server be set up with TightVNC or TeamViewer. Is there anything similar to Remote Desktop that…
Tia Peterson
0
votes
3 answers

cannot access iis 7 / vista remotely

I have build a web site and deployed it on my iis 7 / vista. I can access the site from localhost but not from the network. computers on the network have "ping" working to my machine and I have turned off my firewall. Is there any tweak in iis 7 to…
Yaron Naveh
  • 345
  • 4
  • 6
  • 17