How are you supposed to use a home network when using OpenDNS? If you set it as your DNS on the router it hijacks even Windows file sharing traffic so you can see computers on the network but when you click on them it won't go. You can only access them by IP address, but this isn't acceptable. If you ping the computer name you get COMPUTERNAME...ISPSERVER.com or .net or whatever. How do people deal with this?
feedback
|
|
Please ensure you are using the double slashes before the computer name in windows explorer address bar (\computername\share). If you do not, explorer will think that you want to go to an internet site. This is the default behavior of explorer. Also, it sounds like you may have a 'search domain' set up. This will attempt to search that domain for computers (e.g. computername.opendns.org). If you are trying to use your own internal DNS servers, you should have your router use the internal servers and those DNS servers should be configured to forward unanswered requests to the OpenDNS servers. The only other configuration is to use the windows host file to define the ip address of the computers on your network. The issue with this is that the computers need static IPs. If you just set this up, open a command prompt as and admin user and issue a ipconfig /flushdns That will clear the local cache and ensure you're getting the right result from the DNS. | |||||||
feedback
|