9 Flashcards

(13 cards)

1
Q

what is network manager?

A

Network Manager helps connect and manage internet/network settings on Linux.

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

Benefits of Network Manager:

A

Easier network setup: Automatically connects to networks and manages devices.

User-friendly: Simple to set up Wi-Fi, Ethernet, and other connections.

Flexible configuration: Supports both automatic and manual network settings.

App integration: Provides an API for apps to check and control network status.

Remembers settings: Keeps network connections active even after reboot.

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

To check the default route on your machine

A

ip route

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

nmcli

A

is a command line utility that
can be used in order to monitor your network connectivity,

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

to display all connection

A

nmcli connection show

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

flag in order to restrict the result to
active and inactive connections

A

nmcli connection show - -active
nmcli connection show - -inactive

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

Show the status of devices known to NetworkManager:

A

nmcli d

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

To show the current status of each of NetworkManager’s connections:

A

nmcli c

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

Show the state of radio interfaces, including WiFi and WWAN
(cellular) with the radio argument:

A

nmcli r

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

Observe NetworkManage activity

A

nmcli monitor

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

how to make the connection radio on/off

A

nmcli r wifi on
nmcli r wwan off

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

how to replace IP address

A

nmcli con mod eth0 ipv4.addresses 192.168.20.3/24

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

how to connect to the access point

A

nmcli d wifi connect <SSID> password <password></password></SSID>

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