Netzwerkkonfiguration Flashcards

1
Q

2 Varianten um Netzwerkeinstellungen vorzunehmen

A
  1. nmtui
  2. per CLI directly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Install Networkmanager

A

sudo dnf -y install NetworkManager Netzworkmanager-tui

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

start NetworkManager

A

nmtui

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

set IP-Address (CLI)

A

sudo nmcli con mod ens160 ipv4.address ‘<ip-address>'</ip-address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

set Gateway (CLI)

A

sudo nmcli con mod ens160 ipv4.gateway ‘<ip-address>'</ip-address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

set DNS (CLI)

A

sudo nmcli con mod ens160 ipv4.dns ‘<ip-address>'</ip-address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

sudo nmcli con … ens160

A
  • show
  • up
  • reload
  • down
How well did you know this?
1
Not at all
2
3
4
5
Perfectly