This is an old revision of the document!
#Notes from Schaefer Consulting work
#poe - start network manager or restart or stop
/etc/init.d/network-manager stop [start/restart]
#poe - verify dhcp client is working for device eno1 with verbose out
dhclient -v eno1
#poe - preferred address assignment protocol using slash prefix notationon device eno1
ip address add 192.168.123.2/24 dev eno1
#poe - verify connection status on eno1
ethtool eno1