InterviewSolution
| 1. |
Solve : router.com is giving me trouble.. HELP needed..? |
|
Answer» I recently had to change my router and hence got a belkin N150 router. Even though i uninstalled that software still it tends to go to my routers homepage on access That was really helpful, thanks for your info! http://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/ could you kindly open your hosts file and post the contents onto this forum thread?1st and foremost of all thank you so much Transfusion for your time and continuous support on this topic.. To the matter at hand I am pasting the host file here.. # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x CLIENT host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost Nothing looks unusual though...or does it? This part got my attention: Quote from: steel_x3m on September 10, 2011, 12:43:46 AM # localhost name resolution is handled within DNS itself. This is my stock hosts file: # Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost A Local DNS as your primary? Try changing that to the google DNS 1: 8.8.8.8 It really sounds like the router altering your DNS settings...The Hash # in the hosts file comments out the 127.0.0.1 localhost, I'd remove the Hash from that lineRemoved the hashes as well as changed the primary and secondary DNS to 8.8.8.8 and 8.8.4.4.. Still anythin with router in i t leads to router's config page... Should sue Belkin for giving such a trouble without even asking the end-user for enabling such an OPTION + without any real-time tests before hand.. else they would have found such a glitch and rectified it. Still stuck with this issue... Did a Google search. Some User say unkind thngs about this router. Some think it is great. Can not find that problem yhour mention. Is the 'router' name the only issue? What if you type in ALL CAPS? Sounds like the router itself has a flag set that's intercepting the DNS lookup; in other words, regardless of your configured DNS settings, it's doing its thing. It could be that a factory reset on the router will resolve the issue once and for all. So far, I've not been able to find any reference to this feature in Belkin's documentation... Failing the reset option: Is this happening erratically or consistently? Could you type each of the following commands in a command prompt, please and cut and paste the results: ipconfig /all nslookup router.com nslookup router tracert router.com |
|