Can't browse a Windows Server share by name, but only by IP.

Hello all,
I have one babbling problem.  I have three servers, 01, 02, and 03.  01 and 02 are running Windows Server 2008 R2 and both are physical servers.  H001 is running Windows 2012 with a Virtual Windows 2008 R2 server (Hyper-V) called 03. 
01 is setup as the Active Directory, DNS, Domain Controller, and a few other server roles.  02 replicates 01 and 03 has a few programs on it.
The problem I am having is that when I log in (Domain or non-Domain) Mapped drivers to 01 and 02 are populated automatically, but 03 can’t be found.  If I ping the name, 03 it tells me that 03 is not there.  However, if I ping 03’s ip address,
I can see it. I can even do a tracert.  I can do a remote desktop to 01 and 02 using the network names but with 03 I have use the ip address.
Trying to do a Remote Desktop connection with the server name, 03 gives me the error, "The connection cannot be completed because the remote computer that was reached is not the one you specified.  This could be caused by an outdated entry in the
DNS cache.  Try using the IP address of the computer instead of the name."
I can use the IP address to connect but I really require to use the name.
If I login to the Domain, 03 takes up to 60 minutes to appear. I am then able to access shared resources with the name and not the ip.
I searched the Internet for a solution, but couldn’t find anything that worked.  Any ideas you have, please let me know.
Thanks,
Ernie

