Linuxでネットワーク系の作業をするときに使うコマンド集とか
コピペ用
code:bash
coreutils iproute2 iputils-ping traceroute tcpdump
bind9-dnsutils dnsmasq-base netcat-openbsd iptables props isc-dhcp-client
tcpdump
-i any ですべてのネットワークインターフェイスを指定
-t 時刻を非表示
-n IPアドレスをそのまま表示
ip route show 自マシンのルーティングテーブルを表示
traceroute -n <IPAdress|domain> IPAdress|domainまでの到達経路(ルーティング)を表示
ip address show 自マシンのIPアドレスと実装されているネットワークインターフェイスを表示
-
`