An open API service indexing awesome lists of open source software.

https://github.com/a0s/armbian-settings

Armbian networking and other settings
https://github.com/a0s/armbian-settings

Last synced: 5 months ago
JSON representation

Armbian networking and other settings

Awesome Lists containing this project

README

          

Armbian SystemD networking guideline
====================================

Commands:
- Merge this repo to `/`
- Update SSID and password in `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf`
- Update SSID and password in `/etc/wpa_supplicant/wpa_supplicant-wlan1.conf`
- `apt purge netplan.io network-manager`
- `apt install -y avahi-daemon`
- `systemctl enable wpa_supplicant@wlan0.service`
- `systemctl enable wpa_supplicant@wlan1.service`
- `systemctl start wpa_supplicant@wlan0.service`
- `systemctl start wpa_supplicant@wlan1.service`
- `systemctl unmask systemd-networkd`
- `systemctl enable systemd-networkd`
- Reboot