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
2 answers

What is a free active directory simulator tool for testing remote single-sign-on auth requests?

Need to test if an application has correctly implemented active directory remote authentication single-sign-on requests? If you don't know of a tool, what would be a checklist of items to confirm are in place?
0
votes
2 answers

SQL Server 2008 Express, need to copy a table from one server to another automatically

We have 2 servers with SQL Server 2008 Express for IVR systems and one for our website. The website's database server is more accessible on our network. I would like to copy some tables from the other two servers to the website's database server for…
Chris
  • 183
  • 3
  • 3
  • 6
0
votes
3 answers

How to administer out-of-domain Windows Server 2008 Core remotely?

I have set up a Windows Server 2008 Core Edition, with a local administrator account only. I have set up (I think) remote connection and remote administration (following this). I have set up RSAT on my Windows 7 Professional desktop, and i am logged…
Mac
  • 318
  • 2
  • 3
  • 10
0
votes
1 answer

What software can I use to send a USB device over the network from a debian server to a windows client?

I have a netbook with not much power, 1GHz CPU & 1G memory. I'd like to install a headless linux to it, either Debian or TinyCore, both of which use aptitude & dpkg. I'm not sure which package has a server to run in Debian and a client that can run…
NginUS
  • 468
  • 1
  • 5
  • 13
0
votes
3 answers

Need logging system software

I have a N-Tier system for our clients to access data, and we're finding that our current logging system (built into the server application) is insufficient for storing all the data we need. Now, I need to find a new solution for saving and storing…
Tom A
  • 218
  • 1
  • 3
  • 10
0
votes
2 answers

What is a good free (or cheap) solution for remote backups on Server 2003

I have been pulling my hair out trying to implement a remote backup solution for my Windows server on very limited resources. My off-site storage is a NAS drive that only has FTP capabilities, not SFTP or SSH, so I also require something that will…
0
votes
3 answers

References for remote server setup

I'm going to setup a Linux server on a remote site. This server will be absolutly clean, nothing installed on it. People on remote site will receive the server, plug in network, power on and put in a CD/DVD. They cannot do anymore. I cannot get the…
PeterMmm
  • 895
  • 16
  • 28
0
votes
1 answer

Add a remote computer into my network neighborhood by ip address?

Some years ago, I was working with a contractor who needed me to access a few things on his computer. I dimly remember that he had me add his ip address into a file that was buried about 4 directories deep in the windows directory (I think this was…
Eli
  • 741
  • 2
  • 8
  • 16
0
votes
1 answer

using Linux vncviewer

when i am connecting to VNC server using wine on linux $ wine vncviewer.exe i have to enter: VNC Server: 1.1.1.21 Proxy/Reapeter: 195.29.18.33:1234 and then, when i connect, on top there is txt: 1.1.1.21:5900 (195.29.18.33:1234) mine question…
Darkoni
  • 1
  • 1
0
votes
1 answer

is there any tool like Dameware, but for Mac?

we IT fellows must love Dameware as we can control every PC from a single place, check definitions, security logs, alerts logs, check file system information, etc etc etc ... the list is so big that if I would tell you all the things I liked in…
balexandre
  • 557
  • 2
  • 13
  • 25
0
votes
3 answers

Remote Control for windows 7 machines

In the past (with windows XP) we have used the Altiris Deployment Console 6.9 SP3 to remote control our users machines. Since windows 7 has been released and deployed the remote control no longer works on windows 7. Symantec are not going to support…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
2 answers

Accessing VirtualBox from host/remote machine

I am going to be running a webapp [1] on a VirtualBox virtual machine, and I want to be able to access it (via a browser) from the host, and from another machine on the same network. (That is, on the host browser I type in 1.2.3.4:3000 and get the…
d3vid
0
votes
2 answers

MSSQL Remote Backup

Environment: Shared Hosting - No MSSQL control panel - Only have mssql management studio MSSQL Server: Remote - YES Remote SQL Connections - NO FTP - NO Shared Drive Is there a way to backup MSSQL 2005 or 2008 databases to my local machine or…
meh
0
votes
2 answers

Is there any way to enable remote desktop with a password but not require typing one in when at the physical machine?

I'm running Windows 7 and would like to use remote desktop to connect to my home computer. As such i want to enable password security for remote desktop, but I do not want to have to enter a password to log into my computer if i'm physically at my…
user47990
0
votes
3 answers

Connecting to mysql server remotely via dyndns.org

I have a mysql server which is accessed locally by several computers on the network through a static ip at 192.168.1.# . I need the mysql server to be accessed from our web servers so that I can run data syncs via the website backend. I have setup a…
user47871