CentOS 網路操作

2022-02-19 02:07:06 字數 458 閱讀 7370

ifconfig:檢視網絡卡資訊

網絡卡配置檔案位置: /etc/sysconfig/network-scripts/資料夾

nmtui:配置網絡卡

netstat -tlunp:檢視埠資訊

埠資訊儲存位置: /etc/services檔案

route:檢視路由資訊

scp :上傳檔案到指定主機,例如  scp index.html [email protected]:/root

hostname:檢視主機名

hostname 資訊儲存位置:/etc/hostname

nslookup:檢視網域名稱對應的ip,例如 nslookup   www.baidu.com

ip與網域名稱儲存位置:/etc/hosts

ssh:遠端登陸主機  ssh 192.168.8.100,exit退出

dns儲存位置:/etc/resolve.conf

centos的網路配置及轉殖操作要點

在vmware中安裝centos虛擬機器後,將初始系統的環境進行如下配置,使其成為虛擬機器可以進行轉殖的公用系統.1 配置網路 gateway 192.168.6.2 閘道器的ip 虛擬機器nat設定中可以檢視 設定 dns1 114.114.114.114 設定dns 用於解析網域名稱 6 重啟網...

centos網路設定

1.修改對應網絡卡的ip位址的配置檔案 vi etc sysconfig network scripts ifcfg eth0 device eth0 描述網絡卡對應的裝置別名,例如ifcfg eth0的檔案中它為eth0 bootproto static 設定網絡卡獲得ip位址的方式,可能的選項為...

centos 網路配置

一 centos 修改ip位址 修改對應網絡卡的ip位址的配置檔案 vi etc sysconfig network scripts ifcfg eth0 device eth0 hwaddr 44 33 4c 00 18 98 type ethernet uuid 5d40d966 3bf9 4b...