Raspberry Pi 4 / Debian : Static IP on one SSID and Dynamic on another

AI Thread Summary
The Raspberry Pi 4's GUI widget for configuring WLAN settings on a per-SSID basis is malfunctioning, causing all SSIDs to adopt the same settings. While some sources suggest modifying the dhcpd.conf file to set static IP parameters for specific SSIDs, there is uncertainty about how to configure dynamic IPs alongside static ones for the same interface. It is noted that the dhcpd.conf file is primarily for static IP assignments, and mixing static and dynamic IPs on a network typically involves assigning static IPs to devices like printers for consistent accessibility. Further investigation is needed to clarify the process for achieving a mixed IP configuration on a per-SSID basis.
Swamp Thing
Insights Author
Messages
1,031
Reaction score
769
My Raspberry Pi 4 has a GUI widget that is supposed to let us specify WLAN settings on a per-SSID basis, but it doesn't work. (All SSIDs end up with the same setting).

Some articles on the net say that one can modify the dhcpd.conf file with an entry headed by the SSID name and then put in static IP parameters in that section. But I couldn't find how to specify a dynamic IP for a given SSID on the same interface (and to mix static and dynamic on a per-SSID basis for a given WLAN).

How can this be done?
 
Computer science news on Phys.org
I don't think you can dynamically allocate by altering the dhcp.conf file. It is for the static IP's only. When I did my cluster, I had to put static IP's so that everyone could see each other, and my POE swtich assigned IP's.

As for mixing static and dynamics on a network, I'd have to investigate a little. Usually statics are given to printers etc so everyone can see them all the time.

Let me cogitate a little and get back to you.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...

Similar threads

Back
Top