Linux CentOS 6 5 配置網路

2022-08-18 15:51:12 字數 804 閱讀 9678

網絡卡說明

1.使用ifconfig檢視網絡卡配置資訊

2.修改網絡卡1配置檔案/etc/sysconfig/network-scripts/ifcfg-eth0

1 # vi /etc/sysconfig/network-scripts/ifcfg-eth0
3.網絡卡自動獲取ip配置,修改onboot=yes即可,service network restart重啟網絡卡。

1 # service network restart
4.網絡卡配置靜態ip,重啟網絡卡

bootproto=static   #啟用靜態ip位址

onboot=yes  #開啟自動啟用網路連線

ipaddr=192.168.1.113  #設定ip位址

netmask=255.255.0.0  #設定子網掩碼

gateway=192.168.1.1   #設定閘道器

dns1=8.8.8.8 #設定主dns

5.使用ping命令測試是否網絡卡是否配置成功

Linux CentOS6 5 一 配置靜態ip

1 root node1 yum list setuptool 1 root node1 yum install setuptool 通過安裝system config系列檔案即可在setuptool中修改系統配置。1 root node1 yum install system config 1 r...

linux(centos6 5)下的redis安裝

redis採用源 編譯安裝的方式,安裝版本為3.0.7,作業系統為centos6.7。進入到 opt redis 3.0.7.tar.gz執行以下命令 tar zxvf redis 3.0 7.tar gz在此目錄下,得到解壓後的目錄 redis 3.0.7首先進入到 opt redis 3.0.7...

Linux Centos6 5 使用問題彙總

參考 centos 6.5系統安裝配置 教程 linux之虛擬機器vmware及系統centos6.5安裝及解除安裝 如何在虛擬機器中vmware安裝centos 6 解決 1 sshd設定不允許root使用者遠端登入,修改檔案 etc sshd ssh config 2 登入使用者名為 root ...