Recommended Posts

24 minutes ago, bradness said:

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. 

We are solution providers. With the correct information we, collectively, can think of ways to address your issue or come up with a solution that you have not thought of. Especially when you are doing something that could potentially break things. You don't want to give us anything to work with, a horrible solution could be provided.  

 

You are dealing with a printer, possibly, ever think that a backup can be done and applied to a new one. Whether it be through a web interface or capturing a config via serial or ssh. I don't know what you have, so I could even begin to come up with a script or plan to address your issue being that every manufacture, and model class, has its own language and/or screens to filter through. 

 

Do it whatever way you feel comfortable. I am done asking questions here to try and help you. 

24 minutes ago, bradness said:

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.

Oh alright, I see you mentioned that above and I missed it. i'm guessing you would like the same IP address everytime so you can connect to the printer via the same known IP. One question for you, are these all different printers or always the same make and model?

 

If it was always the same make and model how about setting up an IP reservation via device name? My guess would be, if it was always the same make and model it would always have the same device name. Even if you had multiple device models you could set up a ip reservation for each one. So could make a spreadsheet so you would know this model would get X IP. I know you might not have netgear, but it's just an example.

 

http://kb.netgear.com/app/answers/detail/a_id/25722/~/how-do-i-reserve-an-ip-address-on-my-netgear-router%3F

 

..I'm just throwing spaghetti at the wall :D

 

21 minutes ago, sc302 said:

We are solution providers. With the correct information we, collectively, can think of ways to address your issue or come up with a solution that you have not thought of. Especially when you are doing something that could potentially break things. You don't want to give us anything to work with, a horrible solution could be provided.  

 

You are dealing with a printer, possibly, ever think that a backup can be done and applied to a new one. Whether it be through a web interface or capturing a config via serial or ssh. I don't know what you have, so I could even begin to come up with a script or plan to address your issue being that every manufacture, and model class, has its own language and/or screens to filter through. 

 

Do it whatever way you feel comfortable. I am done asking questions here to try and help you. 

sc302, i am very grateful for your assistance and didn't mean to offend you. Its not the different ideas i have issues with, i'm open to new methods and thoughts from anyone, it is the way people question what i know works to begin with i find silly, also a few comments that purely say, "why do you need this" or "that is a stupid idea" surely these people have no place on a forum like this? perfectly understandable if you do not wish to help, apoligies for being rude, in answer to your comment regarding configs, The printers do not accept back ups as they are serial number controlled and one back up would not work on a machine of a different serial number, these are all things i tried in the past. many thanks for your suggestions. 

12 minutes ago, warwagon said:

Oh alright, I see you mentioned that above and I missed it. i'm guessing you would like the same IP address everytime so you can connect to the printer via the same known IP. One question for you, are these all different printers or always the same make and model?

 

If it was always the same make and model how about setting up an IP reservation via device name? My guess would be, if it was always the same make and model it would always have the same device name. Even if you had multiple device models you could set up a ip reservation for each one. So could make a spreadsheet so you would know this model would get X IP. I know you might not have netgear, but it's just an example.

 

http://kb.netgear.com/app/answers/detail/a_id/25722/~/how-do-i-reserve-an-ip-address-on-my-netgear-router%3F

 

..I'm just throwing spaghetti at the wall :D

 

good idea, the devices are all the same make but each one had a different device id, so reserving addresses would not work, 

 

the idea behind the same ip is that the script i run uses a web browser style interface to show a remote panel, i would like to just be able to click "connect" each time and not have to change the ip in the script or on the machine, unfortunately the devices all show as a different name.

14 minutes ago, bradness said:

good idea, the devices are all the same make but each one had a different device id, so reserving addresses would not work, 

 

the idea behind the same ip is that the script i run uses a web browser style interface to show a remote panel, i would like to just be able to click "connect" each time and not have to change the ip in the script or on the machine, unfortunately the devices all show as a different name.

Yep, that's what I thought.

 

After trying to think of a solution, I think you wanting a very short DHCP lease really does sound like the best solution.

 

I know you said you are not good with scrips and Either am I but when you run the script could you have the script stop at the ip and output all but the last 3 numbers (example 192.168.1.)

 

