Raspbian Network Setup

Contents:
  1. Usefull Network Commands
  2. Static Network setup
  3. Wifi Setup
  4. Manage Network
  5. Enable Secure Shell
  6. Default Gateway
  7. Change IP Address on the fly
  8. Add User

[Top][Home]
Raspbian.png

Usefull Network Commands


[Top][Home]

Static Network setup

If you wish to disable automatic configuration for an interface and instead configure it statically, add the details to /etc/dhcpcd.conf.

For example:


Add these lines to the bottom of the file

You can find the names of the interfaces present on your system using the ip link command.

NOTE:
Previous versions of Raspbian used the file /etc/network/interfaces for network interface configuration.
If an interface is listed in this file, any settings there will take precedence over what is in /etc/dhcpcd.conf.

[Top][Home]


Wifi Setup



Add these lines



Reload and test the connection"



Other setings for /etc/wpa_supplicant/wpa_supplicant.conf
  1. key_mgmt=NONE # if no key is set ie unsecured
  2. scan_ssid=1 # forces a scan fo rhidden networks
  3. priority=1 # Set the order of networks
  4. 5G networking requires the Counrty code to be correctly set in the header section.

Source:
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

[Top][Home]

Manage Network



[Top][Home]

Enable Secure Shell



On accesing workstation may have to remove old keys:

[Top][Home]
cat /etc/resolv.conf

Default Gateway



https://www.raspberrypi.org/forums/viewtopic.php?t=90469

[Top][Home]

Change IP Address on the fly

Flush old ip settfings on eth0:

Restart dhcpcd services so that the new ip gets added again:

If connected with ssh, run both commands at the same time with nohup, so do not lose connection.


[Top][Home]

Add User



[Top][Home]
Glenn Lyons VK4PK
glenn@LyonsComputer.com.au
Ver:gnl20200324 - pre published v0.9