使用bash脚本配置eth0 ip地址,子网掩码,网关

时间:2014-01-03 20:52:24

标签: linux networking centos

我需要使用bash更新/ etc / sysconfig / network-script / eth0 当我试图更新它时,我发现没有变化

我正在寻找一个使用bash脚本配置eth0 ip地址,子网掩码,网关的bash脚本......

我该怎么做?

1 个答案:

答案 0 :(得分:7)

只需使用ifconfig和route命令

ifconfig eth0 192.168.2.123 netmask 255.255.255.0
route add default gw 192.168.2.1