Configuring a Network Connection Flashcards
1
Q
What is the command to identify nearby wireless networks?
A
iwlist
2
Q
What is the command to connect to and disconnect from specific wireless networks?
A
iwconfig
3
Q
What is the command to show your ip address?
A
ip address show
4
Q
What is the command to set a link to down or up?
A
sudo ip set link [link_name] down/up
5
Q
What is the command to add/remove an ip?
A
sudo ip addr add/delete [ip_address] dev [dev_name]
6
Q
What is the command to adjust the computers route table?
A
route
7
Q
What is the /etc/resolv.conf file?
A
Configuration file that contains the ip addresses of up to 3 DNS servers