Hi Ernie,
Thanks for clarifying. I missed that H001 was the name of your Hyper-V server.
In order for 03 to register its name in DNS, first of all the checkbox to "register this connection's addresses in DNS" must be enabled on the network interface. By default it is enabled, so it probably is enabled unless you somehow disabled it.
In order to accomplish the DNS registration (adding it's host name and IP address to the domain) it sends an SOA query to the primary DNS server configured on its network interface (it does this on all network interfaces if there are multiple). The SOA query
basically asks the question: What DNS server is authoritative for my domain? In other words, where do I need to send this information?
Note: If the computer is a DHCP client, and DHCP is configured to register records on behalf of clients, then the DHCP server issues the SOA query.
Below is an example of how to issue an SOA query using nslookup. The computer will add its own domain instead of contoso.com.
C:\> nslookup -q=soa contoso.com
Server:  ipam1.contoso.com
Address:  192.168.0.3
Non-authoritative answer:
contoso.com
        primary name server = dc1.contoso.com
        responsible mail addr = hostmaster.contoso.com
        serial  = 77
        refresh = 900 (15 mins)
        retry   = 600 (10 mins)
        expire  = 86400 (1 day)
        default TTL = 3600 (1 hour)
dc1.contoso.com internet address = 192.168.0.1
dc1.contoso.com AAAA IPv6 address = 21da:d3:0:2f3b:ffff:ffff:ffff:ffff
The query above tells you a couple things:
1. The DNS server that the SOA query is sent to is 192.168.0.3 (aka ipam1.contoso.com). That's because 192.168.0.3 is the primary DNS server configured on this computer's network adapter.
2. The authoritative DNS server for contoso.com is 192.168.0.1 (aka dc1.contoso.com).
If I configure an IP address on ipam1.contoso.com - say I change it from 192.168.0.3 to 192.168.0.4, the computer will ask it's DNS server where to send the update, it will find out that the update needs to be sent to 192.168.0.1, and it will send a request
to the DNS server at 192.168.0.1 to change the host (A) record from .3 to .4.
If no SOA record is returned when the query is sent, perhaps because the computer has no domain or belongs to a domain that is hosted somewhere else, then registration of the host name won't happen.
Registration also won't happen if the computer (03) can't reach the authoritative DNS server (01).
In your VM "03" open up a command prompt and issue the nslookup shown above, using your domain instead of contoso.com. Verify that an authoritative server is returned and that it is correct, and that you can get to 01 from 03.
-Greg

Similar Messages

  • Remote desktop connection manager on windows 8.1, can't connect to windows server 2012 R2, Socket closed

    remote desktop connection manager on windows 8.1, can't connect to windows server 2012 R2, Socket closed each time i try to open remote connection to the server,
    does remote desktop connection manager V2.2 not compatible with windows 8.1, and if so, is there are any other compatible versions
    or what's the problem,
    Mahmoud Sabry IT System Engineer

    this issue maybe will be fix by latest version, we still waiting for it
    maybe your issue can be fix using this methods
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/61f218a5-5ef8-49da-a035-90cdd64fc9a0/problem-with-remote-desktop-connection-manager-error-3334?forum=winserverTS
    http://shawn.meunier.com/?p=1#comment-43

  • Can't write to windows server

    First off, I'm not sure if this is the correct place to post this question.
    I am having a problem with the windows server where I work. I can copy files from the server without a problem, but if I try to write a file to the server I get the following error: The Finder can’t complete the operation because some data in “filename” can’t be read or written. This creates a file on the server with zero bytes. Any idea how to resolve this?

    I'm having the same issue. Any luck yet?
    ~Joey

  • Oracle9iAS(9.0.2.0.1) Can't connect X11 Window Server Using localhost:0.0

    Hi, everyone:
    I have installed the Oracle9iAS(9.0.2.0.1), at the first time installation, every thing is succeed in Miracle Linux 2.0, but after i reboot linux pc, then
    #$ORACLE_HOME/bin/emctl start is also succeed,
    unfortunately after i connect to that pc by 1810 port,
    it display a web page with the message of
    Servlet error: Renderer failed:
    java.lang.NoClassDefFoundError can't connect X11 window
    server using 'localhost:0.0' as the value of the DISPLAY
    variable
    why, and how to solve this problem, thanks in advanced

    Check out the support matrix for deploying to different versions of OracleAS.
    http://otn.oracle.com/products/jdev/htdocs/9.0.5.1/install.html#supported
    Following how-to has an FAQ which has details about invalid servlet path error.
    http://otn.oracle.com/products/jdev/howtos/appservers/deployias.html#faq
    raghu
    JDev Team

  • Can I run 2 different domains with same name but on 2 different machines?

    I am trying to setup 2 domains with same name (sharedcds1) on 2 different machines (Machine1 and Machine2).
              When I start the weblogic managed server 1 (sharedcds1managedserver1) on Machine2, it throws an error saying it has some conflicts with the managed server 1 running on Machine1. How did the managed server of one machine know about the other server. Can I run 2 different domains with same name but on 2 different machines?
              Here is the error in the log -
              <Jun 14, 2005 10:53:29 AM EDT> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an
              object under the name weblogic.transaction.coordinators.sharedcds1managedserver1 in the JNDI tree.
              The object from 4596206652609838848S:130.170.61.153:[9505,9505,-1,-1,9505,-1,-1,0,0]:sharedcds1:s
              haredcds1managedserver1 is non-clusterable, and you have tried to bind more than once from two or m
              ore servers. Such objects can only be deployed from one server.>
              <Jun 14, 2005 10:53:29 AM EDT> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an
              object under the name weblogic.transaction.coordinators.sharedcds1managedserver1 in the JNDI tree.
              The object from 8842351474821025197S:130.170.61.154:[9505,9505,-1,-1,9505,-1,-1,0,0]:sharedcds1:s
              haredcds1managedserver1 is non-clusterable, and you have tried to bind more than once from two or m
              ore servers. Such objects can only be deployed from one server.>
              Thanks
              Satish

    Yes you can. Make sure that domains configured to use different multicast address. WLS uses multicast for communications between nodes in domain.
              although your configuration will work, you could have troubles if you going to execute inter-domain calls between domains/servers with the same names.

  • HT1349 I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    Welcome to the Apple Community.
    Enter the details of her second account at system preferences> mail, contacts & calendars.

  • Trying 2 download new version of Firefox and after being prompted 2 drag Firefox icon into Applications folder, get message that task can't b completed bc Firefox is in use, but only use am making of Firefox is 2 have it open 2 download new version

    Trying 2 download new version of Firefox and after being prompted 2 drag Firefox icon into Applications folder, get message that task can't b completed bc Firefox is in use, but only use am making of Firefox is 2 have it open 2 download new version

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Trying to dowload newest version of Firefox and after prompted 2 drag Firefox icon into Applications folder get message that task can't be completed bc Firefox is in use but only use I'm making is to have FF open to download new version.

    Trying to download newest version and after prompted to drag the Firefox icon into the Applications folder get message that task can't be completed bc Firefox is in use, but only use I'm making of Firefox is to have it open to download the newest version.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • I am trying to subscribe so that I can convert PDF to word. Get so far but only options for address are in USA, I live in England

    I am trying to subscribe so that I can convert PDF to word. Get so far but only options for address are in USA, I live in England

    Hi golfgerald,
    I'm sorry that you're having trouble subscribing. Please take a look in the lower-left corner of the Adobe.com website. Do you see "United Kingdom" listed as the region? If not, please click Change Region, and then choose United Kingdom.
    Did that do the trick?
    Best,
    Sara

  • Macbook pro can no longer access windows file share.  'This file server is available on your computer'

    Hi all,
    We have a consultant who uses a macbook pro to access the internet and a windows share within our network.  He has been accessing the internet and the windows share fine for over 4 weeks and overnight he can no longer access the internet or this windows share.  I have got the error down to a specific windows share which is actually a share on a DC hence the loss of internet.  When this user plugs in via ethernet he can view all network locations as expected and can access everyone succesfully bar this specific one.  Everytime he tries to access this share he gets the following error: 'This file server is available on your computer. Access the volumes and files locally'.  I have another macbook pro that can successfully access this share.
    I have tried renewing leases, browsing the network in finder, using 'cmd + k' all produce the same message.
    The user is running Mountain Lion
    Any ideas?
    Adam

    Find and delete the ~/Library/Preferences/com.apple.sidebarlists.plist file.  This is what keeps track of all your current server share mounts.  Maybe the file is corrupt or something.  Once you delete it, reboot the machine and then try again.  Don't empty the trash until you're sure everything works after the reboot.

  • Mount error when mounting Windows Server share

    Trying to mount a share on a Windows Server I have in my home.
    When I use:   
    smbclient -L SERVERNAME -U administrator
    and I enter the password after the prompt
    It returns a list of all the shares in the server like so:
    Domain=[SERVERNAME] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]
    Sharename Type Comment
    SHARE1 Disk Shared folder
    SHARE2 Disk Shared folder
    SHARE3 Disk Shared folder
    Domain=[SERVERNAME] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]
    Server Comment
    Workgroup Master
    but when I try to mount of the shares with
    # mount -t cifs //SERVERNAME/SHARE1 /mnt/mountpoint -o user=administrator,password=password
    it returns an error
    mount error: could not resolve address for SERVERNAME: Unknown error
    Am I doing something wrong?
    Thanks,

    the SERVERNAME in these commands is a netbiosname and can differ from the  hostname.
    Smbclient seems to use it's own method to resolve netbiosnames, possibly the mount command uses a different method.
    Try the mount command with the ip-address of the server instead of SERVERNAME to verify mounting the share works.
    If the share can be mounted by //ip-address/SHARE1 , you may need additional options for the mount command to make netbios name resolution work correctly.
    check man mount.cifs .
    edit : typo's
    Last edited by Lone_Wolf (2013-08-10 12:40:47)

  • Connect to Windows Server shares

    We have recently purchased two MacBook carts. I'm trying to connect to home directories on a Windows Server from Go/Connect to Server. When I enter the SMB path, I get "Failed to Mount Volume". I can see the root level share but not drill down any further. Don't know if this the correct forum but I figured I would start here.

    For some reason I was able to connect by clicking Start->My Network Places->Add New Network Connection
    I selected the second option to add by IP, put in \\xxx.xxx.xxx.xxx\share point it asked for a username and password then connected. Then when I went to another XP machine it let me go to Run //xxx.xxx.xxx.xxx and it asked for a username and password then showed my share points where I was able to right click and add them as network drives. It works now.
    Cheers

  • Can I use a Windows Server as my Push Notification provider?

    I tried doing a search, but couldn't find an answer to this...
    I would assume the answer to be yes, but just wondering if anyone has tried, or sees any reason why a windows server couldn't be used as a "Provider" to send push notifications through Apple's Push Notification Service? It seems that as long as I could install the SSL certificate on the provider, I should be able to connect...
    thanks in advance!

    You can create a shared folder on your PC, and access that folder over the network from your Mac.

  • Can not update on windows server 2008 R2

    Hi All
    I have been trying to update windows server 2008 R2 after doing a fresh install. i have used HP smart Start to do the install.
    I have a HP ML 350 G5 Server  
      this is the 3rd time i have tried to install . first time i used smart start and
    selected custom install and all the required drivers and updates downloaded from hp fine. i can connect to the internet fine but when i click windows update it starts checking for updates finds something some thing which i think is the update manager. then blanks out
    the down load screen and then it comes back on with windows could not search for new update error code 80072F8F. the second i just went with a streight install with out smart and got the same results then with smart start but express install. again with the
    same results.
    under update history i have windows update agent 7.6.7600.256 successful important 5/2/2011
    any help would be very greatfull
    Many thanks
    Richard C

    Here are some possibilities:
    Are the date and time correct? (See Windows Update error 80072f8f)
    Temporary connection-related errors may occur when you use Windows Update or Microsoft Update
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Slow browsing on windows server

    I upgraded 4 stations that were running under Tiger to Lion and now the browsing of my Windows server via the Finder is awfully slow. I've a read a number of so-called fixex whcih none seems to work for everyone.

    Is the problem only with files from the server?
    Do downloads from the internet go any faster?
    Allan