Then have the DHCP table page on your router open and after you plug in the printer hit refresh and see which number it grabbed

 

then you enter the last 3 numbers, press enter and BAM! 

So your setting up printers?  And you use some autohotkey script to run through some web interface?

 

What is the brand of printer.. Many of them have admin tools to push configurations, etc.  You could push config to hundreds of them at the same time, etc.

 

For example brother has

http://support.brother.com/g/s/id/bradmin_pro/en/index.html?c=us_ot&lang=en&comple=on&redirect=on

 

Mass-configure printer or print server settings
The BRAdmin Professional software can be used to mass-configure device settings. This means that if you have a group of printers/FAX/DCP or MFC machines which you would like to be configured in an identical way, the BRAdmin Professional software can broadcast the settings you require to a single device or a group of Brother network-connected devices.

 

I'm with sc302, while I answered your question on how to set a short lease time.. If what your doing is configuration of printers - walking thru some web gui does not seem the fastest most efficient method..   Always lots of ways to skin the cat, but without knowing the breed of the cat how can you determine the best skinning method.  While I applaud your work around you have come up with for speed of accomplishing your job..  I would not be surprised if there is a MUCH better way of doing it - but without exact details its impossible to point you in the correct path.

 

What is the make and model of these devices?  Are they all the same make and model or do they vary and maker changes all the time, etc. etc..
 

