Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# host declaration with client-identfiers config

# subnet4 declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    range 10.5.5.5 10.5.5.10;
}

# recommended when using dhcp-client-identifier options
ignore-client-uids false;

# host declarations
host test1 {
    uid 01:02:03:04:05:0a:0b:0c:0d:0e:0f;
    option domain-search "example.com", "example.org";
    default-lease-time 1800;
    fixed-address 10.5.5.1, 10.10.10.10;
}

host test2 {
    hardware ethernet 00:07:0E:36:48:19;
    fixed-address 10.5.5.2;
}

host test3 {
    hardware fddi 00:07:0E:36:48:19;
    fixed-address 10.10.10.1;
}

subnet 10.10.10.0 netmask 255.255.255.224 { }