linux網路配置(關於connect: network is unreachable)

梧桐雨—168發表於2008-03-19

1.netconfig
設定ip

2.service network restart

3.dmesg | tail 或 cat /etc/modules.conf 看網路卡認出來沒
直接編輯 vi /etc/sysconfig/network-scripts/ifcfg-eth0 後再重起或ifconfig eth0 down ,ifconfig eth0 up

4.手工配置ip看能不能配置上
ifconfig eth0 172.18.128.143 netmask 255.255.255.0 broadcast 172.18.128.255
route add default gw 172.18.128.1(同一網段可以不要)
後再ping一下看
再ifconfig eth0 看一下

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13270562/viewspace-211674/,如需轉載,請註明出處,否則將追究法律責任。

相關文章