Recommended Posts

Hi All,

 

Anyone know any makes of router i can set with a 3/4 or 5 minute DHCP lease time? 

 

Most makes i have tried have set time starting at 1 hour minimum.

 

I have searched all over the internet and only comments that seem to be floating about are the "why bother" and "you would never need one"

 

but this is exactly what i need, If anyone knows of one then any info would be great.

 

Thanks

You do understand you don't have to run dhcp on your router, you can run dhcp on any linux box or windows server comes with it or you could run

 

http://tftpd32.jounin.net/

 

has dhcp server.. Lots of different ways to skin this cat.. Pretty sure 3rd party firmware for soho routers like dd-wrt have more options for dhcp server as well.

 

But I have to ask why do you want/need such a short lease time?

  • Like 1

i work with multiple devices per day all set to Auto Ip from the start, rather then issuing each one with a set IP address i need a low DHCP time so i can plug a lead in, have it issue my device with the same IP each time, do a 5 minute set up and then clear the address ready for the next device. 

 

 

huh??

 

So you have device1 and you want to get IP address 192.168.1.100, then you want to plug in device2 and get same 192.168.1.100 address?

 

What is the use case, what does is matter if device2 gets .101, device3 gets .103 etc..

that is correct, many devices all needing the same ip one at a time, i have a program i made using autohotkey that automates a set up for each so rather then changing the Ip to match each box, i can run the program on repeat without having to touch it. 

yeah so dd-wrt sure looks like you could set lease time to 1 minute

ddwrtdhcp.jpg

 

Just grabbed that from an emulator site, I don't currently have it running I use pfsense for my router.  And that allows full control over dhcp options so you could set your 1 minute lease time if you wanted.

 

^ yeah I am not really understanding the use case here.. Either have your script get the ip, or just have it set the IP of the machine and don't use dhcp, etc..  Confused and curious ;)

not that good with scripts to be honest, this seemed like a much easier option as i was already using a router for wireless connection to the Device. 

 

Surely plugging my Ethernet lead in and automatically getting the desired Ip for the duration i need it is better then Writing/testing code?

Here is the thing.. Even if your lease time is only 1 minute.. Depending on the way the dhcp server works you might not get first IP in pool or last IP, etc.. it might walk down the pool because its a new mac and might not reassign the same IP from the pool even if the previous lease expired, etc.

 

It could keep the expired lease there until its pool has been exhausted before it starts using up expired leases.  So device1 might get 192.168.1.100, with 1 minute lease.  Then you turn off that machine sure the lease expires.  But then comes along device2 with different mac and the dhcp server could give it 192.168.1.101 since it had not been assigned yet, etc.  And 100 has a previous lease tied to a different mac, even though it is expired there are plenty of IPs left in the pool.

 

Guess you could make it pool of 1 IP ;)

ok, you have me curious now, how would i go about "inserting" or "setting" the desired ip using code?

 

not asking for you to write me code, just a general helpful tip. 

 

I cant use installable programs, im only just getting away with running scripts.

if a windows computer

 

 

 

netsh interface ip set address "Local Area Connection" static 192.168.1.100 255.255.255.0 192.168.1.1

netsh interface ip add dns "Local Area Connection" 8.8.8.8

netsh interface ip add dns "Local Area Connection" 208.67.220.220 index=2

 

 

 

put that into a networkip.bat file and run as administrator.

i thought about this kind of thing but these devices need finish on Autoip, i was looking at ways of keeping the settings to a minimum plus they reset once a static address has been allocated and also again once dynamic has been reselected adding more time to the set up process,

 

really appreciate your ideas, its all stuff i will be trying. 

 

 

well just set back to dhcp via netsh then when your done with whatever else your doing..

 

netsh interface ip set address "Local Area Connection" dhcp

netsh interface ip set dns "Local Area Connection" dhcp

 

What do you mean they reset??

thanks for the advice, few issues i have come up against while using these ideas. 1, this will add two reboots to the set up of my devices, they reboot every time a network change has been issued, part of my setup involves turning IPV6 off and i do this last just so the reboot signifies the end of the set up. Also i have tried before to use images and scripts to make changes and been hit with problems due to the device needing username and password before changes can be made. 

 

