http://itpro.nikkeibp.co.jp/article/COLUMN/20060227/230874/ 特定アドレスを遮断しておく route add -host xxx.xxx.xxx.xxx gw 1 […]
タグ: Kernel IP routing table
iptablesの設定|ポートの調査
ネットワークのインターフェイス確認 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 ... |
適用中の経路 […]