linux FC10 FC 10 Fedora 10 static ip 無法訪問外網 DNS Generated by NetworkManager

來源:互聯網
上載者:User

無法使用靜態ip,不知怎麼回事,還多了個Network Manager。。IME也沒有

反正現在搞定了,總結一下吧!

Oh,my god!FC 10!

 

1.開啟終端,用su切換到超級使用者模式,如下:
[neo@localhost ~]$ su
密碼:
[root@localhost neo]#

2.執行gedit /etc/sysconfig/network-scripts/ifcfg-eth0,如下:
[root@localhost neo]#gedit /etc/sysconfig/network-scripts/ifcfg-eth0

我的參數設定如下:
# Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
NM_CONTROLLED=yes
TYPE=Ethernet
IPADDR=192.168.0.3  #根據情況自己設吧!
NETMASK=255.255.255.0
HWADDR=00:1d:7d:e6:f5:42 #根據情況自己設吧!
GATEWAY=192.168.0.1 #根據情況自己設吧!

DNS1=202.106.0.20 #根據你的DNS,自己設吧!
DNS2=202.106.46.151#must insert this two lines!!!!!!
(儲存退出)

(

3.執行gedit /etc/resolv.conf,如:
[root@localhost neo]# gedit /etc/resolv.conf
可以看一眼,內容not need to change!:
# Generated by NetworkManager

。。。。

)

4.執行service network restart,,如:
[root@localhost neo]# service network restart

5.執行gedit /etc/rc.local,如:
[root@localhost neo]# gedit /etc/rc.local
我的參數設定:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

route add -net 192.168.0.1 netmask 255.255.255.0 eth0 #也是,根據情況自己設!
route add default gw 192.168.0.1 eth0 #也是,根據情況自己設!
touch /var/lock/subsys/local
(儲存退出)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.