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
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
  • 7
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

Nginx ip_hash not working as intended

We are using Nginx community edition for ip_hash load balancing. Everything is working fine except for one remote client office, which, we suspect from observing the access logs, is sending different IP addresses for subsequent requests coming from…
6nagi9
  • 119
  • 3
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

Idea for better performance in development environment Web Logic remote?

I would like to ask for help and guidance, about the problem and the idea I had, open to suggestions. I'm working on a project where the application is in weblogic and there are several modules. In the dev team, everyone has ecplise and weblogic…
0
votes
2 answers

Using DD to clone a 600GB drive using SSH to remote location with only 60 GB of allocated data [server migration]

Please, excuse my horrible english. I'm triyng to find the way to clone a HDD server to a remote destination location, using SSH and, if possible, compress data on-the-fly to minimize unnecessary data transmission between them. The main objective is…
0
votes
0 answers

Remote SSH connection from one server to another HANGS, no fail, no error

Trying to copy files from one server to another because the amount of files is not feasible to do by copying to my home pc and then out to second server. SSH, rync, and scp all hang from either server, but works fine to log in directly over SSH…
user7211
  • 1
  • 1
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
  • 6
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
  • 583
  • 11
  • 26
0
votes
0 answers

CORS rejection from remote browser access to public web page Ajax call to http://localhost:5000 Nginx reverse proxy, backend server DOTNET 6 KESTREL

Public Domain SSL Certificate signs site and KESTREL backend server (.PEM, now supported in DOTNET 6). Running on Ubuntu 20.04 (Digital Ocean cloud droplet (VM)). Works from CURL and from Browser same-site. Not from remote browser. Tried all…
0
votes
1 answer

access mikrotik webfig through the private openvpn address

I am using Mikrotik (7.1.1) router with an ovpn client interface connected to an openvpn server installed on ubuntu ec2. Everything worked fine: I want to use my laptop (connected to the same OpenVPN server) to access remotely to the /WebFig using…
dev
  • 121
  • 3
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