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

    • WACUP 1.99.51.24568 Preview by Razvan Serea WACUP (WinAmp Community Update Project) is a modern, enhanced version of the classic Winamp music player, designed for better stability, performance, and compatibility. Built for Windows, WACUP retains the familiar Winamp interface while adding 64-bit support, bug fixes, and new features like improved audio format support, customizable skins, and optimized playlist management. Unlike bloated alternatives, WACUP focuses on lightweight performance and regular updates, making it the best choice for fans of the classic Winamp experience. Basically, if you miss the good old days of Winamp and want a modern upgrade that doesn’t mess things up, WACUP is for you! WACUP key features: Classic Winamp Feel – Keeps the familiar interface and functionality. Bug Fixes & Stability – Fixes old Winamp issues and improves performance. 64-Bit Support – Works better on modern systems. More Formats & Plugins – Supports additional audio formats and third-party plugins. Customizable UI – Skins and tweaks for a personalized look. Better Library Management – Improved playlists, media organization, and search. No Bloat – Focuses on performance without unnecessary extras. Regular Updates – Community-driven development with new features and fixes. WACUP 1.99.51.24568 Preview changelog: Fixed a deadlock seen from the recent crash reports when doing some of the drag + drop actions within the media library window Fixed a loading crash seen related to a problem with some of the artwork cache image files being restored which should now be better handled allowing for the bad image to be removed without it failing Fixed a deadlock seen from the recent crash reports when the internal metadata cache clearing is triggered which could block the main ui thread for too long with this now being moved to a background thread Fixed some performance issues with some of the methods related to determining artwork support which mainly affected the local library import / refresh (this is still slower for some compared to other players because there's more data & artwork aspects being checked for which means doing more processing on a single file despite the best of attempts to reduce duplicate / heavy processing where possible) Fixed a crash with the JTFE based missing files hotkey which no one seems to have used for an age for this to appear (maybe it's time to seriously consider stripping out features that aren't being used) Fixed how some of the file types which use extra information to reference their sub-songs is handled which was preventing some from being correctly resolved back to their base file (noticed fixing above) Fixed an issue with the handling of files with underscores in their filepath which wasn't being correctly handled causing some of the filename to be lost when shown as the title if title reading is delayed Fixed a few things that might be behind NotSoDirect not being stable for some setups though am still not certain that the changes done for this are going to fully resolve the problem from the crash reports Fixed the OS toast handling when there's no prior shortcut in the OS start menu to now create the shortcut (needed to allow the yes/no buttons for the new build / post-release toast) to be done as a hidden one so it's less likely to cause annoyance for those not wanting to see it whilst still allowing this less than ideal OS api implementation requirement to be met to avoid toasts without the needed buttons Fixed a regression when moving from taglib1 to taglib2 which broke some of the handling in place to allow for external programs to still access files when wacup has a held open cached instance of the file Everything else Updated cppwinrt (gen_win10shell.dll) to 3.0.260520.1 (26 May 2026) Updated libcurl (libcurl.dll) to 8.2.1 (24 Jun 2026) Updated Monkey's Audio (in_ape.dll) to 13.15 (28 Jun 2026) Updated mpg123 (mpg123.dll) to 1.33.6 (6 Jun 2026) Updated OpenSSL (libcurl.dll) to 3.5.7 (9 Jun 2026) Updated pugixml to 1.16 (16 Jun 2026) Updated taglib (tag2.dll) to 2.3.0 (11 May 2026) Updated vgmstream (in_vgmstream.dll) to the latest Git commit from 28 Jun 2026 Download: WACUP 64-bit | 9.6 MB (Freeware) Download: WACUP 32-bit View: WACUP Website | Screenshots Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • "over a thousand engineering hours" and started selling it but could not take a couple of minuets to send an AI email to ask permission. What an expensive lesson.
    • just tested it yesterday, a simple page with autoloading ADS takes 60mb....just 1 page for 60 megabytes.   poor people with a limited internet never will visit neolose
    • Tor Browser 15.0.17 by Razvan Serea Protect your privacy. Defend yourself against network surveillance and traffic analysis. Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody from watching your Internet connection and learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked. The Tor Browser Bundle lets you use Tor on Windows, Mac OS X, or Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained. Tor Browser 15.0.17 changelog: All Platforms Updated Tor to 0.4.9.11 Updated NoScript to 13.6.25.1984 Build System / All Platforms Bug tor-browser-build#41821: Update gpg subkeys for boklm Bug tor-browser-build#41827: Update morgan's keychain with renewed key Download: Tor Browser (64-bit) | Tor Browser (32-bit) | 109.0 MB (Open Source) View: Tor Browser Website | Other Operating Systems Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Reacting Well
      Wakeen1966 earned a badge
      Reacting Well
    • Rookie
      Almohandis went up a rank
      Rookie
    • Apprentice
      jahara21 went up a rank
      Apprentice
    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      530
    2. 2
      +Edouard
      266
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      Steven P.
      99
    5. 5
      macoman
      56
  • Tell a friend

    Love Neowin? Tell a friend!