Below is the configuration in /etc/dhcp/dhcpd.conf file which appears to be added by JetPack and does not appear to be working. There is another thread “DHCP not working and on internet connection from TX2 after installing” which mentions the issue. Please provide expected dhcpd.conf file which is known to work.
allow bootp;
subnet 10.0.0.0 netmask 255.255.255.0 {
option routers 10.0.0.1;
option domain-name-servers Usage:, nmcli, device, {, COMMAND, |, help, }
COMMAND, :=, {, status, |, show, |, connect, |, reapply, |, disconnect, |, delete, |, monitor, |, wifi, |, lldp, }
, , status
, , show, []
, , set, [ifname], , [autoconnect, yes|no], [managed, yes|no]
, , connect,
, , reapply,
, , disconnect, , …
, , delete, , …
, , monitor, , …
, , wifi, [list, [ifname, ], [bssid, ]]
, , wifi, connect, <(B)SSID>, [password, ], [wep-key-type, key|phrase], [ifname, ]
, , , , , , , , , , , , , , , , , , , , , , , , , [bssid, ], [name, ], [private, yes|no], [hidden, yes|no]
, , wifi, hotspot, [ifname, ], [con-name, ], [ssid, ], [band, a|bg], [channel, ], [password, ]
, , wifi, rescan, [ifname, ], [[ssid, <SSID, to, scan>], …]
, , lldp, [list, [ifname, ]]
Error:, ‘dev’, command, ‘list’, is, not, valid. ;
default-lease-time 345600;
max-lease-time 31557600;
range 10.0.0.2 10.0.0.254;
}
~