網路基礎配置

2021-10-05 04:27:13 字數 1082 閱讀 8620

1.首先安裝虛擬機器

2.設定網路介面卡

3.登入,修改配置檔案

4.重新啟動,且測試能否ping通

5.關閉防火牆

6.安裝外掛程式

7.修改時間

echo

"*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com >/dev/null 2>&1">>/

var/spool/cron/root

/usr/sbin/ntpdate ntp1.aliyun.com

date

8.關閉networkmanager

systemctl stop networkmanager

systemctl disable networkmanager

9.修改名字

hostnamectl set

-hostname c7-41

網路基礎配置

ifconfig命令 系統中若沒有ifconfig這個命令解決辦法 yum search ifconfig 發現這個命令在是net tools.x86 64這個包裡 安裝 yum install net tools.x86 64 ifconfig 命令用於配置和顯示linux中網路介面的網路引數資訊...

Linux網路基礎配置

在linux centos 中,乙太網介面被命名為eth0,eth1,0,1表示網絡卡編號 通過 lspci檢視網絡卡硬體資訊 ifconfig檢視介面資訊 ifconfig a 檢視所有介面 ifconfig eth0 檢視指定介面資訊 ifup eth0 啟用介面 ifdown eth0 禁用乙...

linux網路配置基礎

linux網路配置基礎 2001 04 18 14 16 41 設定主機名和網域名稱 一 修改檔案 etc hostname 檔案包含系統的主機名稱 例如 www.com 二 修改檔案 etc sysconfig network 例如 networking yes hostname www.com ...