# dhcpd.conf # # Configuration file for ISC dhcpd (see 'man dhcpd.conf') # default-lease-time 28800; max-lease-time 86400; subnet 192.168.20.0 netmask 255.255.255.128 { option domain-name "course.bandung"; option domain-name-servers linux1; option subnet-mask 255.255.255.128; option broadcast-address 192.168.20.127; #option routers ???.???.???.???; range 192.168.20.26 192.168.20.50; } subnet 192.168.32.0 netmask 255.255.255.248 { option subnet-mask 255.255.255.248; option broadcast-address 192.168.32.7; # option routers 192.168.32.1; range 192.168.32.3 192.168.32.6; } # My little laptop : host baby { hardware ethernet 00:10:4B:7E:3F:A4; fixed-address 130.161.210.101; option host-name "baby"; } # 700RX Xterminals : host dutinxa { hardware ethernet 08:00:09:14:78:ca; fixed-address 130.161.210.176; option host-name "dutinxa"; filename "/opt/hpxt/enware/xthome/bin/C2700A"; } host dutinxc { hardware ethernet 08:00:09:50:93:f9; fixed-address 130.161.210.178; option host-name "dutinxc"; filename "/opt/hpxt/enware/xthome/bin/C2708A"; } # Envizex terminals : host dutinxb { hardware ethernet 08:00:09:5c:4c:ab; fixed-address 130.161.210.177; option host-name "dutinxb"; } host dutinxe { hardware ethernet 08:00:09:c8:44:b7; fixed-address 130.161.210.180; option host-name "dutinxe"; } # Entria terminals : host dutinxd { hardware ethernet 00:60:b0:ee:02:15; fixed-address 130.161.210.179; option host-name "dutinxd"; filename "/opt/hpxt/enware2/xthome/bin/entria2"; } host dutinxg { hardware ethernet 08:00:09:3d:d6:87; fixed-address 130.161.210.182; option host-name "dutinxg"; filename "/opt/hpxt/enware/xthome/bin/C3234A"; }