22 lines
394 B
Markdown
22 lines
394 B
Markdown
---
|
|
title: NetworkManager
|
|
description:
|
|
published: true
|
|
date: 2025-09-27T13:17:10.531Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2025-09-27T13:11:25.852Z
|
|
---
|
|
|
|
# NetworkManager
|
|
|
|
Show available network connections
|
|
```
|
|
nmcli con show
|
|
```
|
|
|
|
```
|
|
nmcli con mod "Lukarin Remote Wifi" ipv4.dns "192.168.1.1"
|
|
nmcli con mod "Lukarin Remote Wifi" ipv4.ignore-auto-dns yes
|
|
nmcli con up "Lukarin Remote Wifi"
|
|
``` |