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,028
Reaction score
763
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.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Back
Top