Fixed ip address & dhcp, same port? - Raspberry Pi Forums
hi
have ap configured on wlan1. uses dhcp , allocates addresses 192.168.2.50 192.168.2.200. that's fine computers connecting, need 1 fixed ip address wireless printer. unreliable router pi replacing allowed me fix address above dhcp range, bound printer's mac address. can on pi , if so, how please?
gratefully received!
have ap configured on wlan1. uses dhcp , allocates addresses 192.168.2.50 192.168.2.200. that's fine computers connecting, need 1 fixed ip address wireless printer. unreliable router pi replacing allowed me fix address above dhcp range, bound printer's mac address. can on pi , if so, how please?
gratefully received!
what using on pi provide dhcp service on wlan1?
dnsmasq?
if can put entry in /etc/dnsmasq.conf or file in /etc/dnsmasq.d/ (which preferred way of doing it) allocate address 192.168.2.201 device mac address aa:bb:cc:dd:ee:ff
dnsmasq?
if can put entry in /etc/dnsmasq.conf or file in /etc/dnsmasq.d/ (which preferred way of doing it)
code: select all
dns-host=aa:bb:cc:dd:ee:ff,192.168.2.201
raspberrypi
Comments
Post a Comment