this post was submitted on 03 May 2024
4 points (83.3% liked)

raspberrypi

3252 readers
1 users here now

Community about the single-board computers, micro-controllers and related projects.

https://www.raspberrypi.com/

Other RaspberryPi communities on Lemmy

founded 5 years ago
MODERATORS
 

Is this possible at all?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Brewchin@lemmy.world 6 points 1 year ago (1 children)

Using systemctl restart NetworkManager will likely do it for you.

Or the more traditional ifup/ifdown method, but if you're remotely connected that's likely to give you a Bad Time as you fall off the network... :)

[โ€“] sabreW4K3@lazysoci.al 4 points 1 year ago

Ooh, perfect. Thank you!