当前位置: 技术问答>linux和unix
设置ip地址
来源: 互联网 发布时间:2015-05-22
本文导语: 我在linux下通过netconfig设定完ip地址(例如192.168.0.42)后,使用ifdown eth0,ifup eth0来进行生效时,ifup eth0报错:Error ,some other host has already used 192.168.0.42.无论我设定那个ip都是报这样一个错误,什么原因阿? | ...
我在linux下通过netconfig设定完ip地址(例如192.168.0.42)后,使用ifdown eth0,ifup eth0来进行生效时,ifup eth0报错:Error ,some other host has already used 192.168.0.42.无论我设定那个ip都是报这样一个错误,什么原因阿?
|
直接修改网卡配置文件:
vi /etc/sysconfig/network-script/ifcfg-eth0
注意网关是否设置正确!将无用信息删除。
再重启网络配置
/etc/rc.d/init.d/network restart
vi /etc/sysconfig/network-script/ifcfg-eth0
注意网关是否设置正确!将无用信息删除。
再重启网络配置
/etc/rc.d/init.d/network restart
|
ifconfig eth0 down
ifconfig eth0 up
setup
ok?
ifconfig eth0 up
setup
ok?
|
检查一下etc/conf.modules文件,是不是修改好了,有时netconf出毛病。需要自己改。
|
看一下 /etc/sysconfig/networking/devices
对应网卡的配置文件,是不是该正确了
对应网卡的配置文件,是不是该正确了