请教Linux高手几个问题......

请教Linux高手几个问题......

请帮忙解决几个Redhat Linux7.2下架好的FTP server问题:

一.我的系统自动配置的防火墙规则如下,但为什么还无法登陆(除非禁用防火墙),该作什么修改?
# Firewall configuration written by lokkit
# Manual customization of this file is not recommended.
# Note: ifup-post will punch the current nameservers through the
# firewall; such entries will *not* be listed here.
:input ACCEPT
:forward ACCEPT
utput ACCEPT
-A input -s 0/0 -d 0/0 21 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 -i lo -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 2049 -y -j REJECT
-A input -p udp -s 0/0 -d 0/0 0:1023 -j REJECT
-A input -p udp -s 0/0 -d 0/0 2049 -j REJECT
-A input -p tcp -s 0/0 -d 0/0 6000:6009 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 7100 -y -j REJECT
-A input -s 0/0 -d 0/0 -i eth0 -p icmp -j REJECT

二.windows下Ser-U3.0可察看在线连接情况,Linux下如何才能知道用户登陆连接情况?

三.windows下我用DirectUpdate每次上网自动到www.minidns.net更新我的IP(因我是动态IP),Linux下有没有这方面的软件?

特请指教,谢谢!!!
      
1、-A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT?
   -A input -p udp -s 0/0 -d 0/0 0:1023 -j REJECT?
2、who,w,netstat -an,ps aux......
3、还没有注意过,^_^