Per fixar IP en un dhcp a dhcp.config hi ha que afegir el seguent segment a la part inferior de la configuracio de cada sub xarxa
host NM {
hardware ethernet aa:bb:cc:dd:ee:ff;
fixed-address 10.24.xx.xx;
} :En el nostre cas hem posat això:
host alex {
hardware ethernet 00:e0:4c:69:82:2c;
fixed-address 10.24.4.126;
}
host hugo {
hardware ethernet 60:7d:09:0d:f0:0f;
fixed-address 10.24.4.190;
}
host cristian {
hardware ethernet f8:e4:3b:3b:10:f3;
fixed-address 10.24.4.206;
}
host izan {
hardware ethernet 60:7d:09:0d:f0:aa;
fixed-address 10.24.3.254;
}