Configuring a Network Connection Flashcards

1
Q

What is the command to identify nearby wireless networks?

A

iwlist

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

What is the command to connect to and disconnect from specific wireless networks?

A

iwconfig

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

What is the command to show your ip address?

A

ip address show

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

What is the command to set a link to down or up?

A

sudo ip set link [link_name] down/up

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

What is the command to add/remove an ip?

A

sudo ip addr add/delete [ip_address] dev [dev_name]

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

What is the command to adjust the computers route table?

A

route

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

What is the /etc/resolv.conf file?

A

Configuration file that contains the ip addresses of up to 3 DNS servers

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