Solved Remote desktop is not working

I thought we resolved this?.

Didn't we conclude that you can access remote desktop by the computers ip address, but not the host name,

Therefore I'd say remote desktop is strugling to resolve your host name , which points to DNS ISSUE

We could manually add a rule to the host files on both systems, but both machines will need to run a static ip address for this.
 

My Computer

Computer Manufacturer/Model Number
Cooler Master
OS
Windows 7 Home Premium 64 Bit
CPU
Core I7 1155 3.4GHZ
Memory
8GB DDR 1600
Hard Drives
64 GB SSD - OS
1TB - DATA
PSU
340 Watt Corsair
Case
Cooler Master
Cooling
Cooler Master
The ipconfig /flushdns clears Windows' DNS cache. It may or may not do anything, but might be worth a shot. It is useful for when there are recent DNS changes.

It would be best for you to configure those DNS addresses on your router, and then choose Automatic Settings instead of auto IP / static DNS on the clients.
 

My Computer

Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Ultimate x64, BackTrack Linux 5 R2, Windows XP
CPU
Intel Core i7 920 OC to 3.6GHz
Motherboard
ASUS P6T Deluxe V2
Memory
Corsair 6GB DDR3
Graphics Card(s)
ATI Radeon 4890
Monitor(s) Displays
ASUS 23"
Screen Resolution
1920x1080
Hard Drives
150GB Velociraptor
640GB
PSU
Corsair 850w
Case
CoolerMaster HAF932
Cooling
CoolerMaster V8
Internet Speed
30Mbps
Didn't we conclude that you can access remote desktop by the computers ip address, but not the host name,

Therefore I'd say remote desktop is strugling to resolve your host name , which points to DNS ISSUE

Indeed

We could manually add a rule to the host files on both systems, but both machines will need to run a static ip address for this.

Why? Don't this have to work without some manual rules? I think I have static IP's.


The ipconfig /flushdns clears Windows' DNS cache. It may or may not do anything, but might be worth a shot. It is useful for when there are recent DNS changes.

Just tried it. Didn't work. I'll remove the opendns settings temporary to test if that's the problem

It would be best for you to configure those DNS addresses on your router, and then choose Automatic Settings instead of auto IP / static DNS on the clients.

I don't have a router
 

My Computer

OS
Windows 7 Ultimate x64
So your running off a modem with a public address and your firewall is turned off? Each pc has a different modem?
 

My Computer

OS
Windows 7 Ultimate x64
So your running off a modem with a public address and your firewall is turned off? Each pc has a different modem?


No: 1 Modem, 1 Switch
Behind the switch a UTP to PC and a wireless access point for the laptop

I turned off the settings for opendns, it works fine now.
 

My Computer

OS
Windows 7 Ultimate x64
So your running off a modem with a public address and your firewall is turned off? Each pc has a different modem?



This has to be a DNS issue, Your modem/router can not resolve the host name to it's ip address.

Example:
Computer name: bradley
IP address of computer: 10.0.0.2

In Remote Desktop: trying to connect to computer name : bradley
Your router would then translate that name using DNS to find out it's ip address (10.0.0.2 ) Then it will connect.

However, You're DNS, (were ever thats handelled) on your network, is failing to resolve bradley to 10.0.0.2

Come to think of it. This could also be a NAT issue.
 

My Computer

Computer Manufacturer/Model Number
Cooler Master
OS
Windows 7 Home Premium 64 Bit
CPU
Core I7 1155 3.4GHZ
Memory
8GB DDR 1600
Hard Drives
64 GB SSD - OS
1TB - DATA
PSU
340 Watt Corsair
Case
Cooler Master
Cooling
Cooler Master
No: 1 Modem, 1 Switch
Behind the switch a UTP to PC and a wireless access point for the laptop

From the above your pc is connected to the switch which is giving out an ip address in the 255.255.240.0 subnet.

You also have a wi-fi router connected to the switch which receives a ip address to it's WAN port from the 255.255.240.0 subnet from the switch.

However your laptop is conneted to the wi-fi router so that will be receiving an ip address from it's DHCP server in the 255.255.255.0subnet probably a 192. address which is a different subnet to what your pc is in. Netbios does not traverse subnets on it's own only name resolution is available in the same subnet.

You had said they were both in the 255.255.240.0 subnet does not appear this is the case.

At some point i am summising here that both pc and laptop were connected to the switch directly with a UTP cable putting them in the same subnet allowing netbios to do name resolution or both were connected to the router allowing the same.

So ip address resolution is only what you are going to get and if it is working why mess about with it leave it as it is.

If you so wish you may forward the netbios ports 137 and 138 thru the router to your laptop ip address which would have to be static for it to work as using DHCP would mean the ip address may change and portforward rule would not work to the ip address specified in the rule.

You would also have to multicast netbios from your laptop to the WAN 255.255.240.0 subnet as well to allow name resolution but is risky if you can't point it to a certain ip address and will be accessible from the internet unless you can disable netbios requests from WAN on the switch.

If i was you leave it as it is if everything is working fine.
 

My Computer

Computer Manufacturer/Model Number
HP Compaq 6715B
OS
Windows 7 Ultimate x64
CPU
AMD turion 64x2 TL-64 2.2Ghz
Motherboard
HC030
Memory
Sodimm DDR2 4GB
Graphics Card(s)
ATI Radeon 1250 128MB IGP
Hard Drives
Fujitsu Siemens 500GB sata 3.0 Gb/s
No: 1 Modem, 1 Switch
Behind the switch a UTP to PC and a wireless access point for the laptop
From the above your pc is connected to the switch which is giving out an ip address in the 255.255.240.0 subnet.

You also have a wi-fi router connected to the switch which receives a ip address to it's WAN port from the 255.255.240.0 subnet from the switch.

However your laptop is conneted to the wi-fi router so that will be receiving an ip address from it's DHCP server in the 255.255.255.0subnet probably a 192. address which is a different subnet to what your pc is in. Netbios does not traverse subnets on it's own only name resolution is available in the same subnet.

You had said they were both in the 255.255.240.0 subnet does not appear this is the case.

At some point i am summising here that both pc and laptop were connected to the switch directly with a UTP cable putting them in the same subnet allowing netbios to do name resolution or both were connected to the router allowing the same.

So ip address resolution is only what you are going to get and if it is working why mess about with it leave it as it is.

If you so wish you may forward the netbios ports 137 and 138 thru the router to your laptop ip address which would have to be static for it to work as using DHCP would mean the ip address may change and portforward rule would not work to the ip address specified in the rule.

You would also have to multicast netbios from your laptop to the WAN 255.255.240.0 subnet as well to allow name resolution but is risky if you can't point it to a certain ip address and will be accessible from the internet unless you can disable netbios requests from WAN on the switch.

If i was you leave it as it is if everything is working fine.

They are both in the same subnet.
I don't have a wireless router, only a wireless access point.

I'll leave it this way.
I know the problem now. I don't want to disable opendns just for the reason that i can't use the computer name. IP works fine, and they are static, so i'll make some remote desktop shortcuts..

Thanks to everyone for the help!
 

My Computer

OS
Windows 7 Ultimate x64
So your running off a modem with a public address and your firewall is turned off? Each pc has a different modem?


No: 1 Modem, 1 Switch
Behind the switch a UTP to PC and a wireless access point for the laptop

I turned off the settings for opendns, it works fine now.

Your remote desktop connection problems might be solved, but it sounds like you are directly connected to the internet and you turned the firewall off on both computers.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
f you so wish you may forward the netbios ports 137 and 138 thru the router to your laptop ip address which would have to be static for it to work as using DHCP would mean the ip address may change and portforward rule would not work to the ip address specified in the rule.

You would also have to multicast netbios from your laptop to the WAN 255.255.240.0 subnet as well to allow name resolution but is risky if you can't point it to a certain ip address and will be accessible from the internet unless you can disable netbios requests from WAN on the switch.

I would highly recommend NOT doing either of these things--they would open up your connection to the internet and hackers would have a feeding frenzy if you open up NETBIOS to the world.

I would agree that if it is working now, leave it as is, and hopefully your modem has good enough of a built-in firewall--if not, you should consider investing in a router (as opposed to an access point)
 

My Computer

Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Ultimate x64, BackTrack Linux 5 R2, Windows XP
CPU
Intel Core i7 920 OC to 3.6GHz
Motherboard
ASUS P6T Deluxe V2
Memory
Corsair 6GB DDR3
Graphics Card(s)
ATI Radeon 4890
Monitor(s) Displays
ASUS 23"
Screen Resolution
1920x1080
Hard Drives
150GB Velociraptor
640GB
PSU
Corsair 850w
Case
CoolerMaster HAF932
Cooling
CoolerMaster V8
Internet Speed
30Mbps
f you so wish you may forward the netbios ports 137 and 138 thru the router to your laptop ip address which would have to be static for it to work as using DHCP would mean the ip address may change and portforward rule would not work to the ip address specified in the rule.

You would also have to multicast netbios from your laptop to the WAN 255.255.240.0 subnet as well to allow name resolution but is risky if you can't point it to a certain ip address and will be accessible from the internet unless you can disable netbios requests from WAN on the switch.
I would highly recommend NOT doing either of these things--they would open up your connection to the internet and hackers would have a feeding frenzy if you open up NETBIOS to the world.

I would agree that if it is working now, leave it as is, and hopefully your modem has good enough of a built-in firewall--if not, you should consider investing in a router (as opposed to an access point)

No worries, my firewalls are already turned on now. They weren't the problem.
 

My Computer

OS
Windows 7 Ultimate x64
Yes good idea to leave it as it is not so sure they are both in same subnet if pc is connected to switch and access point is connected to switch then laptop to access point which would be to its Lanside address not Wanside address but i may be wrong if the laptop is directly connected to switch.

If you are happy you can mark thread as solved as i think you have answer.
 

My Computer

Computer Manufacturer/Model Number
HP Compaq 6715B
OS
Windows 7 Ultimate x64
CPU
AMD turion 64x2 TL-64 2.2Ghz
Motherboard
HC030
Memory
Sodimm DDR2 4GB
Graphics Card(s)
ATI Radeon 1250 128MB IGP
Hard Drives
Fujitsu Siemens 500GB sata 3.0 Gb/s
Back
Top