「ネットワークツール」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (英語版 'Network tools' より転載) |
Kusanaginoturugi (トーク | 投稿記録) (リンクの追加と修正) |
||
1行目: | 1行目: | ||
[[Category:Networking]] |
[[Category:Networking]] |
||
[[Category:Lists of software]] |
[[Category:Lists of software]] |
||
+ | [[en:Network tools]] |
||
[[es:Network tools]] |
[[es:Network tools]] |
||
[[fa:Network tools]] |
[[fa:Network tools]] |
||
9行目: | 10行目: | ||
{{Related|Wireshark}} |
{{Related|Wireshark}} |
||
{{Related articles end}} |
{{Related articles end}} |
||
− | This page lists various network tools. ''ping'' and ''ip'' are covered by [[ |
+ | This page lists various network tools. ''ping'' and ''ip'' are covered by [[ネットワーク設定]]. |
== Traceroute == |
== Traceroute == |
||
43行目: | 44行目: | ||
Arch Linux does not have [[Wikipedia:inetd|inetd]] but you can instead use [http://0pointer.net/blog/projects/inetd.html systemd] or [[Wikipedia:xinetd|xinetd]] ({{Pkg|xinetd}}). |
Arch Linux does not have [[Wikipedia:inetd|inetd]] but you can instead use [http://0pointer.net/blog/projects/inetd.html systemd] or [[Wikipedia:xinetd|xinetd]] ({{Pkg|xinetd}}). |
||
− | == |
+ | == 参照 == |
+ | * [[アプリケーション一覧/セキュリティ#ネットワークセキュリティ]] |
||
− | * [[List of applications/Security#Network security]] |
2021年8月1日 (日) 18:57時点における版
This page lists various network tools. ping and ip are covered by ネットワーク設定.
Traceroute
Traceroute is a tool to display the path of packets across an IP network.
There are several implementations available:
- tracepath(8) from iputils (required by base)
- traceroute(8) from traceroute
- MTR — Combines the functionality of traceroute and ping into one tool.
Netcat
See also Wikipedia:Netcat.
- GNU Netcat — GNU rewrite of netcat, the network piping application. Does not support IPv6.
- LibreSSL netcat — Low level UDP/TCP connection tool with support for TLS protocol.
- Ncat — Netcat implementation from Nmap project.
- OpenBSD netcat — TCP/IP swiss army knife. OpenBSD variant.
A more complex alternative is socat.
Whois
See also Wikipedia:WHOIS.
- whois — Intelligent WHOIS client.
- jwhois — An Internet Whois client
inetd
Arch Linux does not have inetd but you can instead use systemd or xinetd (xinetd).