在進行linux網路**實驗,發現實際顯示路由表與配置檔案不一致
1.重啟了網路服務-問題猶在
為了節約時間決定手工配置路由
[root@localhost desktop]# route add net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.1
net: host name lookup failure出現報錯
2.檢視網絡卡資訊
發現eth1居然沒有ip位址!配置檔案沒有任何問題
重啟網路報錯
error: connection activation failed: the connection is not for this device.出現報錯
解決方法
[root@localhost network-scripts]# chkconfig networkmanager off
[root@localhost network-scripts]# chkconfig network on
[root@localhost network-scripts]# service networkmanager stop
stopping networkmanager daemon: [ ok ]
[root@localhost network-scripts]# service network start
bringing up loopback inte***ce: [ ok ]
bringing up inte***ce eth0: [ ok ]
bringing up inte***ce eth1: determining if ip address 192.168.1.2 is already in use for device eth1...
^[[a^[[ [ ok ]
siocaddrt: file exists
siocaddrt: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
rtnetlink answers: file exists
恢復以後
解決問題的關鍵是報錯原因,至於為啥這樣可以解決,有待深究,還望賜教
Linux確認網口對應配置檔案
伺服器經常是多網絡卡多網口,我們在某個網口插上網線後,到 etc sysconfig network scripts 下配置ip時需要確定插上網線的網口對應的是哪個配置檔案 比如是eth0還是eth1 方法一 使用ethtool 如果在伺服器旁邊則可通過以下命令進行測試 ethtool p eth0...
drbd配置檔案 drbd配置檔案
drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...
Spring配置檔案載入外部配置檔案
有時,應用程式可能需要從不同的位置 例如 檔案系統 classpath或者url 讀取外部資源 例如 文字檔案 xml檔案 屬性檔案或或者影象檔案 通常,為了從不同位置載入資源,需要和不同的api打交道。spring的資源載入器提供了乙個統一的getresource 方法,使用這個方法可以通過資源路...