sabreW4K3 to raspberrypi@lemmy.ml · 7 months agoHow to disconnect and reconnect WiFi from Terminal via SSHmessage-squaremessage-square5fedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1message-squareHow to disconnect and reconnect WiFi from Terminal via SSHsabreW4K3 to raspberrypi@lemmy.ml · 7 months agomessage-square5fedilinkfile-text
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up1·7 months agoTry reboot, it will do exactly that and more! Jokes aside, try sudo ifdown wlan0 and sudo ifup wlan0.
Try
reboot
, it will do exactly that and more!Jokes aside, try
sudo ifdown wlan0
andsudo ifup wlan0
.