Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> Linux配置網卡教程

Linux配置網卡教程

日期:2017/2/7 14:25:23      編輯:Linux教程
 

ifconfig -a 查看linux所有的網卡信息 

ifconfig eth0 down 關掉eth0網卡

ifconfig eth0 up 開啟eth0網卡 

dhclient eth0 讓eth0網卡以DHCP方式獲取ip

設置靜態IP,需要編輯/etc/network/interfaces文件

 

QQ截圖20150902164143

 

因為是在虛擬機裡使用NAT模式

QQ截圖20150902163558

 

最後重啟網絡服務  /etc/init.d/network restart

Copyright © Windows教程網 All Rights Reserved