Why not all users can log in to a network computer by using <network computer name>/<user name> form
        Posted  
        
            by Haris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Haris
        
        
        
        Published on 2010-05-11T08:38:29Z
        Indexed on 
            2010/05/11
            8:44 UTC
        
        
        Read the original article
        Hit count: 457
        
networking
There is a file server in my office that is not connected to my office LAN. In this server there are folders that are shared. This server is connected to a switch and a wireless router. Everyone who wants to access this server uses wireless network connection. They log in to this server by providing user name and password registered to the server.
Some people can log in to my office file server by providing user name in (the server name)/(user name) format, while other must use (the server IP address)/(user name) format. Why is it like this? I need everyone can access the file server by providing user name in (the server name)/(user name) format.
I have tried to change the %SystemRoot%\system32\drivers\etc\hosts file, as some suggested, but it won't work. Any other suggestion?
© Stack Overflow or respective owner