RHCE 7 Exam Objective: Route IP traffic
by jfargen on Nov.06, 2016, under Uncategorized
Route IP traffic
Don’t over think this one. It is actually pretty simple.
This is not a permanent config and will disappear after restart.
On the server VM run the following command.
# ip addr add 10.0.1.1 dev Team1
On the client VM run the following command.
# ip route add 10.0.1.0/24 dev Team1
You can test by trying to ping 10.0.1.1 from the client VM.