This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:schaefer [2017/06/27 06:29] – oemb1905 | computing:schaefer [2017/10/14 01:13] (current) – removed oemb1905 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | #Notes from Schaefer Consulting work | ||
- | Verifying eop (power line) connection between two devices (adapter), and then deploying | ||
- | |||
- | #eop - start network manager or restart or stop | ||
- | / | ||
- | #eop - verify dhcp client is working for device eno1 with verbose out | ||
- | dhclient -v eno1 | ||
- | #eop - preferred address assignment protocol using slash prefix (CIDR) notationon device eno1 | ||
- | ip address add 192.168.123.2/ | ||
- | #eop - verify connection status on eno1 | ||
- | ethtool eno1 | ||
- | | ||
- | |||
- | #interface with switch using screen | ||
- | screen / | ||
- | |||
- | #calculate subnet automatically | ||
- | subnetcalc | ||
- | | ||
- | #Establish ssh proxy server on localhost by Dynamically binding the localhost to the server | ||
- | ssh -D < | ||
- | | ||
- | #get block ID | ||
- | blkid | ||
- | | ||
- | #get list of adapters and chipset manufacturers | ||
- | lspci | ||
- | |||
- | #nmap | ||
- | nmap -sP 10.10.11.0/ | ||
- | | ||
- | #git | ||
- | git clone ssh://< | ||
- | |||
- | --- // |