linux:openwrt:wireshark

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:openwrt:wireshark [2022/08/26 06:26] – ↷ hardware:gl-ar750s-ext:wireshark から linux:openwrt:wireshark へページを移動しました。 ともやんlinux:openwrt:wireshark [2022/08/26 06:48] (現在) ともやん
行 1: 行 1:
-====== WireShark SSH remote capture ====== +====== Wireshark SSH remote capture ====== 
-{{:hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_000.png?800|WireShark SSH remote capture}}+{{:hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_000.png?800|Wireshark SSH remote capture}}
 ===== OpenWrt 側の設定 ===== ===== OpenWrt 側の設定 =====
-<code>+<WRAP color_term> 
 +<WRAP color_command><html><pre>
 # opkg update && opkg install tcpdump # opkg update && opkg install tcpdump
-</code+</pre></html></WRAP
-<code+<WRAP color_result><html><pre> 
-Installing tcpdump (4.9.2-1) to root... +Downloading https://downloads.openwrt.org/releases/21.02.3/targets/bcm53xx/generic/packages/Packages.gz 
-Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/base/tcpdump_4.9.2-1_mips_24kc.ipk +Updated list of available packages in /var/opkg-lists/openwrt_core 
-Installing libpcap (1.8.1-1) to root... +Downloading https://downloads.openwrt.org/releases/21.02.3/targets/bcm53xx/generic/packages/Packages.sig 
-Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/base/libpcap_1.8.1-1_mips_24kc.ipk +Signature check passed. 
-Configuring libpcap.+Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/base/Packages.gz 
 +Updated list of available packages in /var/opkg-lists/openwrt_base 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/base/Packages.sig 
 +Signature check passed. 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/luci/Packages.gz 
 +Updated list of available packages in /var/opkg-lists/openwrt_luci 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/luci/Packages.sig 
 +Signature check passed. 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/packages/Packages.gz 
 +Updated list of available packages in /var/opkg-lists/openwrt_packages 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/packages/Packages.sig 
 +Signature check passed. 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/routing/Packages.gz 
 +Updated list of available packages in /var/opkg-lists/openwrt_routing 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/routing/Packages.sig 
 +Signature check passed. 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/telephony/Packages.gz 
 +Updated list of available packages in /var/opkg-lists/openwrt_telephony 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/telephony/Packages.sig 
 +Signature check passed. 
 +Installing tcpdump (4.9.3-4) to root... 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/base/tcpdump_4.9.3-4_arm_cortex-a9.ipk 
 +Installing libpcap1 (1.9.1-3.1) to root... 
 +Downloading https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/base/libpcap1_1.9.1-3.1_arm_cortex-a9.ipk 
 +Configuring libpcap1.
 Configuring tcpdump. Configuring tcpdump.
-</code>+</pre></html></WRAP> 
 +</WRAP>
  
 ===== PC 側の設定 ===== ===== PC 側の設定 =====
 +**Wireshark** をインストールする🤔\\
 +[[linux:wireshark|Wireshark]](Linux)\\
 +[[windows:wireshark|Wireshark]](Windows)\\
 +
 SSH remote capture をクリックする。\\ SSH remote capture をクリックする。\\
-{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_001.png?600|WireShark OpenWrt SSH remote_capture 001}}\\+{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_001.png?600|Wireshark OpenWrt SSH remote_capture 001}}\\
  
 ==== Server タブ ==== ==== Server タブ ====
 Remote SSH server address に OpenWrt ルーターの IP アドレスを指定する。\\ Remote SSH server address に OpenWrt ルーターの IP アドレスを指定する。\\
 Remote SSH server port に OpenWrt ルーターの SSH ポートを指定する。\\ Remote SSH server port に OpenWrt ルーターの SSH ポートを指定する。\\
-{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_002.png?600|WireShark OpenWrt SSH remote_capture 002}}\\+{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_002.png?600|Wireshark OpenWrt SSH remote_capture 002}}\\
  
 ==== Authentication タブ ==== ==== Authentication タブ ====
行 27: 行 57:
 Path to SSH private key に rsa key (OpenSSH 形式) のパスを指定する。\\ Path to SSH private key に rsa key (OpenSSH 形式) のパスを指定する。\\
 SSH key passphrase に rsa key のパスフレーズを指定する。\\ SSH key passphrase に rsa key のパスフレーズを指定する。\\
-{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_003.png?600|WireShark OpenWrt SSH remote_capture 003}}\\+{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_003.png?600|Wireshark OpenWrt SSH remote_capture 003}}\\
  
 ==== Capture タブ ==== ==== Capture タブ ====
 Remote interface に br-lan を指定する。\\ Remote interface に br-lan を指定する。\\
 Remote capture filter に not port 22 (SSH ポート 22 を除外) を指定する。\\ Remote capture filter に not port 22 (SSH ポート 22 を除外) を指定する。\\
-{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_004.png?600|WireShark OpenWrt SSH remote_capture 004}}\\+{{hardware:gl-ar750s-ext:wireshark_openwrt_ssh_remote_capture_004.png?600|Wireshark OpenWrt SSH remote_capture 004}}\\
 最後に [開始] ボタンを押して、パケットキャプチャを開始する。\\ 最後に [開始] ボタンを押して、パケットキャプチャを開始する。\\
  
  • linux/openwrt/wireshark.1661462809.txt.gz
  • 最終更新: 2022/08/26 06:26
  • by ともやん