Article 595NR Filtering a mac address in the presence of a wifi extender

Filtering a mac address in the presence of a wifi extender

by
itaytay
from LinuxQuestions.org on (#595NR)
Hi,

I have a small home-made wifi router (i.e., an old PC) that is connected to the internet and gives wifi to my house. It runs Debian stable, and uses a dhcp server + the hotspotd.

In the dhcp server configuration I've hard-coded some devices according to their mac address to get fixed IP addresses. For example:

------- /etc/dhcp/dhcpd.conf ----------

...
host krembo {
hardware ethernet XX:XX:XX:XX:XX:XX
fixed-address 10.1.1.XX;
}
...
----------------------------------------

So far, it worked perfectly.

However, recently, I bought a small TP-Link wifi extender to improve the signal reception in my house. But for some reason, devices that are connected via the extender are not identified by their mac address, and as a result get a random IP address instead of the fixed one.

Is there any way I can fix that?

Thanks!
I.latest?d=yIl2AUoC8zA latest?i=384rrHJJfc0:v2cOZLfkhZs:F7zBnMy latest?i=384rrHJJfc0:v2cOZLfkhZs:V_sGLiP latest?d=qj6IDK7rITs latest?i=384rrHJJfc0:v2cOZLfkhZs:gIN9vFw384rrHJJfc0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments