This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computing:schaefer [2017/06/06 04:50] – created oemb1905 | computing:schaefer [2017/10/14 01:13] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | #Notes from Schaefer Consulting work | ||
| - | #poe - start network manager or restart or stop | ||
| - | / | ||
| - | #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/ | ||
| - | #poe - verify connection status on eno1 | ||
| - | ethtool eno1 | ||
| - | |||
| - | |||
| - | |||