# dhcpd.conf # # Configuration file for ISC dhcpd # # If this DHCP server is the official DHCP server for the local # network, the authoritative directive should be uncommented. authoritative; # ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ddns-update-style none; # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). log-facility local7; # Sun Ray options option space SunRay; option SunRay.AuthSrvr code 21 = ip-address; option SunRay.AuthSrvr 141.219.60.35; option SunRay.AuthPort code 22 = integer 16; option SunRay.AuthPort 7009; option SunRay.NewTVer code 23 = text; option SunRay.NewTVer "1.3_12.c_111891-05,REV=2002.05.10.11.53"; option SunRay.LogHost code 24 = ip-address; option SunRay.LogHost 141.219.60.30; option SunRay.LogKern code 25 = integer 8; option SunRay.LogKern 6; option SunRay.LogNet code 26 = integer 8; option SunRay.LogNet 6; option SunRay.LogUSB code 27 = integer 8; option SunRay.LogUSB 6; option SunRay.LogVid code 28 = integer 8; option SunRay.LogVid 6; option SunRay.LogAppl code 29 = integer 8; option SunRay.LogAppl 6; #option SunRay.NewTBW code 30 = integer 32; #option SunRay.NewTBW ; option SunRay.FWSrvr code 31 = ip-address; option SunRay.FWSrvr 141.219.60.35; #option SunRay.NewTDispIndx code 32 = integer 32; #option SunRay.NewTDispIndx ; option SunRay.Intf code 33 = text; option SunRay.Intf "hme0"; #option SunRay.NewTFlags code 34 = integer 32; #option SunRay.NewTFlags ; #option SunRay.AltAuth code 35 = ip-address; #option SunRay.AltAuth ; #option SunRay.BarrierLevel code 36 = integer 32; #option SunRay.BarrierLevel ; subnet 141.219.60.0 netmask 255.255.252.0 { option routers 141.219.60.1; } group { vendor-option-space SunRay; default-lease-time 720000; max-lease-time 1440000; host corona06 { hardware ethernet 08:00:20:b5:f1:a2; fixed-address corona06; } }