运维常用linux命令整理
1.临时添加
route add default gw 192.168.1.4
2.永久添加
vim /etc/sysconfig/network GATEWAY=192.168.1.4
运维常用linux命令整理
1.临时添加
route add default gw 192.168.1.4
2.永久添加
vim /etc/sysconfig/network GATEWAY=192.168.1.4
转载于:https://www.cnblogs.com/micmouse521/p/8041609.html