berrylan icon indicating copy to clipboard operation
berrylan copied to clipboard

How can I forget the current network and have it re-setup?

Open pythcon opened this issue 2 years ago • 1 comments

Is there a command I can run to force the setup process again to re run? Is there a way to forget the network?

pythcon avatar Apr 09 '22 16:04 pythcon

To delete the network connection you can use sudo nmcli con del CONNECTION_NAME from terminal. To find your CONNECTION_NAME you can enter sudo nmcli con show

simonseres avatar Apr 11 '22 08:04 simonseres