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

email@hidden
2010年 10月 20日 (水) 09:39:18 JST


中川様

お世話になっております。armadillo500-fx利用者のsuzukiです。
ご返事ありがとうございます。

>・物理的には大丈夫ですか?(ケーブルの種類とか)
クロスオーバーのケーブルを使用しております。

>・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は起動しています。
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://lists.atmark-techno.com/pipermail/armadillo/attachments/20101020/28a7aee3/attachment.html>


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