0

One of my users takes his laptop home, connects to his home network fine. He brings it in every morning and since Monday - every morning it pulls the wrong DNS every time. It pulls 1 DNS: 192.168.1.1 which is the router. The DNS are external IPs.

I have several users that take their laptops home and connect to other networks - what could cause this anomaly?

He's booting up when he comes in the office and a simple ipconfig /release /renew fixes the issue.

Skyhawk
  • 14,200
  • 4
  • 53
  • 95
bradenkeith
  • 115
  • 6

3 Answers3

1

Is both wireless and wired enabled? I wonder if at some point he tried connecting to a wireless network close by the office and now that is saved in his wireless networks list - which if the wireless adapter has priority it might choose the dns setting for that network over the wired network. Next time he comes in the office and it gets the 192.168.1.1 DNS address - before fixing it try navigating to http://192.168.1.1 and see if anything is there.

tysta
  • 11
  • 1
  • Good answer. I have seen something similar happening in the past. Some users home-router was an out-of-the-box linksys that supplied 192.168.1.* to his home and he never changed the SSID from the default "linksys". Then somebody next to our office put a same model linksys online with the same settings (Same SSID, ip-range, no encryption). All sorts of weird stuff happened. This particular problem was most prevalent in the XP-pre-sp3 days when many WIFI adapters used proprietary Wifi connection utilities that presumed to "improve" the XP network stack. – Tonny Jan 19 '12 at 21:50
0

copy the lmhosts and hosts file from a computer that works ensure that there are no custom dns settings in the tcp/ip advanced /dns dialog box for that particular adapter. take a look under msconfig and regedit for that user what services startup. There can be a malware or service that may modify the dns settings

Harm
  • 1
0

192.168.1.1 is a default address for many home routers. I might think that your user's laptops receive their leases from home routers and then reject dhcp offer from your server. Perhaps I would check if your dhcp server is set as athorative or not.

Alec T
  • 463
  • 1
  • 9
  • 21