# # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # # Date of last update Jan 12 2015 # authoritative; ddns-update-style none; ddns-updates off; # 2 days #default-lease-time 172800; # 4 days default-lease-time 345600; # 8 days max-lease-time 691200; option domain-search code 119 = string; option domain-name "dl.ac.uk"; option domain-name-servers 193.62.115.16, 148.79.80.78; option netbios-name-servers 148.79.160.89; option netbios-node-type 8; option nis-domain "nuclear.physics"; option nis-servers 193.62.115.77; subnet 192.168.11.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 192.168.11.255; pool { range 192.168.11.100 192.168.11.199; } } group { use-host-decl-names true; default-lease-time 3600; max-lease-time 14400; server-name "192.168.11.99"; next-server 192.168.11.99; host nnrpi1 { hardware ethernet b8:27:eb:bb:46:7b; fixed-address 192.168.11.251; } host nnrpi2 { hardware ethernet b8:27:eb:40:53:e8; fixed-address 192.168.11.117; } host aida01 { hardware ethernet d8:80:39:41:ba:8a; fixed-address 192.168.11.1; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida01"; } host aida02 { hardware ethernet d8:80:39:41:ba:22; fixed-address 192.168.11.2; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida02"; } host aida03 { hardware ethernet d8:80:39:41:d8:21; fixed-address 192.168.11.3; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida03"; } host aida04 { hardware ethernet d8:80:39:41:f6:b7; fixed-address 192.168.11.4; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida04"; } host aida05 { hardware ethernet d8:80:39:41:d7:cc; fixed-address 192.168.11.5; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida05"; } host aida06 { hardware ethernet d8:80:39:41:ee:72; fixed-address 192.168.11.6; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida06"; } host aida07 { hardware ethernet d8:80:39:41:ee:71; fixed-address 192.168.11.7; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida07"; } host aida08 { hardware ethernet d8:80:39:41:ba:2b; fixed-address 192.168.11.8; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida08"; } host aida09 { hardware ethernet d8:80:39:42:0d:0c; fixed-address 192.168.11.9; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09"; } host aida10 { hardware ethernet d8:80:39:41:ee:10; fixed-address 192.168.11.10; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida10"; } host aida11 { hardware ethernet d8:80:39:41:f6:5a; fixed-address 192.168.11.11; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida11"; } host aida12 { hardware ethernet d8:80:39:41:cf:ac; fixed-address 192.168.11.12; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida12"; } } subnet 192.168.12.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 192.168.12.255; pool { range 192.168.12.100 192.168.12.199; } } group { use-host-decl-names true; default-lease-time 3600; max-lease-time 14400; server-name "192.168.12.99"; next-server 192.168.12.99; host aida21 { hardware ethernet d8:80:39:41:d8:2a; fixed-address 192.168.12.1; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida21"; } host aida22 { hardware ethernet 00:04:a3:2a:d0:26; fixed-address 192.168.12.2; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida22"; } host aida23 { hardware ethernet 00:04:a3:2b:09:ce; fixed-address 192.168.12.3; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida23"; } host aida24 { hardware ethernet 00:04:a3:2b:09:e8; fixed-address 192.168.12.4; option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida24"; } }
[root@aidas-gsi npg]# dhcpd Internet Systems Consortium DHCP Server 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Config file: /etc/dhcpd.conf Database file: /var/db/dhcpd.leases PID file: /var/run/dhcpd.pid Wrote 0 deleted host decls to leases file. Wrote 0 new dynamic host decls to leases file. Wrote 5 leases to leases file. No subnet declaration for virbr0 (192.168.122.1). ** Ignoring requests on virbr0. If this is not what you want, please write a subnet declaration in your dhcpd.conf file for the network segment to which interface virbr0 is attached. ** Listening on LPF/p4p2/e8:ea:6a:0c:7d:d5/192.168.12.0/24 Sending on LPF/p4p2/e8:ea:6a:0c:7d:d5/192.168.12.0/24 Listening on LPF/p4p1/e8:ea:6a:0c:7d:d4/192.168.11.0/24 Sending on LPF/p4p1/e8:ea:6a:0c:7d:d4/192.168.11.0/24 No subnet declaration for eth0 (10.99.2.56). ** Ignoring requests on eth0. If this is not what you want, please write a subnet declaration in your dhcpd.conf file for the network segment to which interface eth0 is attached. ** Sending on Socket/fallback/fallback-net
Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:f6:b7 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.4 to d8:80:39:41:f6:b7 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.4 (192.168.11.99) from d8:80:39:41:f6:b7 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.4 to d8:80:39:41:f6:b7 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:d8:21 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.3 to d8:80:39:41:d8:21 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.3 (192.168.11.99) from d8:80:39:41:d8:21 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.3 to d8:80:39:41:d8:21 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ba:22 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.2 to d8:80:39:41:ba:22 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.2 (192.168.11.99) from d8:80:39:41:ba:22 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.2 to d8:80:39:41:ba:22 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ee:72 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.6 to d8:80:39:41:ee:72 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.6 (192.168.11.99) from d8:80:39:41:ee:72 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.6 to d8:80:39:41:ee:72 via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ba:2b via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.8 to d8:80:39:41:ba:2b via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.8 (192.168.11.99) from d8:80:39:41:ba:2b via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.8 to d8:80:39:41:ba:2b via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ba:8a via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.1 to d8:80:39:41:ba:8a via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.1 (192.168.11.99) from d8:80:39:41:ba:8a via p4p1 Aug 21 09:01:27 aidas-gsi dhcpd: DHCPACK on 192.168.11.1 to d8:80:39:41:ba:8a via p4p1 Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.4:709 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida04 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.3:899 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida03 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.2:934 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida02 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.6:948 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida06 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.8:781 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida08 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.1:702 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida01 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:28 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:f6:5a via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.11 to d8:80:39:41:f6:5a via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.11 (192.168.11.99) from d8:80:39:41:f6:5a via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPACK on 192.168.11.11 to d8:80:39:41:f6:5a via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ee:10 via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.10 to d8:80:39:41:ee:10 via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.10 (192.168.11.99) from d8:80:39:41:ee:10 via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPACK on 192.168.11.10 to d8:80:39:41:ee:10 via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:cf:ac via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.12 to d8:80:39:41:cf:ac via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.12 (192.168.11.99) from d8:80:39:41:cf:ac via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPACK on 192.168.11.12 to d8:80:39:41:cf:ac via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:42:0d:0c via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.9 to d8:80:39:42:0d:0c via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.9 (192.168.11.99) from d8:80:39:42:0d:0c via p4p1 Aug 21 09:01:28 aidas-gsi dhcpd: DHCPACK on 192.168.11.9 to d8:80:39:42:0d:0c via p4p1 Aug 21 09:01:29 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.11:947 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida11 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:29 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.10:780 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida10 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:29 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.12:782 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida12 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:29 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.9:838 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:01:30 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.3 Aug 21 09:01:30 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.4 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.8 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.2 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.6 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.1 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.10 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.11 Aug 21 09:01:31 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.12 Aug 21 09:01:32 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.9 Aug 21 09:01:50 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.8:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:01:52 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.3:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:01:53 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.6:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:01:53 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.4:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:01:55 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.2:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:02:00 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.10:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:02:01 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.11:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:02:01 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.1:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:02:02 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.12:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:02:05 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.9:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:07:37 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:ee:71 via p4p1 Aug 21 09:07:37 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.7 to d8:80:39:41:ee:71 via p4p1 Aug 21 09:07:37 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.7 (192.168.11.99) from d8:80:39:41:ee:71 via p4p1 Aug 21 09:07:37 aidas-gsi dhcpd: DHCPACK on 192.168.11.7 to d8:80:39:41:ee:71 via p4p1 Aug 21 09:07:38 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.7:815 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida07 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:07:39 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.7 Aug 21 09:07:55 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.7:862 for /MIDAS_130718 (/MIDAS_130718) Aug 21 09:10:33 aidas-gsi dhcpd: DHCPDISCOVER from d8:80:39:41:d7:cc via p4p1 Aug 21 09:10:33 aidas-gsi dhcpd: DHCPOFFER on 192.168.11.5 to d8:80:39:41:d7:cc via p4p1 Aug 21 09:10:33 aidas-gsi dhcpd: DHCPREQUEST for 192.168.11.5 (192.168.11.99) from d8:80:39:41:d7:cc via p4p1 Aug 21 09:10:33 aidas-gsi dhcpd: DHCPACK on 192.168.11.5 to d8:80:39:41:d7:cc via p4p1 Aug 21 09:10:34 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.5:795 for /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida05 (/home/Embedded/XilinxLinux/ppc_4xx/rfs) Aug 21 09:10:35 aidas-gsi xinetd[4233]: START: time-stream pid=0 from=::ffff:192.168.11.5 Aug 21 09:10:49 aidas-gsi rpc.mountd[4152]: authenticated mount request from 192.168.11.5:862 for /MIDAS_130718 (/MIDAS_130718)