+ Post New Thread
Results 1 to 12 of 12
Windows Thread, PCs dropping off the network in Technical; We've had a problem over the last couple of weeks - with PCs at the login screen that cannot "see" ...
  1. #1
    SpuffMonkey's Avatar
    Join Date
    Jul 2005
    Posts
    1,851
    Thank Post
    32
    Thanked 185 Times in 119 Posts
    Rep Power
    86

    PCs dropping off the network

    We've had a problem over the last couple of weeks - with PCs at the login screen that cannot "see" the network. Rebooting solves it. The only changes that I've made were some of the changes recommended in the scavenge DNS thread that was being discussed on here. I have set all the settings back to what they were before (I think) - any ideas??

  2. IDG Tech News

  3. #2

    Join Date
    Jun 2005
    Location
    Elgin, Scotland
    Posts
    389
    Thank Post
    1
    Thanked 4 Times in 4 Posts
    Rep Power
    19

    Re: PCs dropping off the network

    We get this here a lot. User attempts to log in & gets the message "The Domain ELGINC is not available." Rebooting the system solves it. I've never actually pinpointed what causes it, but I have found that when this happens, the link light on the network port has gone out.

    For info, we are using ADMtek AN983 onboard network adaptors in our systems which are Fujitsu-Siemens Scenic P300's. The switches are Cisco Catalyst 1900 series running at 10Mbit/s.

  4. #3
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,810
    Thank Post
    89
    Thanked 212 Times in 195 Posts
    Rep Power
    83

    Re: PCs dropping off the network

    This kind of thing is usually DNS/DHCP related. I had this problem recently because of our proxy that decided to turn DHCP on even though it didnt have any scopes configured and the clients always found that one first :?
    Check the logs to see if theres any strange activity reported.

  5. #4
    marco84's Avatar
    Join Date
    Jul 2005
    Location
    Manchester
    Posts
    146
    Thank Post
    4
    Thanked 5 Times in 4 Posts
    Rep Power
    14

    Re: PCs dropping off the network

    Had a similar problem here, but since then we have re-built both DHCP and DNS. The problem dosent seem to exist anymore.

  6. #5
    DMcCoy's Avatar
    Join Date
    Oct 2005
    Location
    Isle of Wight
    Posts
    3,085
    Thank Post
    9
    Thanked 396 Times in 342 Posts
    Rep Power
    91

    Re: PCs dropping off the network

    Quote Originally Posted by SpuffMonkey
    We've had a problem over the last couple of weeks - with PCs at the login screen that cannot "see" the network. Rebooting solves it. The only changes that I've made were some of the changes recommended in the scavenge DNS thread that was being discussed on here. I have set all the settings back to what they were before (I think) - any ideas??
    I don't think scavenging itself would cause an issue as it only removes dns entries that have expired. Static entries and aliases are not removed. Are there any relevant errors in the event logs on the clients for the times they fail?

    When they do fail, I suggest you log on locally and run an ipconfig to see if it has acquired a valid address. Check the dns servers are set correctly in the scope and that there are enough free dhcp addresses.

  7. #6
    SpuffMonkey's Avatar
    Join Date
    Jul 2005
    Posts
    1,851
    Thank Post
    32
    Thanked 185 Times in 119 Posts
    Rep Power
    86

    Re: PCs dropping off the network

    OK - any pointers to an idiot's guide to trouble shooting DNS/DHCP??

  8. #7

    Dos_Box's Avatar
    Join Date
    Jun 2005
    Location
    Preston, Lancashire
    Posts
    8,295
    Blog Entries
    21
    Thank Post
    234
    Thanked 1,497 Times in 637 Posts
    Rep Power
    378

    Re: PCs dropping off the network

    Check all of your name servers are present on all of your DC's DNS settings.

    Ensure that replication is enabled.

    Make sure the forwarders are your 'upstream' DNS servers, not your internal ones.

    Check that the only DNS servers listed on the TCP\IP properties on your DNS server is it's own address. The DNS service takes care of all replication and lookups. You don't want your DNS servers looking anywhere than themselves.

    Check that DHCP is giving out your name servers under the DNS settings, and not your upstream DNS.

  9. #8

    Join Date
    Jun 2005
    Posts
    223
    Thank Post
    6
    Thanked 8 Times in 8 Posts
    Rep Power
    26

    Re: PCs dropping off the network

    Spuff monkey, install the Support Tools and run netdiag and dcdiag. These often point in the right direction for DNS issues.

    RobC - It's strange that the link light goes out as this just indicates a physical connection. I'd check for any power saving tools associated with the network card. I came across one installed on a laptop which turned off the NIC after 15mins of inactivity. The only way to get the NIC back on was to reboot. (Who comes up with these things!)


  10. #9
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: PCs dropping off the network

    I came across one installed on a laptop which turned off the NIC after 15mins of inactivity. The only way to get the NIC back on was to reboot.
    Ahahahah, that was a toshiba wasn't it.

  11. #10
    SpuffMonkey's Avatar
    Join Date
    Jul 2005
    Posts
    1,851
    Thank Post
    32
    Thanked 185 Times in 119 Posts
    Rep Power
    86

    Re: PCs dropping off the network

    Quote Originally Posted by Dos_Box
    Check all of your name servers are present on all of your DC's DNS settings.

    Ensure that replication is enabled.

    Make sure the forwarders are your 'upstream' DNS servers, not your internal ones.

    Check that the only DNS servers listed on the TCP\IP properties on your DNS server is it's own address. The DNS service takes care of all replication and lookups. You don't want your DNS servers looking anywhere than themselves.

    Check that DHCP is giving out your name servers under the DNS settings, and not your upstream DNS.
    Thanks for that - but alas I need it a bit more idiot than that!

  12. #11
    SpuffMonkey's Avatar
    Join Date
    Jul 2005
    Posts
    1,851
    Thank Post
    32
    Thanked 185 Times in 119 Posts
    Rep Power
    86

    Re: PCs dropping off the network

    Quote Originally Posted by Dos_Box
    Check all of your name servers are present on all of your DC's DNS settings.

    Ensure that replication is enabled.

    Make sure the forwarders are your 'upstream' DNS servers, not your internal ones.

    Check that the only DNS servers listed on the TCP\IP properties on your DNS server is it's own address. The DNS service takes care of all replication and lookups. You don't want your DNS servers looking anywhere than themselves.

    Check that DHCP is giving out your name servers under the DNS settings, and not your upstream DNS.
    Thanks for that - but alas I need it a bit more idiot than that!

  13. #12

    Dos_Box's Avatar
    Join Date
    Jun 2005
    Location
    Preston, Lancashire
    Posts
    8,295
    Blog Entries
    21
    Thank Post
    234
    Thanked 1,497 Times in 637 Posts
    Rep Power
    378

    Re: PCs dropping off the network

    I've PM my telephone number to you. Ring me.

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 4
    Last Post: 9th February 2010, 12:53 AM
  2. Replies: 2
    Last Post: 15th February 2008, 05:22 PM
  3. Monitors dropping like flies
    By TekkyMatt in forum Hardware
    Replies: 11
    Last Post: 7th October 2007, 09:17 PM
  4. Replies: 4
    Last Post: 24th August 2007, 02:37 PM
  5. terminating CAT5E network cables in network cabinets
    By broc in forum Network and Classroom Management
    Replies: 7
    Last Post: 10th July 2007, 11:54 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •