linux網路基本配置

2021-08-14 12:59:11 字數 1674 閱讀 6304

1、/etc/sysconfig/network-scripts/(ifcfg-eth0) 網路配置裝置資訊(第一塊網絡卡的資訊)

2、/etc/resolv.conf dns配置

3、/etc/host.conf 指定dns查詢順序

order bind,hosts 先是dns後是host檔案(bind是一款開放原始碼的dns伺服器軟體)

multi on 指/etc/hosts檔案中主機的多個ip位址,多穴主機;

nospoof on 表示不允許對該伺服器進行ip位址欺騙;

4、/etc/sysconfig/network

網路配置基本資訊

5、/etc/hosts

緩衝下的 ip 網域名稱 主機名

6、/etc/networks

網路名 網路位址

7、/etc/protocols

主機協議

8、/etc/services

1、traceroute+ip 資料報到目標主機路徑

root@server19 ~]# traceroute www.163.com

traceroute to www.163.com (61.233

.140

.6), 30 hops max, 60

byte packets//遠端主機 路由上限30 測試資料報60位元組

1 gateway (192.168

.1.1) 2.516 ms 2.597 ms 2.420 ms

210.52

.64.1 (10.52

.64.1) 6.748 ms 6.901 ms 7.027 ms

3211.142

.28.61 (211.142

.28.61) 5.786 ms 5.683 ms 5.923 ms

4211.138

.99.126 (211.138

.99.126) 10.727 ms 211.138

.99.122 (211.138

.99.122) 6.970 ms 7.267 ms

561.233

.139

.30 (61.233

.139

.30) 6.886 ms 61.233

.139

.26 (61.233

.139

.26) 7.273 ms 61.233

.139

.30 (61.233

.139

.30) 7.370 ms//實際經過路由器數目是5個

661.233

.140

.6 (61.233

.140

.6) 6.098 ms 6.383 ms 5.337 ms

2、mii-tool -v eth0 檢視網絡卡工作狀態

3、ifconfig 檢視網絡卡配置資訊

4、ifdown eth0 關閉網路介面

5、ifup

6、netstat -r(路由) -a(socket)

7、arp 緩衝arp數目(-s增加 -d刪除)

8、ip route 路由表管理

9、nmap網路探測程式(namp包)

nmap -o(作業系統) -ss(tcp syn掃瞄)

Linux基本網路配置

linux基本網路的配置與網路介面的初始化,主要是通過一組配置檔案 可執行指令碼程式和相應的命令來控制,它們統稱為基本網路引數。1 基本配置檔案 1 etc hosts etc hosts它是將ip位址和主機名聯絡起來的簡單文字檔案。例 127.0.0.1 localhost.localdomain...

Linux 基本網路配置

第一種 使用命令修改 直接即時生效,重啟失效 ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up 說明 eth0是第乙個網絡卡,其他依次為eth1,eth 192.168.0.1是給網絡卡配置的第乙個網絡卡配置的ip位址 netmask 255.25...

Linux基本網路配置 閘道器查詢

linux基本網路配置 1.檢視網路介面資訊 ifconfig 檢視網路介面資訊 sbin ifconfig ifconfig 網路介面 檢視指定網路介面資訊 ifconfig a 檢視系統中所有網路介面的資訊 2.檢視閘道器位址和路由資訊 route 檢視主機路由資訊 sbin route rou...