Linux config Flashcards

1
Q

iproute…

A

collection of utils for TCP/IP networking & traffic in Linux

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

iplink

A

network device config for linux

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

iplink main commands

A

show
add
set
delete

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

setting eth interface to up in iplink

A

iplink set dev eth0 up

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

setting MAC addr. with iplink

A

iplink set dev eth0 address 11:11:11:11:11:11

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

Does each interface get an IP?

A

Yes

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

In CIDR notation: a.b.c.d/z, the z represents…

A

how many bits uniquely ID the group

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

iproute…

A

Utility for Linux forwarding an configuring of the static ip tables in the kernel

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

What does IProute’s via flag do?

A

indicates hop between routers

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