发布时间:2014-01-07 11:51:24
1,给eth0接口设置IP地址192.168.1.15,并且马上激活它。[root@localhost root]#ifconfig eth0 192.168.1.15 netmask 255.255.255.68 up2,暂停eth0网络接口的工作。[root@localhost root]#ifconfig eth0 down3,激活名为eth0的网卡。[root@localhost root]#ifup eth0或者.........【阅读全文】