ネットワークツール

提供: ArchWiki
2021年8月1日 (日) 18:53時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (英語版 'Network tools' より転載)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

関連記事

This page lists various network tools. ping and ip are covered by Network configuration.

Traceroute

Traceroute is a tool to display the path of packets across an IP network.

There are several implementations available:

https://www.bitwizard.nl/mtr/ || mtr, mtr-gtk

Netcat

See also Wikipedia:Netcat.

  • GNU Netcat — GNU rewrite of netcat, the network piping application. Does not support IPv6.
http://netcat.sourceforge.net/ || gnu-netcat
  • LibreSSL netcat — Low level UDP/TCP connection tool with support for TLS protocol.
https://www.libressl.org || libressl-netcatAUR
  • Ncat — Netcat implementation from Nmap project.
https://nmap.org/ncat/ || nmap
  • OpenBSD netcat — TCP/IP swiss army knife. OpenBSD variant.
https://packages.debian.org/sid/netcat-openbsd || openbsd-netcat

A more complex alternative is socat.

Whois

See also Wikipedia:WHOIS.

  • whois — Intelligent WHOIS client.
https://github.com/rfc1036/whois || whois
  • jwhois — An Internet Whois client
https://www.gnu.org/software/jwhois/ || jwhoisAUR

inetd

Arch Linux does not have inetd but you can instead use systemd or xinetd (xinetd).

See also