IOS7 DHCP IP address scopes being depleted

I work for a large school district in Texas. We have a large deployment of iPads (10,000+) as well, we encourge BYOD.
Our district has recently updated to iOS7. We now are experiencing IP address scopes running out of IP's, 6000 per campus for students, 5 campuses. With some testing we found the iOS7 devices leave the network - IE: go to sleep mode or disassociate from wireless in some fashion, generally for just a short period, 1 hr or 2. Once the iOS7 devices rejoin the network they are not keeping their original IP address and allocated another IP thus in a days time depleting IP addresses.
Our DHCP lease times are set for 8 hours.
We have tested this with iOS6 devices and these devices leave and rejoin and retain their original IP address from the scope.
I was wondering if any other ISD or other enviroment with a large deployment of iOs devices have seen this problem?
Thanks
LB

Hi All,
Found this thread when searching for a solution to a similar dhcp problem on Friday.
I came across this issue when building a wireless env similar to LB_MISD. Although in my env I have a linux server for dhcp and have two pools (one for known and another for unknown clients). Ios 7 devices were actually making so many requests it caused the DHCP server to stall at times.
From the logs I noticed that I had problems with unknown clients but not with known clients ..... the difference - an assigned hostname in dhcp for the known clients.
IOS 7 seems to require a hostname be given to the client device with the rest of the dhcp offer. To get around this I added an extra line to the dhcp pool that send the clients mac address back as it's hostname. It does not appear to actually get used by anything but does seem to fix the problem.
"option host-name = concat ( binary-to-ascii (16, 8, ":", substring (hardware, 1, 6));"
I don't know what the equivalent config would be for a windows server or home router - although a workaround might be to grab the mac addresses of all the IOS 7 devices and reserve an address and create a hostname for each device --- a pain yes but at least the dhcp server may work for everyone else?

Similar Messages

  • 802.1x and DHCP assigned addresses

    I've done a lot of reading on this but I am still confused. I'm not a Microsoft guru so I don't really know waht is going on with login scripts, or cached user/pass.
    Scenario 1
    ==========
    I have 802.1x implemented and Joe the contractor comes into the office and plugs in his laptop. He is a guest. I allow guests to have access to a guest VLAN. How can Joe automatically get an IP address, or does he have to do ipconfig /renew?
    Scenario 2
    ==========
    What is the behind the scenes process that takes place for my corporate users that login to a domain....how do they get DHCP assigned addresses?
    Thanks

    I assume from what you have written 'Joe' doesn't have an 802.1x supplicant on his PC? Therefore the switchport eapol frames are ignored by the PC and after a timeout the port is placed in the guest vlan. You need to make sure DHCP is enabled for the guest vlan - either add the appropriate entried to the protecting ACL or add a scope on the router? Depending on the timeouts you may have some delay issues here; I would test this before you roll it out.
    For clients with 802.1x supplicants what happens is the PC effectively thinks it is disconnected from the network until the supplicant has authenticated. Once it has authenticated the PC thinks the network adapter is then connected and it will attempt to lease an IP address by broadcasting a DHCP request.
    There are however a few 802.1x supplicants and I am not sure how they all integrate with the host O/S. I know the built-in Microsoft one operates as I have described.
    HTH
    Andy

  • Releasing unused DHCP IP addresses in OSX Server 10.4

    In OSX Server 10.4.11 is there any way to release unused DHCP client addresses in the Server Admin app? We have 73 clients showing (and only 30 on the network) because various computers have been added to the network and removed/reinstalled at various times, and that means we're running out of available addresses in our little chunk of the subnet.
    We've previously set a longish lease time on DHCP addresses because we've had problems in the past with sleeping Macs being woken up and having clashing IPs with other Macs that have had that IP reassigned to them, but it means that we do have a long list of unused DHCP clients.
    Does Server 10.5/10.6 allow the release of DHCP addresses from the admin app (oh, for a right-click delete!), or is that just not possible in the DHCP protocol (NB I'm trying to release unused IP addresses, not asking live clients to rescind their IP address).

    It's not legal within the DHCP protocol - as far as the server is concerned, that IP address has been handed to the client and should be reserved for that client until the lease expires. The server has no way of knowing whether the client is still using the address.
    You may be able to break the rules, though - the server stores the DHCP leases in /var/db/dhcpd_leases, so you should be able to stop the DHCP server, edit the file to remove the unnecessary leases, then start the server back up. No guarantees, tho'.

  • Dhcp excluded-address

    Hi all,
    i would ask you how can i modify my ip dhcp excluded-address .
    My situation is like below:
    ip dhcp excluded-address 10.22.93.1 10.22.93.20
    ip dhcp excluded-address 10.22.93.199 10.22.93.254
     WIFI
       network 10.22.93.0 255.255.255.0
       default-router 10.22.93.1
       lease infinite
    I would modify ip dhcp excluded-address 10.22.93.199 10.22.93.254 in ip dhcp excluded-address 10.22.93.230 10.22.93.254
    it's enought do:
    no ip dhcp excluded-address 10.22.93.199 10.22.93.254
    ip dhcp excluded-address 10.22.93.230 10.22.93.254
    Please answer me.
    Regards
    Paolo

    Use
    This command prevents IP addresses from being assigned by the router's DHCP server. This is used to prevent IP conflicts with statically assigned servers and routers.
    Syntax
    Router(config)#ip dhcp excluded-address <low IP> <high IP>
    Example
    First we configure the DHCP server with ip dhcp pool and exclude the ip addresses.
    R2(config)#ip dhcp pool R1_Pool
    R2(dhcp-config)#network 10.22.93.0 /24
    R2(dhcp-config)#dns-server 4.2.2.2
    R2(dhcp-config)#default-router 10.22.93.1
    R2(dhcp-config)#exit
    R2(config)#ip dhcp excluded-address 10.22.93.230 10.22.93.254
    Currently R1's Fa0/0 does not have an IP address
    R1(config-if)#do show ip interface brief | ex unass
    After we configure ip address dhcp on R1's Fa0/0, it receives an IP address of 10.22.93.1
    R1(config)#int fa0/0
    R1(config-if)#ip address dhcp
    R1(config-if)#
    *Mar 1 00:40:36.339: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 10.22.93.2 (FastEthernet0/0) is down: address changed
    R1(config-if)#
    *Mar 1 00:56:44.903: %DHCP-6-ADDRESS_ASSIGN: Interface FastEthernet0/0 assigned DHCP address 10.1.1.100, mask 255.255.255.0, hostname R1
    R1(config-if)#
    *Mar 1 00:41:21.567: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 10.22.93.2 (FastEthernet0/0) is up: new adjacency
    R1(config-if)#

  • WTR54GS Fails to obtain a DHCP IP Address from Upstream

    Greetings!
    I had effectively given-up on Linksys Router WTR54GS, as it was advertised that it could be plugged into a pre-existing network (friends home network, a hotel room ethernet jack, etc), but sadly the WTR54GS itself is incapable of obtaining a DHCP IP Address from an upstream DHCP server (like the hotel, etc).
    I have tried repeatedly to work with Linksys Support but everyone wants to blame the upstream router, suggesting that I change it's configuration to "Bridged-mode".  Yeah, right.  Like I'm going to walk down to the hotel lobby main desk and tell them that they need to place THEIR network in bridged mode just so my WTR54GS will work.   I was willing to believe that the first router (version 2.0) that I was sent was defective, and let Tech Support talk me into returning it to my vendor and seeking a replacement. 
    I receieved the replacement (this time version 1.0) and had EXACTLY the same problem.  I returned that one as well (marked defective) after talking with Ellen in Linksys 2nd Level Technical Support.  She promised this would be referred to the Linksys Engineering group for further study.  This was 4+ months ago. 
    I would like to buy another one, but am hesitant to buy because I just do not trust Linksys Technical Support anymore.   Can someone please confirm that Linksys Engineering is aware of this problem, acknowledges its existence, and has resolved (or is at least working on resolving) this problem?
    -Elrendhel
    Forum Administrator, Product Reviewer, & Moderator at MobilitySite,
    Forum Admin, Lead Tech Support Mgr & Moderator at GPS Tuner,
    Moderator at Microsoft's Windows Mobile Owners Circle forums.

    So you have connected WTR through the correct (blue) port to the internet connection?
    You have configured the WTR for wired internet connection type?
    You have configured the WTR for DHCP?
    What does the WTR say on the Status page?
    Have you tested the WTR inside your home network?

  • Clients not receiving DHCP IP address from HREAP centrally Switched Guest SSID

    Hi All,
    I am facing a problem in a newly deployed branch site where the Clients are not receiving DHCP IP address from a centrally switched Guest SSID. I see the client status is associated but the policy manager state is in DHCP_REQD.
    The dhcp pool is configured on the controller itself. The local guest clients are able to get DHCP and all works fine, the issue is only with the clients in the remote site. The Hreap APs are in connected mode. Could you please suggest what could be the problem. Below is the out of the debug client.
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 Adding mobile on LWAPP AP 3c:ce:73:6d:37:00(1)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 Reassociation received from mobile on AP 3c:ce:73:6d:37:00
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 START (0) Changing ACL 'Guest-ACL' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 Applying site-specific IPv6 override for station 10:40:f3:91:7e:24 - vapId 17, site 'APG-MONZA', interface 'vlan_81'
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 Applying IPv6 Interface Policy for station 10:40:f3:91:7e:24 - vlan 81, interface id 13, interface 'vlan_81'
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 Applying site-specific override for station 10:40:f3:91:7e:24 - vapId 17, site 'APG-MONZA', interface 'vlan_81'
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 STA - rates (8): 140 18 152 36 176 72 96 108 0 0 0 0 0 0 0 0
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state AUTHCHECK (2)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 AUTHCHECK (2) Change state to L2AUTHCOMPLETE (4) last state L2AUTHCOMPLETE (4)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 3c:ce:73:6d:37:00 vapId 17 apVapId 1
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state DHCP_REQD (7)
    *apfMsConnTask_3: May 24 13:26:49.372: 10:40:f3:91:7e:24 apfMsAssoStateInc
    *apfMsConnTask_3: May 24 13:26:49.373: 10:40:f3:91:7e:24 apfPemAddUser2 (apf_policy.c:222) Changing state for mobile 10:40:f3:91:7e:24 on AP 3c:ce:73:6d:37:00 from Idle to Associated
    *apfMsConnTask_3: May 24 13:26:49.373: 10:40:f3:91:7e:24 Scheduling deletion of Mobile Station:  (callerId: 49) in 28800 seconds
    *apfMsConnTask_3: May 24 13:26:49.373: 10:40:f3:91:7e:24 Sending Assoc Response to station on BSSID 3c:ce:73:6d:37:00 (status 0) ApVapId 1 Slot 1
    *apfMsConnTask_3: May 24 13:26:49.373: 10:40:f3:91:7e:24 apfProcessAssocReq (apf_80211.c:4672) Changing state for mobile 10:40:f3:91:7e:24 on AP 3c:ce:73:6d:37:00 from Associated to Associated
    *apfReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Incomplete to Mobility-Complete, mobility role=Local, client state=APF_MS_STATE_ASSOCIATED
    *apfReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 4183, Adding TMP rule
    *apfReceiveTask: May 24 11:35:53.373: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 3c:ce:73:6d:37:00, slot 1, interface = 13, QOS = 3
      ACL Id = 255, Jumbo F
    *apfReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 7006  IPv6 Vlan = 81, IPv6 intf id = 13
    *apfReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (ACL ID 255)
    *pemReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *pemReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 Sent an XID frame
    *apfMsConnTask_3: May 24 13:26:49.401: 10:40:f3:91:7e:24 Updating AID for REAP AP Client 3c:ce:73:6d:37:00 - AID ===> 1
    *apfReceiveTask: May 24 13:28:49.315: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) DHCP Policy timeout
    *apfReceiveTask: May 24 13:28:49.315: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Pem timed out, Try to delete client in 10 secs.
    *apfReceiveTask: May 24 13:28:49.315: 10:40:f3:91:7e:24 Scheduling deletion of Mobile Station:  (callerId: 12) in 10 seconds
    *osapiBsnTimer: May 24 13:28:59.315: 10:40:f3:91:7e:24 apfMsExpireCallback (apf_ms.c:599) Expiring Mobile!
    *apfReceiveTask: May 24 13:28:59.315: 10:40:f3:91:7e:24 apfMsExpireMobileStation (apf_ms.c:4897) Changing state for mobile 10:40:f3:91:7e:24 on AP 3c:ce:73:6d:37:00 from Associated to Disassociated
    *apfReceiveTask: May 24 13:28:59.315: 10:40:f3:91:7e:24 Scheduling deletion of Mobile Station:  (callerId: 45) in 10 seconds
    *osapiBsnTimer: May 24 13:29:09.315: 10:40:f3:91:7e:24 apfMsExpireCallback (apf_ms.c:599) Expiring Mobile!
    *apfReceiveTask: May 24 13:29:09.316: 10:40:f3:91:7e:24 Sent Deauthenticate to mobile on BSSID 3c:ce:73:6d:37:00 slot 1(caller apf_ms.c:4981)
    *apfReceiveTask: May 24 13:29:09.316: 10:40:f3:91:7e:24 apfMsAssoStateDec
    *apfReceiveTask: May 24 13:29:09.316: 10:40:f3:91:7e:24 apfMsExpireMobileStation (apf_ms.c:5018) Changing state for mobile 10:40:f3:91:7e:24 on AP 3c:ce:73:6d:37:00 from Disassociated to Idle
    *apfReceiveTask: May 24 13:29:09.316: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Deleted mobile LWAPP rule on AP [3c:ce:73:6d:37:00]
    *apfReceiveTask: May 24 13:29:09.316: 10:40:f3:91:7e:24 Deleting mobile on AP 3c:ce:73:6d:37:00(1)
    *pemReceiveTask: May 24 13:29:09.317: 10:40:f3:91:7e:24 0.0.0.0 Removed NPU entry.

    #does the client at the remote site roams between AP that connects to different WLC?
    #type 9 is not good.
    *pemReceiveTask: May 24 13:26:49.373: 10:40:f3:91:7e:24 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    #Does your dhcp server getting hits.
    #Also, get debug dhcp message & packet.
    #Dhcp server is not responding.
    *apfReceiveTask: May 24 13:28:49.315: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) DHCP Policy timeout
    *apfReceiveTask: May 24 13:28:49.315: 10:40:f3:91:7e:24 0.0.0.0 DHCP_REQD (7) Pem timed out, Try to delete client in 10 secs.

  • DHCP beginning address problem.

    Hi guys,
    I cannot understand how to configure my TC. I put exactly the same network settings as they were in the Airport Express to share the Internet connection. Everything works fine except the internet itself. The problem as I see it is that dhcp beginning address cannot be set far away from the static IP. In my case, the static IP is 213.170.70.** and I only can change these ** last figures in the dhcp range.
    But this conflicts with my provider and I have no internet while the TC itself works fine. If I set "share the only address" it doesn't help either.
    Anybody can help?
    Many thanks in advance.

    None really. These are the three IP Address ranges available for Private Networks. The Internet Engineering Task Force (IETF) has directed the Internet Assigned Numbers Authority (IANA) to reserve these IPv4 address ranges for private networks. This has been published in RFC 1918.
    More info: Wikipedia: Private network

  • Cisco E1000 wont connect to internet anymore - not getting DHCP ip address from Comcast modem

    Very strange issue...
    I have Comcast HSI and have been using my Cisco (Linksys) E1000 for about 3 years now. Bought it as a refurb.
    My issue is that the E1000 is NOT receiving the DHCP info from my Comast modem.
    The internet works when my laptop is directly attached to the modem; but when connecting the modem internet port
    to the E1000 internet port it is NOT grabbing my ISP DHCP ip address thus no clients can broswe 'wired or wireless'.
    I even updated the firmware and am starting to think its time to get a 'BRAND NEW' router as this makes NO SENSE!
    I cannot release/renew as i have NO ip address to release.  I have even tried to configure the E1000 as a static 
    using the ipconfig/all from when the laptop and modem was connected. Comcast says they see nothing on their end. 
    I also factory defaulted the router and redid the config to no avail. 
    Any help would be appreciated.
    Solved!
    Go to Solution.

    You need to enable MAC address clone on the router to recognize the connection from your cable modem. The link below would tell you how to configure the router to work with a cable connection and how to do MAC address clone.
    Setting up a Linksys router with Cable Internet service

  • Email addresses are being saved as contacts

    Every person I email from my desktop (work) computer, their email address is being automatically saved as a contact in my address book. Considering I can email up to 50 new people a day, its becoming very frustrating. Only happened since upgrading to iOS6. I may have changed a setting but I can't seem to locate. Any assistance welcomed.

    I assume you are referring to it physically putting another separate contact in Address Book, and not the autofill list when typing an address into a new message window.
    Mail does not have an option to add addresses from email to the address book automatically. The fact that you say it happens with the Exchange account and not the other accounts indicates that it's an exchange account problem.
    Are you syncing the exchange account contact list with apple's address book? If so, you might take another look to the exchange account for something there.

  • Incorrect DHCP server address to wireless client

    Guys,
    I have deployed a centralized wireless architecture with 2 x wisms in each of our DCs. I just noticed the clients are receiving incorrect DHCP server address, please note there is no issue with connectivity, i just want to know why incorrect DHCP server address is handed out to the clients.
    The DHCP server address received is apparently virtual interface address of the WiSM. i am running WiSM firmware 7.0.116.0
    Any information is appreciated.
    Cheers
    AP

    DHCP proxy is pretty usless in my mind. It was something that lingered from the old airespace days. In fact if you ask many cisco se's they will tell you they wished they didnt default to proxy. Also, if you ever use cisco ISE, you will need to disable proxy, becuase you will need to configure a helper pointing to the ISE box for DHCP finger printing.
    Steve points out, if you use the WLC as a DHCP server it is a requirement to have it on. But we all agree here on CSC (Steve, Leo, Blake, myslef), that the DHCP server on a WLC is not robust and is problematic at times.

  • DHCP Server Address Range

    Hi there,
    I was wondering if there was a way to change the built-in DHCP server address range from 192.168.1.x to, say, 192.168.0.x?  For example, when you change the router IP from 192.168.1.1 to 192.168.0.1.  I noticed that when you commit such a change, the DHCP range does not update accordingly.  Any ideas?
    Thank you,
    Paul
    Solved!
    Go to Solution.

    Your DHCP server range should update automatically to the 192.168.0.x  subnet when you change your "Local IP address" to 192.168.0.1.   Be sure to use a computer that is wired to your router when you do this.  Also, be sure to click on "Save Settings", then wait (3 to 60 seconds) for the screen to refresh.  You will likely be disconnected from the router when you do this.  Do not worry about this.  Power down the router and your computer.
    Next, wait 30 seconds, then reboot router and computer.  Your Local IP address and the DHCP server range should now have the same subnet.

  • DHCP exclude address range option config on Instant 2.0

    Q:  DHCP exclude address range option config on Instant 2.0
    A: ​This article applies to Instant 4.2 and above.
    Before 4.2, Use exclude-address as a range option was not available.
    Since IAP is getting used as an Edge device, the features needs to be in compliance with industry standard. 
    From 4.2 onwards, IAP local DHCP server will support exclude IP address as a range.
    With this feature we are supporting the following
    A. exclude-address ip1
    B. exclude-address ip1 ip2
    Show dhcps command will show the excluded range and available range

    I found this on TCPIPGUIDE.com that supports my findings.
    "One difference between BOOTP and DHCP is that certain communications from the client to the server are unicast. The most noticeable instance of this is when a client tries to renew its lease with a specific DHCP server. Since it sends this request unicast, it can go to a DHCP server on a different network using conventional IP routing, and the relay agent does not need to be involved."

  • My BT address is being spoofed in Yahoogroups

    One of my sub addresses is being used to spam in Yahoogroups. I am a Yahoo Moderator in one of the 4 groups Yahoo supports for group owners and moderators. The address was being moderated but a moderator didnt foresee my purpose and approved the post. Nevertheless it notified me that someone is using one of my addresses, which I created for the purposes of my own Yahoo group. I have seen another person using the address since on another occasion. The problem is that in Yahoo groups where I am known, I am afraid that people will think I am a spammer. It has been recognised and identified with me; Moderators of one of the 4 groups. What is the position if Spam Cop or some other similar service gets hold of the address?. Do they check to find out who is actually using it or label it, forever being a spammer's address? The address is one I didnt want to lose since it identifies me and I am attached to it. I have naturally reported it to Yahoo but they cant do anything about it. I found 2 groups where the name in front of my address is posting and notified Yahoo Tech Support. What will BT do when you eventually realise my address is being used to spam people? What do you recommend I do? I hope this message reaches you in approved format, I dont normally use html or rtf
    Janet

    That is in fact the answer I expected and it is reassuring, somewhat. I am also concerned that spam from a BT internet address might get the address blocked, shut down, whatever, in which case I am reduced to having only 3 other addresses under BT Yahoo!Mail. I migrated to BT only in January 2010 and by March I was getting 75 spam mails a day from a source that was stopped by Yahoo. On reflection, I have had nothing but trouble in comparison with experience with former ISPs. This is not a moan, its a fact; otherwise I am quite happy with the service but the Tech Team as well as its remote assistance leaves a lot to be desired, but that's maybe another thread. One learns by what takes place which is a positive.
    Janet

  • DHCP provided address time limits

    Hi there,
    I have been searching for any way to limit DHCP supplied addresses in regards to time usage. I am looking to restrict certain addresses, specified via MAC, to only be able to access my network during specific times of the day.
    For example, I would like for address 192.168.0.28 to only be able to access the network (and the internet of course) between the hours of 9 a.m. to 5 p.m.
    If this cannot be done by OSX 10.5 Server, is there any affordable software or hardware solution out there that anyone knows of which can perform this function?

    I removed the Belkin router and set up the Airport Time Capsule as the DHCP server. No problems since.

  • PXE Boot a Hyper V Guest - Not receiving a DHCP IP Address

    Hello Everyone,
    I am trying to PXE boot a Hyper V guest, but am not getting a DHCP IP Address. Eventually the DHCP query times out and loads into the guest OS I have manually installed. See the PXE Boot Screen below. When in the installed guest OS, I do receive
    a DHCP IP address as shown below. I am utilizing the Legacy Network Driver.  I don't think it is related to VLAN identifier, but tried with/without and still no go. Any ideas what could be preventing this? Please let me know.
    PXE Boot Screen:
    CLIENT MAC ADDR: 00 15 5D F2 99 0C  GUID: B366BBA1-D503-4D64-A77E-77474F3A2193
    DHCP.........-
    PXE-E51: No DHCP or proxyDHCP offers were received.
    DHCP IPCONFIG in Guest OS:
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . : mywork.com
       IPv4 Address. . . . . . . . . . . : 10.242.242.251
       Subnet Mask . . . . . . . . . . . : 255.255.255.128
       Default Gateway . . . . . . . . . : 10.242.242.129
    Thanks,
    Ron

    Hi Ron,
    A solution is provided in this thread. You may need to have a look on the steps below:
    • PXE-E51: No DHCP or proxyDHCP offers were received.
    The client did not receive any valid DHCP, BOOTP or proxyDHCP offers. To resolve this issue, check each of the following network configuration items:
    DHCP services are not available on the network to which the PXE-enabled NIC is connected.
    A DHCP proxy or IP helper address is not configured for the subnet on which the PXE client is connected.
    The switch port connected to the PXE NIC is running Spanning Tree Protocol, EtherChannel Protocol, or Port Aggregation Protocol and is thus not activated immediately when a link is detected. This forces the DHCP request from the PXE client to timeout.
    DHCP is available on the network, but PXE is not.
    The network cable is not attached to the PXE-enabled NIC on the target server.
    See: http://social.technet.microsoft.com/Forums/en-US/d06413a4-af2b-4736-a510-c0a68eb880cf/cannot-get-certain-machines-to-pxe-boot
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

Maybe you are looking for

  • Backend testing with User ID

    Hi there, I would like to test some procedures and functions on the backend for a customer application. The procedures have insert and update functionality and I have a table that stores last_updated_by value. This should be the id of the user making

  • MIRO Price difference book in Inventory acount

    Hi, When we book an invoice via MIRO, the amount difference between the PO and the invoice is book in the inventory account and do not hit our P&L variance account. Does anybody know which setting should be corrected so that we hit the P&L account fo

  • Dynamic VO error while testing without Application Module Pooling

    Hi, I am using ADF11g 11.1.1.4 I have a dynamic VO which is used to display data depending on user defined configuration . It works fine till I try to test the application for activation / passivation by disabling application Module The moment I do t

  • Hyperlink to each row(record)  of Table

    Hi All,      My requirement is I am geting data using Adaper RFC call and displaying in a table.I want all the rows of the table has hyperlink,so that if i am selecting any row the details of that row should be show in either in another view or windo

  • Networkconnection fails

    Hi, I am new to this forum and I am new to archlinux in general. Nice to be part of the community. I have Problems with my wirelesscard (rt2570). After installing the serialmonkey driver and configuring rc.conf and /etc/conf.d/wireless it does not co