Routing Configuration

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

What file can you edit to change your default gateway?

/etc/sysconfig/network/routes

2
New cards

What command do you use to display the current routing table?

route

3
New cards

What command do you use to add a route to the routing table? How about to remove a route?

route add -net netaddr netmask netmask gw dgaddr, route del sameshit

4
New cards

What command do you use to set the default route?

route add default gw gwaddr

5
New cards

What command do you use to add a route to the routing table using ip? How about removing one?

ip route add ipaddr/cidr via dgw dev int, ip route del ipaddr/cidr