linux網路相關命令

2021-09-06 20:07:25 字數 866 閱讀 1049

1.0  ifconfig     檢視與配置網路狀態命令network inte***ces configuring

配置網絡卡的硬體位址

將網絡卡禁用   ifconfig eth0 down

將網絡卡啟用  ifconfig eth0 up

# ifdown  網絡卡裝置名    # 禁用該網絡卡裝置

# ifup  網絡卡裝置名       # 啟用該網絡卡裝置

2.0  netstat

選項:netstat -t   /     netstat  -u

網路測試命令

1.0  ping[選項]  ip或網域名稱

-c:次數:指定ping包的次數

2、telnet命令

telnet  [網域名稱或者ip]  [埠]

telnet 192.168.0.5
# 遠端管理與埠探測命令

#協議不加密,很少使用,大多用於探測對方某個埠是否開啟。

3、traceroute   [選項]  ip或網域名稱  # 路由跟蹤命令,顯示到達目的地的資料報路由

選項:-n:使用ip,不使用網域名稱,速度更快。

#   wget

5、tcpdump命令

# tcpdump  -i  eth0  -nnx  port  21

選項:6、檢視dns

nslookup命令:用來翻譯網域名稱對應哪個ip

Linux相關網路命令

手動臨時設定ip sudo ifconfig eth0 up 192.168.1.10 手動設定ip一般在系統重啟後就失效 靜態設定ip ubuntu網路配置資訊儲存在 etc network inte ces 檔案中,預設內容如下 auto eth0 iface eth0 inet dhcp au...

Linux網路相關命令

2.物理介面上增加子介面 同乙個物理介面上的不同子介面是以vlan區分的,所以首先要增加vlan,命令 vconfig add ethx vlanid,此後便在ethx介面上建立了vlan為vlanid的子介面ethx.vlanid,然後ifconfig為ethx.vlanid介面配置ip。刪除子介...

Linux相關網路命令

telnet ip 埠號 檢視ip curl ifconfig.me cat etc rc.config.d netconf nslookup hostname hostname 可以從 etc host檔案得到 who輸出常用標題含義 標題 含義 user 使用者登陸 line 使用者登陸使用終端...