[Armadillo:05951] Re: ftp 通信について

【フェアーウェイ】中川 章 email@hidden
2010年 10月 20日 (水) 13:19:55 JST


suzuki様

> クロスオーバーのケーブルを使用しております。

とのことなので、つなぐ方とつながれる方(armadillo)のそれぞれ下記のコマンド結果を下さい

ifconfig

route

nenstat -a

iptables -L -vnx

> netstat -apコマンドの入力結果は以下の通りでした。
#ごめんなさい。busyboxでしたね。busybox版にpはなかったです。

//中川

> >・物理的には大丈夫ですか?(ケーブルの種類とか)
> クロスオーバーのケーブルを使用しております。
> 
> >・ftpをするところからarmadilloまでにパケットフィルタ(ファイアーウォー
> ル)
> > されるところはないですか?
> 
> iptables --list のコマンドを入力し、atde,armadillo共に確認したところ以下
>> 表示がでました。acceptとあるのでフィルタがかかっていないとの認識してるので
> すが
> 間違えているでしょうか。
> 【atde上でiptables】
> Chain INPUT (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain FORWARD (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain OUTPUT (policy ACCEPT)
> target     prot opt source               destination
> 【】
> [email@hidden (ttymxc0) ~]# iptables --list
> Chain INPUT (policy DROP)
> target     prot opt source               destination
> ACCEPT     0    --  anywhere             anywhere
> ACCEPT     icmp --  anywhere             anywhere
> ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http
> ACCEPT     tcp  --  anywhere             anywhere            tcp 
> dpt:telnet
> ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ftp
> 
> 
> 
> >・そもそもサービスは上がってますか?(netstat -ap とかで確認できませんか
> ?)
> netstat -apコマンドの入力結果は以下の通りでした。
> 【netstat -apコマンドでの確認】
> netstat: invalid option -- p
> BusyBox v1.00 (2009.03.23-04:47+0000) multi-call binary
> 
> Usage: netstat [-laenrtuwx]
> 
> Netstat displays Linux networking information.
> 
> Options:
>         -l display listening server sockets
>         -a display all sockets (default: connected)
>         -e display other/more information
>         -n don't resolve names
>         -r display routing table
>         -t tcp sockets
>         -u udp sockets
>         -w raw sockets
>         -x unix sockets
> 
> ↑の状態ではサービスが上がっていない状態なのでしょうか。
> 
> 私は以下のコマンドで確認しサービスが上がっているものと認識しているのですが
> 間違えていますでしょうか。
> 【netstat -rnコマンドでの確認】
> [email@hidden (ttymxc0) ~]# netstat -rn
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt 
> Iface
> 10.10.10.0      0.0.0.0         255.255.255.0   U         0 0          0 
> eth0
> 
> デフォルトゲートウェイはATDEと揃えています。
> 
> 【ps ax | grep inetdコマンドでの確認】
> [email@hidden (ttymxc0) ~]# ps ax | grep inetd
>  1136 root        572 S   inetd
>  1255 root        512 S   grep inetd
> 
> inetdは起動しています。
> 
> 
> 
> _______________________________________________
> armadillo mailing list
> email@hidden
> http://lists.atmark-techno.com/cgi-bin/mailman/listinfo/armadillo
> 
> 
> 
> 



armadillo メーリングリストの案内