Linux config Flashcards
1
Q
iproute…
A
collection of utils for TCP/IP networking & traffic in Linux
2
Q
iplink
A
network device config for linux
3
Q
iplink main commands
A
show
add
set
delete
4
Q
setting eth interface to up in iplink
A
iplink set dev eth0 up
5
Q
setting MAC addr. with iplink
A
iplink set dev eth0 address 11:11:11:11:11:11
6
Q
Does each interface get an IP?
A
Yes
7
Q
In CIDR notation: a.b.c.d/z, the z represents…
A
how many bits uniquely ID the group
8
Q
iproute…
A
Utility for Linux forwarding an configuring of the static ip tables in the kernel
9
Q
What does IProute’s via flag do?
A
indicates hop between routers