iptables ルール削除

# iptables -L –line-numbers | grep DROP
Chain INPUT (policy DROP)
1 DROP all — XXX.1X1.X51.X0.static.zoot.jp anywhere
7 DROP all -f anywhere anywhere
8 DROP tcp — !1XX.XX.2XX.0/24 anywhere multiport dports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
9 DROP udp — !1XX.XX.XXX.0/24 anywhere multiport dports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
11 DROP all — anywhere 255.255.255.255
12 DROP all — anywhere all-systems.mcast.net
14 DROP_COUNTRY all — anywhere anywhere
31 DROP all — anywhere anywhere
Chain FORWARD (policy DROP)
2 DROP all — anywhere anywhere
1 DROP tcp — anywhere !XXX.XX.XXX.0/24 multiport sports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds

# iptables -D INPUT 1

■参考サイト

http://tejunsho.com/os/20110331000108.html

カテゴリー: 未分類 | コメントをどうぞ

http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm つながらない

http://download.fedora.redhat.com つながらない

http://dl.fedoraproject.org つながる

下記のサイト参考 たすかりました!!

http://colo-ri.jp/develop/2012/02/downloadfedoraredhatcom_notfound_solution.html

カテゴリー: 未分類 | コメントをどうぞ

i386 or x86_64 どちらを選択するか?

下記のコマンドの最後の方に表示される同じものを選択すればよい
uname -a

カテゴリー: 未分類 | コメントをどうぞ

VMware クーロン 作成

VMware ESXi 4.X クローン 作成。仮想OSコピー。

http://less.jp/673.html

カテゴリー: 未分類 | コメントをどうぞ

Dojo 記事

http://codezine.jp/article/corner/397

カテゴリー: 未分類 | コメントをどうぞ

scp コマンドでLinuxからLinuxへファイル転送

scp -r /vmfs/volumes/datastore1/(仮想マシンdir) (user)@(ip):(コピー先のパス)

カテゴリー: 未分類 | コメントをどうぞ

roundcube webmail オープンソース

http://unixlife.jp/unixlife/linux/s-roundcube.jsp

カテゴリー: 未分類 | コメントをどうぞ

Linux Route 設定

http://d.hatena.ne.jp/metonymical/20110206/p1

カテゴリー: 未分類 | コメントをどうぞ

Eclipse TOMCAT JSP デバッグ

http://www.ne.jp/asahi/hishidama/home/tech/eclipse/wtp.html

カテゴリー: 未分類 | コメントをどうぞ

cpan2rpm インストールエラー

rpm-build is needed by cpan2rpm-2.027-1.noarch

OSインストール時のパッケージで開発ツールがインストールされていなかったため。下記のサイトを参考に下記のコマンドでインストール。

yum -y groupinstall "Development Tools"

http://fedorasrv.com/memo/log/41.shtml

カテゴリー: 未分類 | コメントをどうぞ