JRoe Posted February 26, 2018 Posted February 26, 2018 ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi on Cubietruck If my Wlan-Router is shortly offline and online again, the internal interface wlan0 doesn't reconnect. before: 4: wlan0 Link File: n/a Network File: /etc/systemd/network/40-static-wlan0.network Type: wlan State: routable (configuring) Path: platform-1c12000.mmc Driver: brcmfmac HW Address: 6c:fa:a7:xx:xx:xx (AMPAK Technology, Inc.) Address: 192.168.1.4 DNS: 192.168.1.1 after: ● 4: wlan0 Link File: n/a Network File: /etc/systemd/network/40-static-wlan0.network Type: wlan State: no-carrier (configuring) Path: platform-1c12000.mmc Driver: brcmfmac HW Address: 6c:fa:a7:xx:xx:xx (AMPAK Technology, Inc.) DNS: 192.168.1.1 I'm using systemd-networkd with wpa_supplicant and static IP. No NetworkManager. [Match] Name=wlan0 [Network] Address=192.168.1.4/24 Gateway=192.168.1.1 DNS=192.168.168.1 How to restart wlan0 without reboot?
guidol Posted February 26, 2018 Posted February 26, 2018 4 hours ago, JRoe said: ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi on Cubietruck I'm using systemd-networkd with wpa_supplicant and static IP. No NetworkManager. How to restart wlan0 without reboot? how about: systemctl restart systemd-networkd
Recommended Posts