DHCP static lists

Hi! i’m have several green and blue interfaces, each one with a dhcp server.

So I’m need make an ip reserve for a pc on each dhcp range one by interface, for exaple:

eth1.20 is my vlan for one ssid of my wifi where i have an dhcp
eth1.21 is my vlan for another ssid of my wifi where i have another dhcp

interface; host; mac; ip
eth1.20 ;pc1;FF:FF:FF:FF:FF:FF;192.168.1.22
eth1.21 ;pc1;FF:FF:FF:FF:FF:FF;172.21.1.22

i hope explain myself :stuck_out_tongue:

Ehi Carlos, happy to see you still around.
Check this doc:
http://docs.nethserver.org/en/latest/dhcp.html?highlight=reservation#host-ip-reservation
Hope it helps.