您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關system-config-network怎么配置網卡訪問外網,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。
Linux網絡配置基礎2
system-config-network配置網卡訪問外網
undefined
OS:Red Hat Enterprise Linux 6.4
當前電腦無線網卡使用DHCP自動獲取,可以訪問互聯網(外網)
1 禁用NetworkManager
[root@rhel64 ~]# service NetworkManager status
[root@rhel64 ~]# chkconfig --list NetworkManager
如果沒有禁用 使用一下命令關閉、禁用
[root@rhel64 ~]# service NetworkManager stop
[root@rhel64 ~]# chkconfig NetworkManager off
2 正常關閉操作系統
[root@rhel64 ~]# init 0
或
[root@rhel64 ~]# shutdown -h now
3 啟動網卡2 橋接無線網卡
4 啟動虛擬機 查看網卡信息
[root@rhel64 ~]# ifconfig
[root@rhel64 ~]# ifconfig -a
[root@rhel64 ~]# ls /etc/sysconfig/network-scripts/ifcfg-eth*
當前linux能夠識別到網卡存在eth2 ,使用ifconfig -a可以查看
但沒有具體配置文件。
使用ifconfig eth2 up 啟用eth2后,ifconfig可以查看,但無ip信息。
[root@rhel64 ~]# ifconfig eth2 up
[root@rhel64 ~]# ifconfig
5 使用system-config-network 配置網卡
5.1 設置當前會話字符編碼為UTF-8
[root@rhel64 ~]# system-config-network
5.2 查看eth0配置
5.3 增加設備配置eth2 配ip
5.4 重啟network服務
[root@rhel64 ~]# service network restart
5.5 查看ip及配置文件變化
[root@rhel64 ~]# ifconfig
[root@rhel64 ~]# cat /etc/sysconfig/network
全局配置文件中GATEWAY一項被刪除
[root@rhel64 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
[root@rhel64 ~]# cat /etc/resolv.conf
[root@rhel64 ~]# route -n
[root@rhel64 ~]# ip route
5.6 網絡訪問測試
win7 cmd執行 ping命令 測試 能夠ping通eth2地址
linux ping 外網訪問測試 能夠ping通
[root@rhel64 ~]# ping www.baidu.com -c4
6 使用瀏覽器訪問外網
6.1 設置中文拼音輸入法
ctrl + 空格 切換輸入法
shift 切換中英文
6.2 flash-plugin插件
查看網絡視頻缺少插件 可以yum安裝flash-plugin
[root@rhel64 ~]# yum install flash*
關于system-config-network怎么配置網卡訪問外網就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。