创建 /etc/sysconfig/network-scripts/route-eth0
(推荐)
# 在 /etc/sysconfig/network-scripts/` 目录下创建名为 route-eth0 的文件
vi /etc/sysconfig/network-scripts/route-eth0
# 在此文件添加如下格式的内容
192.168.2.0/24 via 192.168.2.1
# 重启网络验证有效
systemctl restart network