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