将静态路由的条目写入配置文件
在/etc/sysconfig/network-scripts/目录下创建route-connection配置文件,其中connection为对应的连接的名称。
[root@localhost ~]#vim /etc/sysconfig/network-scripts/route-bond
default via bond1
重启网卡
systemctl restart network
在/etc/sysconfig/network-scripts/目录下创建route-connection配置文件,其中connection为对应的连接的名称。
[root@localhost ~]#vim /etc/sysconfig/network-scripts/route-bond
default via bond1
systemctl restart network