Nmcli rocky: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „[root@fedora ~]# nmcli connection modify enp0s3 ipv4.method manual ipv4.addresses 192.168.34.11/24 [root@fedora ~]# nmcli connection modify enp0s3 ipv4.address…“) |
|||
| Zeile 1: | Zeile 1: | ||
| − | + | *nmcli connection modify enp0s3 ipv4.method manual ipv4.addresses 192.168.34.11/24 | |
| − | + | *nmcli connection modify enp0s3 ipv4.dns 192.168.34.1 | |
| − | + | *nmcli connection modify enp0s3 ipv4.dns-search hack.lab | |
| − | + | *nmcli connection down enp0s3 ; nmcli connection up enp0s3 | |
| − | |||
Version vom 17. Februar 2023, 14:45 Uhr
- nmcli connection modify enp0s3 ipv4.method manual ipv4.addresses 192.168.34.11/24
- nmcli connection modify enp0s3 ipv4.dns 192.168.34.1
- nmcli connection modify enp0s3 ipv4.dns-search hack.lab
- nmcli connection down enp0s3 ; nmcli connection up enp0s3