December 2015
Intermediate to advanced
250 pages
4h 41m
English
In some cases, it is required to set static routes on your system. As static routes are not natively supported in kickstart, this is not covered in this recipe.
Add static routes to both the 192.168.0.0/24 and 192.168.1.0/24 networks via 10.0.0.1.
Here's what you need to do:
~]# nmcli connection modify eth0 ipv4.routes "192.168.0.0/24 10.0.0.1,192.168.1.0/24 10.0.0.1"
~]# nmcli connection show eth0
Here is an example output of the preceding commands:
Here are the steps for this recipe:
nmtui, select the ...