Akkadius / glass-isc-dhcp

Glass - ISC DHCP Server Interface
MIT License
696 stars 144 forks source link

DHCP Log missing #14

Closed kiji310 closed 6 years ago

kiji310 commented 6 years ago

Thank you for publishing the glass-isc-dhcp. The same issues as Device Chart missing. Another issues occurred. Log is not output by DHCP Log. However, it is a situation that is displayed on the server local browser. Port 3000 is open with a firewall. The location of Log File set in Glass Settings is correct, and the log is output to the log file.

Permission //////////////////////////////////////////////////////////////// xxxxxxx@DHCP0101:~ $ ls -l /var/log/dhcpd/dhcpd.log -rw-r--r-- 1 root adm 144255 5月 25 20:36 /var/log/dhcpd/dhcpd.log ////////////////////////////////////////////////////////////////

Part of the dhcpd.log //////////////////////////////////////////////////////////////// May 25 20:40:43 DHCP0101 dhcpd[856]: DHCPDISCOVER from 00:14:5e:1e:a4:35 (IMM-00145E1EA435) via eth0 May 25 20:40:43 DHCP0101 dhcpd[856]: DHCPOFFER on 10.1.36.16 to 00:14:5e:1e:a4:35 (IMM-00145E1EA435) via eth0 May 25 20:40:43 DHCP0101 dhcpd[856]: reuse_lease: lease age 33 (secs) under 25% threshold, reply with unaltered, existing le ase for 10.1.36.16 ////////////////////////////////////////////////////////////////

We are operating in the following environment.

npm version /////////////////////////////// { 'dhcpd-glass': '0.0.0', npm: '5.6.0', ares: '1.10.1-DEV', cldr: '32.0', http_parser: '2.8.0', icu: '60.1', modules: '57', napi: '3', nghttp2: '1.29.0', node: '8.11.2', openssl: '1.0.2o', tz: '2017c', unicode: '10.0', uv: '1.19.1', v8: '6.2.414.54', zlib: '1.2.11' } ///////////////////////////////

HW/OS/Browser //////////////////////////////////////////// Raspberry pi type B Raspbian Stretch with desktop 4.14 Chrom/Firefox/Edge ///////////////////////////////////////////

kiji310 commented 6 years ago

Solved. It was necessary to open port 8080.