This topic is now closed to further replies.
  • Posts

    • First exciting thing to come to Windows in a long time ! This is the kind of things they should focus on, instead of cramming as much AI as they can in everything.
    • New AMD graphics driver fixes install issues and FSR 4.1 crashes on RX 7000 GPUs by Taras Buria AMD is rolling out yet another graphics driver. Version 26.6.4 is now available for download, bringing two important fixes. One is for those still using Windows 10 and having trouble installing driver 26.6.2. In fact, this patch is coming from the recently released hotfix, so it is not new if you are already running version 26.6.3. The second fix is for RX 7000 owners. AMD recently brought FSR 4.1 support to the previous-gen graphics cards, but there was a bug with certain games crashing when using FSR 4.1. I experienced this issue with Forza Horizon 6, so today's driver should take care of that. Here is the official changelog: Intermittent install issue seen when installing AMD Software: Adrenalin Edition 26.6.2 on Windows® 10 systems for Radeon™ RX 7000 series and above graphics products. Intermittent application crash may be observed in some games with AMD FSR Upscaling 4.1 enabled on Radeon™ RX 7000 series graphics products. Known issues include the following: Intermittent application crash or driver timeout may be observed while playing Battlefield™ 6 on AMD Ryzen AI 9 HX 370. AMD is actively working on a resolution with the developer to be released as soon as possible. Texture flickering or corruption may appear while playing Battlefield™ 6 with AMD Record and Stream on some AMD graphics products. AMD FSR Upscaling and AMD FSR Frame Generation may show as inactive in AMD Software: Adrenalin Edition while playing Battlefield™ 6 when enabled on Radeon™ RX 9000 series graphics products. Failure to install may be observed while installing AI Bundle components in some regions with limited access to HuggingFace and GitHub. Model flickering or rendering failure may be observed in Maxon Cinema 4D and Blender on Radeon™ RX 7000 series and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. Intermittent application crash may be observed on some models while running Blender on Radeon™ RX 7000 series and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. You can download the AMD Radeon driver 26.6.4 from the official website here. Full release notes are available on the same page.
    • Amazon may use OpenAI and Nova models after Anthropic reportedly raises costs by Karthik Mudaliar Amazon is reportedly considering to use OpenAI models and even its own Nova family of AI models after Anthropic raised the cost of using Claude inside Amazon services. According to a report from The Information, Amazon is weighing its options to reduce costs under a new arrangement with Anthropic. But back in April, Amazon said it would invest $5 billion more in Anthropic, with the possibility of adding up to another $20 billion if certain commercial milestones are met. That investment actually came on top of another $8 billion Amazon had already put into the Claude maker. Anthropic, meanwhile, committed to spend more than $100 billion over 10 years on AWS technologies, including Amazon’s Trainium chips. Amazon isn't just a customer of Anthropic but also one of the most important backers and cloud partners. This is why it makes it interesting that Amazon is considering other alternatives to handle its internal workloads. Although Amazon has been building its own options for a while now. Its Nova family of AI models was announced in late 2024 for Amazon Bedrock, with models aimed at text, image, and video tasks. Amazon pitched the model around cost and latency at that time. With that said, OpenAI has also become a more realistic option recently for AWS customers as well as for Amazon itself. Earlier this year, OpenAI brought its latest models and Codex coding agent to Amazon Bedrock, after changes to its previously more restrictive Microsoft cloud arrangement. This allowed AWS to serve even those customers who wanted other alternatives from Claude, without having to move workloads out of Amazon's cloud. Evaluating alternatives could also be due to commercial pressure and not necessarily a sign of a damaged partnership between Amazon and Anthropic. Whether or not Amazon is actually considering switching entirely to OpenAI's models or its own Nova models remains unknown at this moment.
    • Samsung introduces new AI classroom tools and interactive displays at ISTELive 2026 by Fiza Ali Samsung has announced several new education-focused software features and interactive displays for schools during ISTELive 2026, taking place in Orlando, Florida, from 28 June to 1 July. The focus of these updates is on making shared classroom displays easier to use for teachers while giving IT administrators more control over managing devices. One of the key additions is the Samsung Account Management Solution (AMS). In many schools, multiple teachers share the same interactive display throughout the day, which means signing in and setting everything up can become repetitive. With AMS, teachers can log in by scanning a QR code or tapping an NFC-enabled ID card. Once signed in, their personalised workspace, including wallpapers, bookmarks, app shortcuts, and files, can be instantly accessed through Home Personalisation. Samsung has also included a screen lock feature, allowing teachers to lock the display if they need to step away briefly. Furthermore, the company is also updating its Education Portal with new tools designed for school IT administrators. The portal will allow IT administrators to register teachers, enrol devices, and manage user access from a central dashboard. Administrators can also link NFC cards to teacher accounts, making sign-ins quicker across shared displays. Another addition is a Tags feature that lets schools organise displays by building or classroom. Those tags can also be used to send emergency notifications to selected Samsung Interactive Displays through compatible platforms such as InformaCast and Raptor. Moreover, the tech giant's AI Assistant is gaining several new features aimed at supporting everyday classroom tasks such as lesson planning and classroom engagement. One of the features is Circle to Search, which lets teachers circle text or images on the display to quickly find related information, videos, or web results without interrupting the lesson. The content can then be brought into Samsung Whiteboard. Another feature, Live Transcript, converts spoken lessons into real-time captions, which could be useful for students with hearing impairments or those in multilingual classrooms. The AI Assistant also introduces AI Summary and AI Quiz. The summary tool creates summaries of recorded lessons, while AI Quiz generates questions based on lesson content so teachers can quickly check how well students are following along. Teachers signed in through Samsung AMS can also return to their previous AI-generated lesson materials without logging in again. Alongside the software updates, Samsung has expanded its Android-based Interactive Display range with three new models: the WAF-S, WAFX-PS, and WAHX-M. The WAF-S and WAFX-PS ship with Android 16, bringing updates to security, accessibility, and overall usability while maintaining compatibility with Google's education services including Google Classroom and Google Drive through EDLA certification. Meanwhile, the new WAHX-M is the biggest addition to the lineup, introducing a 98-inch display for larger spaces such as lecture halls and conference rooms. It will also be available in 65-inch, 75-inch and 86-inch sizes. Samsung says the WAHX-M further includes on-device AI features such as voice commands, text-to-speech, and an AI calculator, alongside support for Samsung AMS and AI Assistant. Samsung AI Assistant has been available since April, while Samsung AMS and the updated Education Portal will begin rolling out in July.
    • It's been $24 (single) or $89 (4-pack) for many days on both Amazon and Walmart as far as I know. That isn't a big discount. If these end up like the 1st gen, the 4-pack will routinely get down around $80, give or take a dollar. I think they have even hit $69 at times.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      536
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      97
    5. 5
      macoman
      63
  • Tell a friend

    Love Neowin? Tell a friend!