mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update NETWORKING.md
This commit is contained in:
parent
8e0abb3295
commit
6f56e269c2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
## SETUP
|
## SETUP
|
||||||
|
|
||||||
## /etc/network/interfaces
|
### /etc/network/interfaces
|
||||||
```
|
```
|
||||||
# use last 8 octets for hosts
|
# use last 8 octets for hosts
|
||||||
255.255.255.0
|
255.255.255.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## WiFi
|
### WiFi
|
||||||
|
|
||||||
Use WiFi without a separate network manager with this simple guide. Needs "_dhcpcd_" or "_dhcpclient_", "_net-tools_" or "_iproute2_", "_wpa\_supplicant_", and the WiFi drivers for your wireless card (like "_iwlwifi_" and its "_ucode_"), which in part can be installed from a package usually named "_linux-firmware_", but they may not be complete (this provides "_ucode_" but not "_iwlwifi_").
|
Use WiFi without a separate network manager with this simple guide. Needs "_dhcpcd_" or "_dhcpclient_", "_net-tools_" or "_iproute2_", "_wpa\_supplicant_", and the WiFi drivers for your wireless card (like "_iwlwifi_" and its "_ucode_"), which in part can be installed from a package usually named "_linux-firmware_", but they may not be complete (this provides "_ucode_" but not "_iwlwifi_").
|
||||||
__NOTE__: The "_<DEVICE_NAME>_" can be either "_wlp3s0_" or "_wlan0_". Change accordingly the following commands to suit your needs.
|
__NOTE__: The "_<DEVICE_NAME>_" can be either "_wlp3s0_" or "_wlan0_". Change accordingly the following commands to suit your needs.
|
||||||
@ -117,14 +117,14 @@ You can save either example in a script to activate the Wi-Fi whenever you want.
|
|||||||
* show host interfaces
|
* show host interfaces
|
||||||
`nmap --iflist IP_NUMBER`
|
`nmap --iflist IP_NUMBER`
|
||||||
|
|
||||||
|
## REMOTE CONNECTION
|
||||||
### SSH
|
### SSH
|
||||||
#### CLIENT
|
|
||||||
* login to remote host
|
* login to remote host
|
||||||
`ssh ADDRESS`
|
`ssh ADDRESS`
|
||||||
* login to remote host as user USER
|
* login to remote host as user USER
|
||||||
`ssh USER@ADDRESS`
|
`ssh USER@ADDRESS`
|
||||||
|
|
||||||
#### SERVER
|
## SERVER
|
||||||
* set ssh server configuration in /etc/ssh/sshd_config
|
* set ssh server configuration in /etc/ssh/sshd_config
|
||||||
```
|
```
|
||||||
Port 22 # default port is 22, can be changed
|
Port 22 # default port is 22, can be changed
|
||||||
|
Loading…
Reference in New Issue
Block a user