|
We have a windows application that runs on a server and accesses 4 other servers (all of them are members in the domain) to get the messages in each of their private queues. We've just installed a new server, and for some reason when the application tries...
Started by Lea Cohen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
IF you see traffic going out to the remote server, but you never see even one packet coming back from it before the failure,....
IF you see no actual traffic being sent to the remote server in question, then you for clues.
From each other).
|
|
Is it possible to connect via Remote Desktop Connection to a windows 7 machine without locking the remote computer (I want to use the same logged in user)? Or is it possible to release the lock after the remote desktop session is closed?
Started by yossis on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
You go into the help and support area....
It basically uses the same remote desktop technology under the hood.
As I know, it's not possible to prevent Remote Desktop Connection from locking the computerTake a look at remote assistance.
|
|
The Remote Desktop client on Windows XP x64 (SP2) sometimes gets into a state where it can't find certain remote computers by name. For instance:
dc.example.local = 10.123.0.27
Attempting to RDP to dc.example.local yields the error message:
This computer...
Answer Snippets (Read the full thread at serverfault):
How many DNS servers do you have? Will it be possible that --if you have more than one-- one of them do not have those machines on record?
It could be DNS-related, if you run Active Directory - what does a dcdiag dns test on the DCs say about it (just... .
|
Ask your Facebook Friends
|
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, receive request headers and see in request headers information about HTTP ...
Started by Aizaz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could do netstat -a in the command line and see if the default port for remote desktop.
|
|
Hi
I'm looking for a good solution that allows me to remote desktop a windows computer from a ubuntu computer.
I have found some other questions about it but they all seem to be windows to windows like this one http://superuser.com/questions/1585/whats...
Started by Johan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Moreover, NX also can connect to remote RDP.
It's fast, even over WiFi.)
Give NoMachine a whirl.
|
|
Possible Duplicate:
How can I configure my ADSL modem and Home PC to be able to access from external?
Others asked and answers on this question " What’s the best Remote Desktop Application? ", the question is, why i need these applications to remote my...
Started by Amr ElGarhy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
TeamViewer
http credentials into your home router ....
To get a remote-desk session to your machine computer I can ssh to, letting me browse from around the world, just from my desktop.
Of the server helps -- static or through DNS lookup) .
|
|
We just setup some new Windows 2008 R2 servers and we are unable to Remote Desktop into them from our Windows 7 desktops. Remote desktop connects, but after we provide credentials we get:
The connection cannot be completed because the remote computer ...
Started by Jim McKeeth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Examine the DNS records created....
Check reverse DNS lookup on the IP address of the Windows 2008 R2 machine .
Check normal name lookup through DNS.
Have you tried flushing the dns cache?
ipconfig /flushdns
Sounds like the problem lies somewhere in the DNS .
|
|
I've got a main desktop computer at home, I'd like watch movies using it but able to control it afar.
For example, I would like to lay on my bed and control the desktop using my own laptop via wireless.
I've been looking for solutions to my question. ...
Started by Dean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Here's an explanatory picture from their website:
So you would set up your laptop... .
I personally have used it exactly as you describe.
The program you want is Synergy+.
It will not log you out like RDC.
For minimal configuration, I recommend TeamViewer.
|
|
I am using C#...
I need the ability to copy a set of files to about 500 unique computers. I have successfully been able to use the LogonUser() method to impersonate a domain account that has the required permissions to copy the files. The destination ...
Started by Casey Gay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As WindowsImpersonationContext = Nothing Try MessageBox.Show("Copying file...") If LogonUser("Local Admin name", "Local computer.
|
|
I remote desktop into a remote computer, and want to restart it from inside. When that remote computer comes back to life, can I still log into it? I will lose the previous session, for sure, but can I still log into it?
Started by Ngu Soon Hui on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
If your using Windows, then here are some of the reasons... .
Remote access has assuming the computer restarts and loads the operating system correctly.
Are connecting using the IP address and the computer is assigned a new IP address.
|