Maybe you are looking for

  • SNMP issues after upgrading Guard

    We recently upgraded one of our Cisco Guards from 6.0(10) to the latest version (6.1(2)) and now the following OID's do not appear to work/exist any longer: rhNEAcceleratorCPUUtilization.1 rhNEAcceleratorMemoryUtilization.1 The ability to graph these

  • MacBookPro 3.1 display is negative mode, Apple Studio Display is positive

    When I have the laptop hooked up to the Apple Studio Display 17", all of a sudden, the 'polarity' switched on the display. That is to say it displayed the opposite color mode from the laptop. I can switch back and forth from positive(regular) to nega

  • HT1745 quicktime not authorized to play movies rented from iTunes store

    Rented 3 movies last night from the iTunes store. Download began and ended just fine. When I tried to view one of the movies, quicktime opened with this message:  "QuickTime Player is not authorized to play "Clara's Heart.m4v". In order to play this

  • Java compiling question

    Hi . I have one class file for an IRC client , the compilation works fine... javac -O <filename>.java jar cvf <filename>.jar <filename>.class jarsigner -keystore suresh.store <filename>.jar sureshcert But now I want to compile it so it would work wit

  • Harmony One Slow Key Response Time

    I've posted about this in the Logitech forums, but haven't had much success. I use my Harmony One to control my Apple TV 2, however the response time of the Apple TV after pressing a key on the remote is slow. It seems to take about 1 second between