ネットワークのインターフェイス確認 netstat -i 物理的なつながりを把握する 現在のルーティングを確認する netstat -rvn
1 2 3 4 |
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 ... |
適用中の経路 […]