Added missing screenshot
This commit is contained in:
parent
67eb93423f
commit
707f2e1bd5
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -3,6 +3,8 @@ SLAAC
|
|||
|
||||
Configuring your hosts for automatic IP network and address assignment, DNS and routing is very easy.
|
||||
|
||||
**Note::** This tutorial is written for those who have setup Radv already.
|
||||
|
||||
## NetworkManager-based systems
|
||||
|
||||
For NetworkManager-based systems do the following. Open up `nm-connection-editor` and you should have a screen appear like this:
|
||||
|
@ -11,7 +13,7 @@ For NetworkManager-based systems do the following. Open up `nm-connection-editor
|
|||
|
||||
Then double click on the wifi or ethernet connection you have active of which connects you to the same LAN as your router and you should see a window like this popup:
|
||||
|
||||
![](nm-connection.png)
|
||||
![](nm-connection-window.png)
|
||||
|
||||
Then go to the `IPv6` tab and you should see this:
|
||||
|
||||
|
@ -35,4 +37,8 @@ What you want to do now is to open `nmtui` (in your terminal) and reactivate tha
|
|||
|
||||
Now reactivate the connection. You can do this by deactivating it and activating it again (unplugging and replugging won't reactivate it - it doesn't reload the profile).
|
||||
|
||||
![](connection_reactivate.png)
|
||||
![](connection_reactivate.png)
|
||||
|
||||
---
|
||||
|
||||
And that is it, now you should be connected to CRXN on your laptop via your router.
|
Loading…
Reference in New Issue