AKAI TSUKI

System development or Technical something

2014-10-12から1日間の記事一覧

use iptable

HTTPの利用するポートにアクセスできるようにiptableの設定を変更してみる。 iptables -I INPUT 5 -p tcp --dport http -j ACCEPT 変更したら iptables -L --line-number で、確認。