Remote Desktop

ARosch

Member
Apr 12, 2012
75
0
61
I have been trying to setup remote desktop for a few days and have had no such luck. The host computer is running Windows 7 Professional and I have enabled the remote connections to it. When I am on the same network and try to use my laptop to connect using the name of the host computer, I am able to connect right in with ease; however, when using the IP address of the host I cannot get it to connect. I get the error message "Remote desktop can't connect to the remote computer for one of these reasons:" and then it gives the following reasons "Remote access to the server is not enabled; the remote computer is turned off; the remote computer is not available on the network." I am not really sure why I cannot connect via the IP address. I am googling "my ip" from the host computer then using that on my laptop to connect.

Here are the settings on my Belkin router.



I have tried connecting with just the IP, the IP immediately followed by :3389, and followed by :2626 all of which yield the same result. I also tried connecting before I added the RDP 3389 server to my router settings.

I want to be able to connect to my desktop when I am not at home and on a different internet connection. Any suggestions?
 

airdata

Diamond Member
Jul 11, 2010
4,987
0
0
That's weird that you'd be able to connect w\ the host name but not with the ip address.

In general you'd usually troubleshoot the other way around in case dns was messed up.
 

VirtualLarry

No Lifer
Aug 25, 2001
56,479
10,137
126
Are you testing the public IP, from within your LAN? Unless your router supports local loopback, that won't work.
 

Dulanic

Diamond Member
Oct 27, 2000
9,950
569
136
I had the same problem with other services and it was local loopback issues. Does your ddwrt support your router? Most Belkin's do. If so, I'd flash that and then you just need to add the following firewall script into commands to make local loopback work.

insmod ipt_mark
insmod xt_mark
iptables -t mangle -A PREROUTING -i ! `get_wanface` -d `nvram get wan_ipaddr` -j MARK --set-mark 0xd001
iptables -t mangle -A PREROUTING -j CONNMARK --save-mark
iptables -t nat -A POSTROUTING -m mark --mark 0xd001 -j MASQUERADE
 

ARosch

Member
Apr 12, 2012
75
0
61
I don't need to be able to remote desktop from the same wifi connection; I was only doing that to test it. I just tested it today from a different wifi network (the one at my school) and I got the same error. Any other suggestions?
 

Dstoop

Member
Sep 2, 2012
151
0
0
I don't need to be able to remote desktop from the same wifi connection; I was only doing that to test it. I just tested it today from a different wifi network (the one at my school) and I got the same error. Any other suggestions?

9 times out of 10 this is a firewall issue. Either the host computer is actively blocking the connection or the laptop is blocking RDP, or both. Turning on "allow RDP connections" doesn't always process the proper windows firewall exceptions, and definitely doesn't do it if you're using third party firewall software.

If you're using a non-standard port for RDP on the host, you also have to remember to edit the registry key on the host that dictates what port it uses to listen to RDP connections.
 

ARosch

Member
Apr 12, 2012
75
0
61
So I have been working for a few days trying to figure out if this is a firewall issue. I have tried configuring it and adding an exception and I am either not doing something right or it is not working. I have Norton Security Suite, would it just be easier if I just uninstalled that and let windows defender protect my PC? Or perhaps someone has another suggestion or an explanation of how to add Remote Desktop to the firewall in Norton?
 

Gillbot

Lifer
Jan 11, 2001
28,830
17
81
I gave up and went the easy way with Logmein free version. Others have suggsted teamviewer is better but I haven't tried it.
 

ARosch

Member
Apr 12, 2012
75
0
61
Will team viewer work if I am not logged in to my desktop? Like will I be able to use it to log in to my account like I do with Remote Desktop?
 

debian0001

Senior member
Jun 8, 2012
465
0
76
I have this setup and it works... make sure you have the port on the firewall off... might be the Windows firewall.

Best way to test is telnet <public ip> 3389 and see if's listening even on the PC itself to see. If it's listening on the pc itself, it might be the external firewall on the other network.
 

Gillbot

Lifer
Jan 11, 2001
28,830
17
81
Will team viewer work if I am not logged in to my desktop? Like will I be able to use it to log in to my account like I do with Remote Desktop?

I don't know, I don't use teamviewer. I use logmein and it allows to log in to the machine and even use WOL if the machine is off. I would imagine teamviewer is similar, so someone with experience may chime in.
 

ARosch

Member
Apr 12, 2012
75
0
61
I have this setup and it works... make sure you have the port on the firewall off... might be the Windows firewall.

Best way to test is telnet <public ip> 3389 and see if's listening even on the PC itself to see. If it's listening on the pc itself, it might be the external firewall on the other network.

I am a little confused, how can I run that test?
 

nickbits

Diamond Member
Mar 10, 2008
4,122
1
81
I am a little confused, how can I run that test?

Load up the command prompt and run it. You probably will need to install telnet via "turn windows features on and off". It isn't installed by default.
 

KentState

Diamond Member
Oct 19, 2001
8,397
393
126
Just a suggestion if you do get this working. Change your port for RDP to something random as 3389 is easily targeted.
 

Dstoop

Member
Sep 2, 2012
151
0
0
You can establish remote connection between two computers by IP address using Microsoft RDP Connection Tool, provided both the machines are on same LAN. If trying to connect over internet, you need to use various remote support services such as logmeinrescue, gosupportnow etc. or can even consider deploying on premise remote support appliance such as RHUB or Bomgar appliances.

Untrue. While it's probably easier for the average user to go with something like logmein, it's very possible to use RDP over a standard internet connection. It's not the most *secure* solution without enterprise-grade configs, but you can still do it.

The destination computer must have "allow RDP connections" enabled.
Both computers must have the proper firewall allowances.
Port forwarding must be configured properly on the router.
If using a non-standard port there is a registry edit that must be done to tell the computer to listen to that port instead of the default 3389.
Additional config might be required depending on the routers and their own internal firewall settings on both ends.

It works just fine, even on Win7 Pro/Ultimate.
 

MrColin

Platinum Member
May 21, 2003
2,403
3
81
All you should need to do to connect from outside your LAN is to set up port forwarding on your router. The default port is 3389, you should change it to something else though. Unless your ISP has given you a static IP, you may want to look into using a dynamic DNS service so you can use a hostname instead of an IP from the external network.

I do this all the time, it works fine. As an added benefit you'll be able to look up the IP address of your PC if it ever gets stolen (assuming you have a ddns update service running on it).

You may want to check any software firewall on the server as well, it has to allow connections from basically anywhere.
 
Last edited:

Emulex

Diamond Member
Jan 28, 2001
9,759
1
71
Google how to enable RDP 8 on windows 7 . It can use both TCP and UDP. You have to open both ports. It's trippy - if you open a dos box and type a long file or do a dir /s it will stream as a video (unlegible) versus the old RDP 7 which lagged out like a mofo.

You can actually stream video with audio sync over WAN as long as its low enough resolution like a 320x480 . It transcodes and its fast. try it
 

debian0001

Senior member
Jun 8, 2012
465
0
76
You can establish remote connection between two computers by IP address using Microsoft RDP Connection Tool, provided both the machines are on same LAN. If trying to connect over internet, you need to use various remote support services such as logmeinrescue, gosupportnow etc. or can even consider deploying on premise remote support appliance such as RHUB or Bomgar appliances.

Wrong. I do it everyday. You just need to port forward on your router on the IP address running the RDP service and use the interent IP.
 

Gillbot

Lifer
Jan 11, 2001
28,830
17
81
Wrong. I do it everyday. You just need to port forward on your router on the IP address running the RDP service and use the interent IP.
you need to set up different ports/forwards if you want to access multiple machines.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |