运维常用linux命令整理
1.临时添加
route add default gw 192.168.1.4
2.永久添加
vim /etc/sysconfig/network GATEWAY=192.168.1.4