PXE and Windows eating up DHCP leases

Hi,
We've got three DHCP servers on three sites, running the ISC DHCP
daemon. We also have Zen for Desktops 7 on all three sites running on
Netware 6.5.
My problem is that when the PC boots, it ends up with two leases - one
for when the PXE runs, and another for when Windows boots! I've attached
an example of what happens, and the leases from the log files of the
server, to show what's happening. In a nutshell, it seems to be related
to the fact that the PXE session doesn't show a UID to the DHCP server,
but Windows does. As a result, DHCPD treats them as two different hosts,
and grants two leases. The only way around this right now is
ridiculously short leases, which results in very chatty workstations and
servers.
I tried the "deny duplicates;" setting in the dhcpd.conf, but that
doesn't seem to have worked. We have just over 50% of the DHCP pool
used, so as a result most PCs work, apart from the last ones on which
start showing 'No free leases' in the log file.
I'm going to upgrade the server to SLES10 soon (it's currently on an
ancient redhat install), but there's nothing in the changelogs relating
to duplicates that I could see, so I don't think it's a version issue.
Can anybody suggest anything to try and alleviate this problem? Is
anybody seeing this?
Regards,
====================== LOG FILES ============================
PXE Boot
========
Oct 27 11:46:08 ernie dhcpd: DHCPDISCOVER from 00:07:e9:f2:d3:13 via
192.168.200.2
Oct 27 11:46:09 ernie dhcpd: DHCPOFFER on 192.168.200.130 to
00:07:e9:f2:d3:13 via 192.168.200.2
Oct 27 11:46:10 ernie dhcpd: DHCPREQUEST for 192.168.200.130
(192.149.238.50) from 00:07:e9:f2:d3:13 via 192.168.200.2
Oct 27 11:46:10 ernie dhcpd: DHCPACK on 192.168.200.130 to
00:07:e9:f2:d3:13 via 192.168.200.2
Oct 27 11:46:10 ernie dhcpd: DHCPREQUEST for 192.168.200.130
(192.149.238.50) from 00:07:e9:f2:d3:13 via 192.168.200.3
Oct 27 11:46:10 ernie dhcpd: DHCPACK on 192.168.200.130 to
00:07:e9:f2:d3:13 via 192.168.200.3
lease 192.168.200.130 {
starts 5 2006/10/27 10:46:10;
ends 5 2006/10/27 10:56:10;
binding state active;
next binding state free;
hardware ethernet 00:07:e9:f2:d3:13;
lease 192.168.200.130 {
starts 5 2006/10/27 10:46:10;
ends 5 2006/10/27 10:56:10;
binding state active;
next binding state free;
hardware ethernet 00:07:e9:f2:d3:13;
Windows Boot
============
Oct 27 11:47:11 ernie dhcpd: DHCPDISCOVER from 00:07:e9:f2:d3:13 via
192.168.200.2
Oct 27 11:47:12 ernie dhcpd: DHCPOFFER on 192.168.200.65 to
00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
Oct 27 11:47:12 ernie dhcpd: DHCPREQUEST for 192.168.200.65
(192.149.238.50) from 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
Oct 27 11:47:12 ernie dhcpd: DHCPACK on 192.168.200.65 to
00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
Oct 27 11:47:12 ernie dhcpd: DHCPREQUEST for 192.168.200.65
(192.149.238.50) from 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.3
Oct 27 11:47:12 ernie dhcpd: DHCPACK on 192.168.200.65 to
00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.3
lease 192.168.200.65 {
starts 5 2006/10/27 10:47:12;
ends 5 2006/10/27 10:57:12;
binding state active;
next binding state free;
hardware ethernet 00:07:e9:f2:d3:13;
uid "\001\000\007\351\362\323\023";
client-hostname "BCUC-6D8215E8EA";
lease 192.168.200.65 {
starts 5 2006/10/27 10:47:12;
ends 5 2006/10/27 10:57:12;
binding state active;
next binding state free;
hardware ethernet 00:07:e9:f2:d3:13;
uid "\001\000\007\351\362\323\023";
client-hostname "BCUC-6D8215E8EA";
David Rickard
ICT Security Officer
david dot [email protected], 01494 522141 Ext: 3531
Information & Communication Technologies
Buckinghamshire Chilterns University College
Queen Alexandra Road, High Wycombe, BUCKS, HP11 2JZ

David Rickard wrote:
> Hi,
>
> We've got three DHCP servers on three sites, running the ISC DHCP
> daemon. We also have Zen for Desktops 7 on all three sites running on
> Netware 6.5.
>
> My problem is that when the PC boots, it ends up with two leases - one
> for when the PXE runs, and another for when Windows boots! I've attached
> an example of what happens, and the leases from the log files of the
> server, to show what's happening. In a nutshell, it seems to be related
> to the fact that the PXE session doesn't show a UID to the DHCP server,
> but Windows does. As a result, DHCPD treats them as two different hosts,
> and grants two leases. The only way around this right now is
> ridiculously short leases, which results in very chatty workstations and
> servers.
>
> I tried the "deny duplicates;" setting in the dhcpd.conf, but that
> doesn't seem to have worked. We have just over 50% of the DHCP pool
> used, so as a result most PCs work, apart from the last ones on which
> start showing 'No free leases' in the log file.
>
> I'm going to upgrade the server to SLES10 soon (it's currently on an
> ancient redhat install), but there's nothing in the changelogs relating
> to duplicates that I could see, so I don't think it's a version issue.
>
> Can anybody suggest anything to try and alleviate this problem? Is
> anybody seeing this?
>
> Regards,
>
>
> ====================== LOG FILES ============================
>
> PXE Boot
> ========
>
> Oct 27 11:46:08 ernie dhcpd: DHCPDISCOVER from 00:07:e9:f2:d3:13 via
> 192.168.200.2
> Oct 27 11:46:09 ernie dhcpd: DHCPOFFER on 192.168.200.130 to
> 00:07:e9:f2:d3:13 via 192.168.200.2
> Oct 27 11:46:10 ernie dhcpd: DHCPREQUEST for 192.168.200.130
> (192.149.238.50) from 00:07:e9:f2:d3:13 via 192.168.200.2
> Oct 27 11:46:10 ernie dhcpd: DHCPACK on 192.168.200.130 to
> 00:07:e9:f2:d3:13 via 192.168.200.2
> Oct 27 11:46:10 ernie dhcpd: DHCPREQUEST for 192.168.200.130
> (192.149.238.50) from 00:07:e9:f2:d3:13 via 192.168.200.3
> Oct 27 11:46:10 ernie dhcpd: DHCPACK on 192.168.200.130 to
> 00:07:e9:f2:d3:13 via 192.168.200.3
>
> lease 192.168.200.130 {
> starts 5 2006/10/27 10:46:10;
> ends 5 2006/10/27 10:56:10;
> binding state active;
> next binding state free;
> hardware ethernet 00:07:e9:f2:d3:13;
> }
> lease 192.168.200.130 {
> starts 5 2006/10/27 10:46:10;
> ends 5 2006/10/27 10:56:10;
> binding state active;
> next binding state free;
> hardware ethernet 00:07:e9:f2:d3:13;
> }
>
> Windows Boot
> ============
>
> Oct 27 11:47:11 ernie dhcpd: DHCPDISCOVER from 00:07:e9:f2:d3:13 via
> 192.168.200.2
> Oct 27 11:47:12 ernie dhcpd: DHCPOFFER on 192.168.200.65 to
> 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
> Oct 27 11:47:12 ernie dhcpd: DHCPREQUEST for 192.168.200.65
> (192.149.238.50) from 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
> Oct 27 11:47:12 ernie dhcpd: DHCPACK on 192.168.200.65 to
> 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.2
> Oct 27 11:47:12 ernie dhcpd: DHCPREQUEST for 192.168.200.65
> (192.149.238.50) from 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.3
> Oct 27 11:47:12 ernie dhcpd: DHCPACK on 192.168.200.65 to
> 00:07:e9:f2:d3:13 (BCUC-6D8215E8EA) via 192.168.200.3
>
> lease 192.168.200.65 {
> starts 5 2006/10/27 10:47:12;
> ends 5 2006/10/27 10:57:12;
> binding state active;
> next binding state free;
> hardware ethernet 00:07:e9:f2:d3:13;
> uid "\001\000\007\351\362\323\023";
> client-hostname "BCUC-6D8215E8EA";
> }
> lease 192.168.200.65 {
> starts 5 2006/10/27 10:47:12;
> ends 5 2006/10/27 10:57:12;
> binding state active;
> next binding state free;
> hardware ethernet 00:07:e9:f2:d3:13;
> uid "\001\000\007\351\362\323\023";
> client-hostname "BCUC-6D8215E8EA";
> }
>
Hi,
Just following this one up. It's still happening!
I tried using 'deny duplicates' in the dhcpd.conf, and it seemed to work
for a while, but it's still happening; I think we just had a low number
of PCs switched on!
We're on ZfD 7 SP1, Hotfix 3, with the Hotfix 4 PXE files installed
(Hotfix 4 came out about a week after I installed hotfix 3!).
Anyway, it's still happening and driving me to distraction. Of about
140-something hosts, they're using twice as many leases as they should,
so they're back on 10-minute leases, just to recycle them fast enough.
Anybody have any suggestions?!
David Rickard
ICT Security Officer
[email protected], 01494 522141 Ext: 3531
Information & Communication Technologies
Buckinghamshire Chilterns University College
Queen Alexandra Road, High Wycombe, BUCKS, HP11 2JZ

Similar Messages

  • What are DHCP settings and what is a DHCP lease

    My macbook has decided to stop logging on to my wifi router automatically.
    Seems the DHCP settings are wrong with an inappropriate IP address and Submask coded applied.
    When I change them back manually to what they were the computer says it is logged on to internet but refuses to open any internet application?
    I have tried the DHCP lease renewal prompt but still will not award appropriate IP or Submask code

    Hi RobertaMcC,
    Are you having trouble with a Wi-Fi connection or a wired (Ethernet) connection to the internet?  DHCP is a communications protocol that assigns each computer a unique IP address on the internet.    I'll include the information you specifically requested first, and general troubleshooting steps as well.
    OS X Yosemite: Renew an IP address from the DHCP server
    https://support.apple.com/kb/PH18513?locale=en_US
    Here is an overview of the troubleshooting steps for a Wi-Fi connection:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity - Apple Support
    https://support.apple.com/en-ca/HT202222
    Hope that helps ...
    - Judy

  • Solaris 10 x86 PXE and jumpstart using Linux DHCP server !!

    Hi,
    I am trying to get a my Solaris 10x86 jumpstart rolling.
    I have created the images for the OS, but the only issue I have ahead is using a Linux box as a DHCP server for my X86 box to get the image.
    Is it possible to have a linux host that serves as a dhcp server to jumstart X86 host with Sol 10 x86
    or do I need to have a solaris host that runs DHCP service on it.
    Any advice on this issue.
    Thanks.

    Well, if you don't think the online Documentation helpful, then the better way is reading step-by-step instructions from a book. Get to local bookstore, i.e Barne&Nobles or Border or any big local bookstore, there should be pretty good book for Unix Administrator (Solaris version).
    If you have time and think you can memorize then, read on the spot; otherwise, buy the book for future reference.
    If that's not what you had in mind, then this link of free online book might help : http://www.oreilly.com/catalog/solaris8/chapter/ch04.html
    Normally, oreilly online bookstore offers free books to accredited universities, colleges, and organizations. However, if that option isn't for you, it might even offer free sample chapters that might just suit your needs.
    hoep it helps.
    -van.

  • DHCP Failover in Windows 2008 R2 and Windows 2012 R2 Environment

    Hi Everyone,
    We are trying to implement DHCP failover in our environment. Our IT Infrastructure consists of 4 – windows server 2008 R2 servers and 7 – Windows Server 2012 servers; 1 Main Office with 2 – DC’s and 9 branch/remote offices with one DNS server in every remote
    office. All the DNS servers have 2 scopes defined on them for VOICE and Data with different Subnets.
    What would be the best method to implement failover in 2008 R2 – Windows Failover Cluster or Split scope? And how to implement DHCP Failover in Windows Server 2012 R2?
    Please let me know if you need more information.
    Thank you for your help!
    -kN

    Hi,
    if you can choose between 2008 R2 and 2012 R2 than go with 2012 R2 it is easy to create a DHCP failover there. Actually that is one of the new features of Windows 2012.
    With Server 2012 you setup your fist DHCP server with the scopes you want to setup. Than you install the second 2012 server with DHCP role and authorized. If you have done this you going back to your first server, where you already configured your scopes.
    Now right click onto the scope you want to setup for failover and select 'Configure Failover'. You can than set it up as kind of split scope (Load balance Mode) or as real fail over setup (Hot Standby). In Load balance Mode you can configure the balance of
    IP addresses between the both servers, like primary has 60% IP addresses and secondary has 40%.
    With Server 2008 R2 the easiest configuration is split scope. But here it depends how many IP leases you will max have and if you can absorb if one of the server is going down. Lets say you have 50 DHCP leases max, than sure, set it up as split scope. But
    if you have 200 DHCP clients, than I would go with failover cluster. At the end it depends on your environment.
    Sven

  • Windows 7 does not wake from sleep to renew DHCP Lease

    I am having trouble with DHCP and sleeping Windows 7 systems.  My Windows 7 systems go to sleep after an hour or so.  The Intel and Broadcom NICs we have use ARP offloading so they continue to respond to ARP while the machine is sleeping. 
    The problem is that after the DHCP lease expires, the NIC continues to respond to the ARP requests and that causes IP conflicts on the network because the computer is responding to ARP requests for an IP address the computer has lost its lease on.  Any
    time a computer is asleep for longer than the DHCP lease time then when a new computer gets the IP from the lost lease, an IP conflict is reported because the new leasee does an ARP to see if the IP is in use and the sleeping computers NIC responds to the
    ARP and this results in an IP conflict for the new leasee.
    I opened a ticket with the Hardware Vendor, which is Dell in this case, and they opened an engineering case with Intel - the NIC OEM.  The outcome of this case what that this is Windows fault.  Windows is supposed to wake up from sleep and renew
    its DHCP lease at the lease half life and then go back to sleep.  My computers are not doing this.  They let the lease expire while they are sleeping.
    Is there a problem with Windows 7 that prevents it from waking up and renewing its lease periodically?  It is supposed to maintain the lease according to Dell and Intel, but in my case it it not. 

    Extending the lease time is a bandage on the problem, and it is what we have done while I attempt to resolve the issue.
    The network group would like the lease time set to 4 hours.
    Extending the lease time doesn't resolve the issue because it only makes the problem occur less freqently.  With a 2 week lease, a machine needs to be asleep for 2 weeks before it causes a problem.  Machines are not likely to be asleep for 2 weeks
    very often.
    The resolution would be to figure out why a sleeping Windows OS is not maintaining its IP address.  If it is not going to renew the DHCP lease while it is asleep, it is still responsible for updating the TCP stack (and the NIC) to let it know that it
    no longer has a lease to that IP address.  The OS has offloaded ARP to the NIC, which continues to respond to ARP while the computer is asleep.  If the OS lets the lease expire, then it needs to notify the NIC to stop responding to ARP requests for
    that address.

  • MacBook Pro, Netcomm NB7Plus4W and Renewing DHCP Lease + Airport Express

    Problem 1 - Internet Connection Problem
    I am in a locatation with:
    2 x Late 2011 Macbook Pros 0sX 10.7.3
    1 X Mid 2010 Macbook Pro Osx 10.6.x
    3 x iPhone 4 iOs5.x
    1 x PC Windows XP
    ADSL2 internet connection
    Wireless Netcomm NB7Plus4W
    The 2 x Macbook Pro's 0sX 10.7.3 have difficuly connecting to the internet after wake from sleep, restart etc. They connect to the wireless network okay however they are very slow to get online, usually about 3-5 minutes minimum. Usually what is required is openening System Prefs / Network / and renewing the DHCP lease, which reduces the Internet connection time by a couple of minutes.
    Other devices connect okay.
    Problem 2 - Airport Express extending wirelss network
    I would like to add an airport express to the wireless network so music can be played through iTunes to a coneected sound system, however the instructions in Airport Express Help do not seem to work.
    Thanks for your replies in advance
    Christo

    I don't think it can be a Leopard-specific issue, or even a MacBook or Airport one, 'cause I've been having the exact same problem for several weeks on my old G4 tower running 10.4.11 & connected by ethernet to a NetGear router. :\ In all user accounts it opens a few web pages then loses connection until I renew the DHCP lease - strangely, this seems to happen quicker while using Safari than Firefox, but that could be coincidental. When the G4 has lost its connection, both my 3G iPhone and my boyfriend's POS Dell laptop have no trouble connecting wirelessly.
    I plan to try BDAqua's hardware test suggestion as soon as I have time to hunt for my Tiger install disks. Any other suggestions would be appreciated.

  • TS1388 After one or two websites the search "freezes". To rectify this I need to go into "Network" and press "Renew DHCP Lease" on my imac 10.6.8

    After one or two websites the search "freezes". To rectify this I need to go into "Network" and press "Renew DHCP Lease" on my imac 10.6.8TS1317 - Mac OS X: Troubleshooting a cable modem, DSL, or LAN Internet connectionAny help?

    Check your computers time and date are correct, and updating to your location via Apple's servers.
    WiFi, Internet problems, possible solutions

  • My internet keeps going down and when I try to renew the DHCP lease it stops working altogether

    Every couple of weeks my internet would go down, I would be surfing the web and suddenly my connection would fail. I would try renewing my DHCP lease and every time I did I would get an IPv4 address of 192.168.0.100. Originally, restarting the router would fix the problem but the past couple of times they needed a technician from the provider to fix it. Even using the Ethernet cable doesn't work either.
    is there a reason why this keeps happening and how do I stop it from happening again? Is there anything I can try to fix it on my end?
    my computer is a five year old MacBook, running OS X 10.9.4

    Having the same problem. Watched 25 minutes of a rental and it stopped with the message"unable to load video"
    Using current version IPad mini.
    Ios7 is  HUGH PIECE OF CRAP!!!!

  • Windows Server Essentials Storage Service and Windows Server Essentials Email Service eating memory

    Hi
    I have Windows Server 2012 R2 with Essentials Role installed. I have integrated server with Azure AD, Office 365 and Intune using the Essentials Dashboard integration tools.
    I can see that Windows Server Essentials Storage Service and Windows Server Essentials Email Service are eating much of server memory. What are these services for and why they use a lot of memory? Specially I am wondering about the Email Service. What is
    it for? Server dont handle email in any way so what is this service for? I tried to google it but found nothing.

    Hi
    I have 6GB of memory.
    When I check from Resource Monitor, for Essentials Storage Service, Commit Set is 4G and Working Set is 1,8G.
    Email Service Commit is about 1,8G and Working Set is just below 1G.
    So these two services are reserving almost all the memory.
    Memory is about 85-90% in use all the time, whether it be night or day.
    Server have about 12 users and at the office there is about 2-6 person at the time. Link between server and office is 100M. There are no other services installed but the basic ones. We use server for AD (O365 integration) and file shares. Traffic in File
    Shares are not big. They are more kind of an warehouse that in busy day-to-day use.
    This server is about couple of months old and it has been like this since it was fired up.
    I dont know what to look for from Event Logs and Process Monitor dont give me anything useful.

  • Wake on Demand and DHCP Lease

    I have a Mac Pro running Snow Leopard and an Airport Extreme. Wake on Demand works as advertised and I am able to access any sharing service running on the Mac Pro, even if the computer is asleep . . . but only for about 24 hours.
    My only problem is that it seemed every night the Mac Pro would no longer be available to my Macbook. Troubleshooting it tonight, I think the problem is that the Airport Extreme base station is not renewing the Mac Pro's DHCP lease.
    The Mac Pro's lease had been visible in the Airport Extreme's list of leases all day. When the Mac Pro no longer appeared in my Macbook's Finder, I opened Airport Utility and noticed that the Mac Pro had dropped off in the list of DHCP lease holders. After walking down to my basement and waking the Mac Pro with the mouse, the Mac Pro is back in the list of lease holders and Wake on Demand works once again.
    While in the basement, I often hear the Mac Pro waking up momentarily, which I understand is to update the Bonjour Sleep Proxy. Shouldn't it also do something to renew the DHCP lease? Is there a way to make this system work for more than 24 hours without extended the DHCP lease length on the Airport Extreme?
    Thanks for the help.

    Hi mcewen. The Wake on Demand feature works with any service being advertised with Bonjour. The caveat with Web Sharing is that it only advertises itself with Bonjour if you've modified one of the default web pages. So all you have to do is go into the Sites folder in your Home directory, and make a change to the index.html file, and then turn off Web Sharing and turn it back on. That should get it to be advertised with Bonjour (you can verify this by going to the Bonjour bookmarks section in Safari to make sure your web page shows up). After that it will support Wake on Demand using Web Sharing.

  • DNS aging and DHCP lease

    Hi all,
    I have AD integrated DNS server. Need advise how to set DNS aging\scavenging based on DHCP lease time. I know how the process works. Found couple of articles where is written "DHCP
    lease duration should match the “no-refresh + refresh” interval."
    Why should DHCP lease be equal to the sum of non-refresh and refresh interval? From my point of view DHCP lease time should be more than DNS non-refresh interval (and less then non-refresh + refresh interval) so DNS clients are able to register new DHCP
    assigned IP address to DNS within refresh period, right?
    Are there any "rules" which tells me what's the best set up of all this timers?
    Tomas

    Hi all,
    Why should DHCP lease be equal to the sum of non-refresh and refresh interval? 
    Because when Non-refresh and Refresh interval expires and the record is not updated it is considered as inactive as Ahmed said. My environment is based on
    (NonRef+Ref) = Lease and works correctly. Just do not try to scavenge records on AD Integrated zones if DHCP lease is something like 2-3 days. Yo will end up in a confusion state with a lot of false
    positives which are considered as inactive but actually they are not inactives!
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Automatically Resetting DHCP Leases

    I am setting up a DHCP scope on a Cisco 4500X.  The DHCP will service new clients and provide a PXE boot set of options.  Once built the client will access a Windows based DHCP service.  
    I understand that the minimum DHCP lease duration is 1 day (24 hrs?). My question is, how can I clear the DHCP leases on a more regular basis say every 4 hours allowing me to use a smaller network IP range for the build network?  
    Thanks in advance!
    Steve

    Glad to hear that worked.
    It looks like the 4500X IOS-XE does include support for the kron command scheduler utility.
    I've not used it personally but from the configuration guide, it looks like you should be able to do something like:
    kron policy-list ClearBindings
    cli clear ip dhcp binding
    kron occurrence ClearDHCP in 04:00 recurring
    policy-list ClearBindings
    Let me know if it works for you.

  • MDT 2013 - A Connection to the deployment share could not be made - DHCP Lease was not obtained

    First, let me give you some context:
    Framework: MDT 2013 with MS SDK 7.1
    Task Sequence: Standard Client TS with sysprep and capture.
    Target workstation (build workstation): VM Guest on ESX 5.5 host, 8 vCPU, 8GB RAM, LSI Logic SAS Controller, E1000 NIC, SSD DAS
    Behavior: The VM loads and installs the OS fine in PE, VM boots into OS successfully and resumes the TS, after the first system reboot, the error message occurs and it reads:
    A connection to the deployment share (\\*********\DeploymentShare$) could not be made. DHCP Lease was not obtained for any Networking device! Possible Cause: Check physical connection. Retry:...... Cancel:.....
    While observing this error, I didn't notice the NIC hadn't completely initialized and obtained an IP yet (network adapter icon in systray), additionally hitting retry after the NIC was initialized resumed the TS.
    This behavior reoccurs with several subsequent reboots until a few more applications (Citrix Receiver, VMware Tools) with services are installed which seem to then slow the system boot-up time and then allows the TS to start after the NIC has initialized.
    From several posts I've read on this forum, this particular behavior was alleviated by a "wait for IP lease" mechanism built into the TS engine which was introduced in MDT 2010 SP1, I wasn't able to find any other confirmation whether
    this mechanism is still in effect with MDT 2013. Another point worth mentioning from several other posts I was able to find is that this behavior appears to manifested itself on target workstations with SSDs, which would somewhat explain the faster
    TS load time vs waiting for an IP lease. I've also tried to replicate this behavior in a non-SSD and low-performance VM environment and I wasn't able to replicate it.
    My question: Does anyone else have experienced this behavior with MDT 2013 and if so, how did you resolve it? Or is this a bug?

    I have this issue intermittently as well.  For us, it coincided with the deployment of IP phones, which meant PoE switches all around.  However, the problem persisted even after we turned off PoE to the ethernet ports from which we normally PXE
    boot.
    As this issue has been intermittent, I've backburnered it.  When it does happen, I just wait for the lease to arrive then rerun the wizard.
    Thanks for the feedback, that's true the TS can be resumed manually once the lease has occured but it defeats the purpose of an automated TS if I have to keep an eye on it and intervene if I need to.
    The network guys here recommended putting wireshark or network monitor on it and figuring out just what the heck is going on.  Basically, what Keith Garner said.  They also disabled PortFast awhile back to see if that made any difference, and it did
    not.

  • Slow logons on windows 2012 server and windows 7 sp 1 devivce

    Hello everybody,
    I've a windows user reporting slow logons on one of our clients.
    The domain is a 2012 domain and the device with the issue is a windows 7 sp1.
    The winlogon message event ID 6005 appears (winlogon taking too long to handle notification request)
    Also NETLOGON message event id 5719 saying can not secure channel with the DC, because there're no one available).
    Profile is not set to roaming.
    The system logs are uploaded to this link:
    https://onedrive.live.com/redir?resid=2CDBBADCC474A82C!241&authkey=!AM99cXm2AaNp8Wg&ithint=folder%2czip
    Resetting the password of the computer object is succesfull but I can not be resetting the password now and then.
    The GP setting for process login scripts synchronously is not configured.
    The GP setting that makes the computer wait for the network set to 0 then causes a temp profile to be loaded.
    Please help me I don't know what else to do.
    Regards

    Hello Britt,
    Thanks a lot for answering.
    Looking at the DNS server found no reverse lookup zone configured. I didn't setup the server so I didn't know that. I did a search and AD seems to have no problem with that.
    Here's an ipconfig from the SERVER:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Server
       Primary Dns Suffix  . . . . . . . : NEPedi.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : NEPedi.local
    Ethernet adapter NIC1:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet #2
       Physical Address. . . . . . . . . : F0-1F-AF-E4-C4-FF
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::586e:e054:8cb2:fd10%13(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.2.10(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 192.168.2.1
       DHCPv6 IAID . . . . . . . . . . . : 384835503
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-95-A4-94-F0-1F-AF-E4-C5-00
       DNS Servers . . . . . . . . . . . : ::1
                                           127.0.0.1
                                           8.8.8.8
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter Local Area Connection* 12:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter isatap.{2C549BDD-1164-4933-8E08-A725CB8E4CB4}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    And the client has this parameters configured:
     Network Adapter  Intel(R) 82578DM Gigabit Network Connection
     IP Address   192.168.2.135
     MAC Address   84:2B:2B:C3:2C:8B
     Gateway   192.168.2.1
     DHCP Enabled   Yes
     DHCP Server   192.168.2.1
     DHCP Lease Expires  09/26/2014 09:01:07 AM
     DHCP Lease Obtained  09/24/2014 09:01:07 AM
     DNS Server Search Order  192.168.2.10
     IP Enabled    Yes
     IP Subnet    255.255.255.0
     WINS Primary Server 
     WINS Secondary Server 
     Last Check Date  9/25/2014 12:01:47 AM
    I'll post a complete ipconfig from the client later, because I have to remote in and now it's not available.
    Regards.

  • [SOLVED] Hostname not showing in DHCP lease list

    This is a brand new installation using the new systemd base.
    Installed openbox as window manager and Network Manager.
    What did I miss that the hostname of this computer (opus) is not showing up in the DHCP Leases list?
    When I connect to the network using Network Manger(DHCP), hostname is not sent to the DHCP server (DNSmasq). It shows up as a "*":
    DHCP leases
    Hostname      IP-address                MAC-address            Lease expires
    *                     192.168.10.100        XX:XX:XX:XX:XX:XX    Nov 28th, 19:34
    *                     192.168.10.59          XX:XX:XX:XX:XX:XX    Nov 28th, 19:23
    alarmpi           192.168.10.69          XX:XX:XX:XX:XX:XX    Nov 28th, 16:56
    RM696            192.168.10.97          XX:XX:XX:XX:XX:XX    Nov 28th, 18:23
    (I blanked out the MAC-addresses.)
    The first entry is connecting through wireless. The second is wired.
    At the command line:
    hostname
    opus
    hostname -f
    localhost.localdomain
    /etc/hosts:
    # /etc/hosts: static lookup table for host names
    #<ip-address>    <hostname.domain.org>    <hostname>
    127.0.0.1    localhost.localdomain    localhost    opus
    ::1        localhost.localdomain    localhost    opus
    # End of file
    What file do I need to change and how?
    Updated:
    1) I created a /etc/dhclient.conf file and added:
    send host-name "opus";
    request subnet-mask, broadcast-address, time-offset, routers,
    domain-search, domain-name, domain-name-servers, host-name;
    and rebooted.
    This had no effect.
    2) Just for kicks, I uninstalled Network Manager and installed Wicd.
    This DID send the hostname and it displayed on the DHCP Leases List. But it also had the effect of turning off the WiFi radio.
    I did try to turn it back on: Went to the BIOS, made sure it was on (it was). Read some posts about power savings and what to do (tried them, didn't work).
    So I uninstalled Wicd, re-installed Network Manager and I am back to where I was.
    Last edited by dastagg (2012-11-29 11:15:11)

    Sorry, forgot to add this:
    https://bbs.archlinux.org/viewtopic.php?id=152376
    Follow the instructions on the bottom.

Maybe you are looking for