Remote desktop is not working

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 427
    Windows 7 Home Premium 64 Bit
       #21

    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


  2. Posts : 150
    Windows 7 Ultimate x64, BackTrack Linux 5 R2, Windows XP
       #22

    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


  3. Posts : 14
    Windows 7 Ultimate x64
    Thread Starter
       #23

    braddersz said:
    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

    braddersz said:
    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.


    doubled822 said:
    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

    doubled822 said:
    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


  4. Posts : 881
    Windows 7 Ultimate x64
       #24

    So your running off a modem with a public address and your firewall is turned off? Each pc has a different modem?
      My Computer


  5. Posts : 14
    Windows 7 Ultimate x64
    Thread Starter
       #25

    Parman said:
    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


  6. Posts : 427
    Windows 7 Home Premium 64 Bit
       #26

    Parman said:
    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


  7. Posts : 613
    Windows 7 Ultimate x64
       #27

    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


  8. Posts : 14
    Windows 7 Ultimate x64
    Thread Starter
       #28

    TheCyberMan said:
    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


  9. Posts : 10,485
    W7 Pro SP1 64bit
       #29

    vlatro said:
    Parman said:
    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


  10. Posts : 150
    Windows 7 Ultimate x64, BackTrack Linux 5 R2, Windows XP
       #30

    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


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:58.
Find Us