Temat: DHCP nie przypisuje mac'a do IP
Mam niemal defaultowy router TP-Link TL-MR3420 v2 z OpenWrt 18.06-SNAPSHOT, r7911-f65330d27d Cezarego.
Problem jest taki, że nie przypisuje adresów IP po MACu.
Podejrzewam, że w sieci jest jakiś inny serwer DHCP.
W jaki sposób najłatwiej namierzyć, który to jest host?
option domainneeded 1
option boguspriv 1
option filterwin2k 0 # enable for dial on demand
option localise_queries 1
option rebind_protection 1 # disable if upstream must serve RFC1918 addresses
option rebind_localhost 1 # enable for RBL checking and similar services
#list rebind_domain example.lan # whitelist RFC1918 responses for domains
option local '/lan/'
option domain 'lan'
option expandhosts 1
option nonegcache 0
option authoritative 1
option readethers 1
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
#list server '/mycompany.local/1.2.3.4'
option nonwildcard 1 # bind to & keep track of interfaces
#list interface br-lan
#list notinterface lo
#list bogusnxdomain '64.94.110.11'
option localservice 1 # disable to allow DNS requests from non-local subnets
config dhcp lan
option interface lan
option start 100
option limit 150
option leasetime 12h
config dhcp wan
option interface wan
option ignore 1
config host
config mac '00:26:73:A9:BC:DD'
config ip '192.168.1.9'
config name 'RNP002673A9BCDD'
config host
config mac '78:7B:8A:BA:A0:FB'
config ip '192.168.1.200'
config name 'iMac-Witex-BIURO'
config host
config mac '00:1B:A9:7E:A1:E7'
config ip '192.168.1.8'
config name 'BRN001BA97EA1E7'
config host
config mac '24:5a:4c:20:aa:f8'
config ip '192.168.1.2'
config name 'UBNT'
config host
config mac '2C:F4:32:4A:3E:9F'
config ip '192.168.1.10'
config name 'PZEM-017'
config host
config mac 'b8:27:eb:3e:b3:1e'
config ip '192.168.1.11'
config name 'DietPi'