The devices in question are Printers or MFD's, they have mini internal print servers as well as a ever increasingly complicated operating system. 

 

 

 

ok lets assess the situation, i have multiple devices all needing the same set up which i can do through scripts that take less then 5 mins,

 

The Devices come in with DHCP set on and if the Device is turned on will obtain an ip the router has given it, every device will get a different ip within the hour as the DCHP lease time of the router is 1 hour minimum. 

 

currently i am manually assigning the same ip to each one by physically using the touch screen on the device to go into admin and setting a static ip, This then requires a restart of the machine, then running the set up then again logging into the admin mode to reset turn back on the autoip configuration ready for shipment. 

 

What i would like is a way so when i turn the Device on, the router gives it a set Ip address (the first one in the DHCP table), run the set up then when finished unplug it, the router then reaches its DHCP lease time, deletes the device from its table and the same ip address is then ready for the next device when i am ready.

 

Im trying to find ways of not setting the machine to static then back to auto, the router does all this for me. i just need the lease time to be shortened. 

 

not understanding why everyone needs to know why i need it it, look at the post, its nothing to do with my original question, believe me, it works this way, i have tested it many times bu turning the router off and leaving it off till it resets. And apparently I'm the one overthinking things. I have my answer so thank you very much. 

Are these desktop systems? Maybe you could use a USB ethernet adapter and set to a static IP. That way everytime you need to hook it to the network you hook it through that. Not sure if you can set it as static and still unplug and plug it back in.

good idea warwagon, unfortunately the devices are stand alone printers and multi functional devices (Copy/Fax/Scan/Print) etc. they have limited connectivity before their set up. Im pretty sure external network cards would require drivers and internal set up. 

 

thanks though.

 

 

This topic is now closed to further replies.
  • Posts

    • Linux 7.2's first release candidate gets off to a good start by Paul Hill Credit: Larry Ewing It has been a few weeks since the release of Linux 7.1, and in that time, the Linux 7.2 merge window has been open, where developers can submit their features and patches ready for the upcoming release. That window is now shut, and the release candidate phase has begun so that new features can be tested and further fixes applied. According to the founder of Linux, Linus Torvalds, this week’s release candidate looks “reasonably normal”. Although we are super early in the release candidates, this is a good sign as it makes it more likely that an eighth release candidate will not be needed. Torvalds even mentioned that the update’s stats are only larger than they really are because there was another AMD header drop with a third of the patch just being AMD GPU register definitions, which aren’t big changes but make the code contributed look larger overall. In addition to this, he noted that just over half the patch is drivers, even when excluding the AMD register dump. The rest of the changes are spread out over architecture updates, tooling, documentation, and core kernel updates. In the next week, Torvalds says that he will be chilling out, taking the week “mostly off”. Despite this, he will be reading emails and keeping up with things, so if he is slow responding, now you know why. He said he is hoping for a calm week, but we will just have to see if the second release candidate is actually like that. We should expect seven or eight release candidates before Linux 7.2 is released, so expect it around the end of August. If you missed it a few weeks ago, be sure to check out our coverage of Linux 7.1's release.
    • Ridiculous claim that the labor cost difference of $6000 annually would increase cost per phone by $200. The employees produce 3 phones per month or what?
    • Sparkle 2.20.1 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.1 changelog: You can now change the Animation Direction from Up, Left, or Off. Added configurable animation direction (Up, Left, Off) for improved accessibility Added TTL caching to the system info backend Refactored tweak application flow to await NvidiaProfileInspector Improved IPC listener cleanup to correctly remove specific listeners Fixed online status not updating after successful network requests Updated system info tests to support backend caching Removed electron-toolkit utils dependency in favor of internal is.dev helper Fixed unwanted files and folders being included in application bundles Download: Sparkle 2.20.1 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Never used the G7 Pro, but I've never had a good experience with that style of d-pad and fighting games.
    • And I just bought a seat cushion for my mesh chair. The chair feels nice but the first time I sat in it with boxers, I realized I don't like the feel of mesh on my legs. 😂
  • Recent Achievements

    • One Month Later
      JKR earned a badge
      One Month Later
    • Dedicated
      Asgardi earned a badge
      Dedicated
    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • One Month Later
      Excellence2025 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      496
    2. 2
      +Edouard
      250
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      86
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!