差分
このページの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: | ||
- | ====== | + | ====== |
- | {{: | + | {{: |
===== OpenWrt 側の設定 ===== | ===== OpenWrt 側の設定 ===== | ||
- | <code> | + | <WRAP color_term> |
+ | <WRAP color_command>< | ||
# opkg update && opkg install tcpdump | # opkg update && opkg install tcpdump | ||
- | </code> | + | </pre></ |
- | <code> | + | <WRAP color_result>< |
- | Installing tcpdump (4.9.2-1) to root... | + | Downloading https:// |
- | Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/ | + | Updated list of available packages in / |
- | Installing | + | Downloading https:// |
- | Downloading https://fw.gl-inet.com/releases/packages-3.x/ar71xx/base/libpcap_1.8.1-1_mips_24kc.ipk | + | Signature check passed. |
- | Configuring | + | Downloading https:// |
+ | Updated list of available packages in / | ||
+ | Downloading https:// | ||
+ | Signature check passed. | ||
+ | Downloading https:// | ||
+ | Updated list of available packages in / | ||
+ | Downloading https:// | ||
+ | Signature check passed. | ||
+ | Downloading https:// | ||
+ | Updated list of available packages in / | ||
+ | Downloading https:// | ||
+ | Signature check passed. | ||
+ | Downloading https:// | ||
+ | Updated list of available packages in / | ||
+ | Downloading https:// | ||
+ | Signature check passed. | ||
+ | Downloading https:// | ||
+ | Updated list of available packages in / | ||
+ | Downloading https:// | ||
+ | Signature check passed. | ||
+ | Installing tcpdump (4.9.3-4) to root... | ||
+ | Downloading https://downloads.openwrt.org/releases/21.02.3/packages/ | ||
+ | Installing | ||
+ | Downloading https://downloads.openwrt.org/releases/21.02.3/packages/ | ||
+ | Configuring | ||
Configuring tcpdump. | Configuring tcpdump. | ||
- | </code> | + | </pre></ |
+ | </WRAP> | ||
===== PC 側の設定 ===== | ===== PC 側の設定 ===== | ||
+ | **Wireshark** をインストールする🤔\\ | ||
+ | [[linux: | ||
+ | [[windows: | ||
+ | |||
SSH remote capture をクリックする。\\ | SSH remote capture をクリックする。\\ | ||
- | {{hardware: | + | {{hardware: |
==== 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: | + | {{hardware: |
==== 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: | + | {{hardware: |
==== 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: | + | {{hardware: |
最後に [開始] ボタンを押して、パケットキャプチャを開始する。\\ | 最後に [開始] ボタンを押して、パケットキャプチャを開始する。\\ | ||