You are not logged in.
Hi,
I have a strange problem, I use systemd-networkd to managment my eth0 connection with DHCP Server.
I also set manualy address for some devices:
# cat /etc/systemd/network/eth0.network
[Match]
Name=eth0
[Network]
Address=100.10.0.1/24
DHCPServer=true
IPMasquerade=ipv4
[DHCPServer]
PoolOffset=10
PoolSize=30
EmitDNS=yes
DNS=8.8.8.8
# AP
[DHCPServerStaticLease]
MACAddress = 00:4F:69:##:##:##
Address = 100.10.0.30
#BOSCH
[DHCPServerStaticLease]
MACAddress =00:60:34:17:AF:B8
Address = 100.10.0.24
# Canon
[DHCPServerStaticLease]
MACAddress = 34:9F:7B:##:##:##
Address = 100.10.0.32
...
all devices receive the indicated addresses except bosch.
I checked with wireshark and it identifies itself with the indicated address, but dhcp server does not assign the indicated address only for it
But why?
Last edited by ADI-mistrzu (2022-07-28 13:27:39)
Offline
Offline