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
1
vote
1 answer

Redirect subdomain on ubuntu server 14.04 to internal ip address windows server

I want to send traffic directed to remote.mydomain.com to a windows server with an internal ip address. Traffic from outside hits our public ip address and is directed to our ubuntu server 14.04 box, where also our website is hosted. Currently we…
stadtkind
  • 13
  • 4
1
vote
1 answer

Fax Server on a Domain Controller

So I have this Fax number attached to a modem inside a Windows 2012 R2 DC. I followed the steps on: https://technet.microsoft.com/en-us/library/jj134193.aspx to install and configure the Fax Service. Everything on the DC is working fine, I'm able to…
Noor Khaldi
  • 3,829
  • 3
  • 18
  • 28
1
vote
1 answer

Why does syslog-ng drop debug messages when logging remote?

In the local log output, I can see debug messages but these won't show up on the remote logging server. It seems to ignore these but it does print warning and error level messages just fine. These are the local (Ubuntu 14.04.2 LTS) syslog-ng.conf…
foraidt
  • 111
  • 4
1
vote
0 answers

WinRM HTTPS Connection to Windows 8 Systems

I have a couple virtual Windows 8 clients that I will be using to run some tests against a server. I set up WinRM so I can easily pull the data back from all the clients for analysis but the data needs to be transferred through the HTTPS port. I…
Rachel
  • 11
  • 1
1
vote
1 answer

Remote location management copy and install large software updates to 50 LAN

Initially posted to Stack Overflow and was directed here. I'm new to programming and am trying to write a powershell script to manage software updates. I'm in a windows domain environment with over 50 remote offices. Each office has 4 computers.…
Seanicans
  • 11
  • 1
1
vote
1 answer

How to remotely manage 2012 R2 print server

We have a Windows 2012 R2 server, that is running print services and hosting printers. I am using the management console snapp-in on another 2012 R2 machine to try and access the server remotely and manage the printers. When I add the remote server…
James Edmonds
  • 1,653
  • 10
  • 36
  • 58
1
vote
1 answer

MSMQ messages disappear when they get to remote server

I have to create a MSMQ messaging mechanism between two servers in the same domain, SenderServer (MS Server 2012) and ReceiverServer (MS Server 2008 R2). I created a private, transactional queue in ReceiverServer .\private$\receiver, I gave receive…
CiccioMiami
  • 209
  • 1
  • 3
  • 12
1
vote
2 answers

Powershell script that executes another powershell remotely

It's a long story, but I need to create a SQL trigger that executes a script remotely which executes another script remotely (yeah, I know). I'm using PowerShell. I have started at the end: Get-Service –Name “service” –ComputerName “Server2” |…
Horaceman
  • 145
  • 1
  • 4
1
vote
1 answer

What software can I use to retrieve log files from multiple remote servers via SSH?

I know I can do this using scripts, but I'd like to know if there is such a thing as a "ready made" software which lets me configure the host (and file paths) which I'd like to fetch (at regular intervals) from? I'm planning to set up LogStash to…
sbrattla
  • 1,456
  • 3
  • 26
  • 48
1
vote
1 answer

Launch Windows PE on a remote computer

We use WDS to image and reimage (refresh) computers (WDS only, no MDT). A technician can PXE boot to WDS and essentially lite touch the image. What is the best way to achieve this from a remote location on a PC that already runs Windows 7, without…
MrBeatnik
  • 83
  • 1
  • 8
1
vote
2 answers

Issue with sharp in host vars Ansible

Since # is considered as a comment in /etc/ansible/hosts I'm unable to use a password containing a sharp. [hosts] host1 ansible_ssh_user=user ansible_ssh_pass=userpass ansible_su_pass=My#Password Then with a raw command: $ ansible host1 -m raw -a…
Arka
  • 173
  • 1
  • 2
  • 8
1
vote
7 answers

Are there any services for securely backing up servers nightly (~200GB)?

We are currently migrating our Linux servers to Windows Server 2003, but are trying to decide on the best secure remote backup procedure. We currently have an rsync over SSH script in Linux that works great, and backs up all of our server in under…
Beep beep
  • 1,843
  • 2
  • 18
  • 33
1
vote
2 answers

Can I use a remote user to log in into a remote SQL Server?

Can I use the administrator user of a remote (no domain or anything like that) Windows Server to log in into the SQL Server running on that same machine? That would be, using the same credentials, user and password, as I use when I connect to that…
Pablo
  • 7,249
  • 25
  • 68
  • 83
1
vote
1 answer

Connect to sphinx on remote server

I recently moved sphinx onto the same server as our db so our architecture is: File Server that hosts our web app DB server w/ Sphinx instance (searchd) When I try to connect to sphinx at ip.to.db.server I get the following error: Sphinx response…
Eric Uldall
  • 161
  • 2
  • 10
1
vote
2 answers

Remote Workstations

I'm currently planning an install for a computer lab and I had an idea that I'm not too sure will work... The computer lab is roughly 15' x 15', with a full-size server rack in the corner. My goal is to place all of the computer towers in the rack.…
matalaweb
  • 271
  • 2
  • 4