About FTP&Telnet

由 Mengwh 在 03-26-2004 09:08 发表:

**About FTP &Telnet **

我新安装了Linux8.0,网卡已经设置好,可以上网.也可以ping的到其他的机器,但是我发现,外面的机器无法ftp和Telnet这台linux主机.为什么啊?是不是linux里面防火墙的设置的关系呢?还是需要配制其他的文件??


由 dancingpig 在 03-26-2004 12:37 发表:


都可能有关系


由 Bomber 在 03-26-2004 14:11 发表:


如果自己telnet或ftp自己可以的话

一般都是防火墙的问题了

用下面几个命令把iptables的规则全删除了试试,可能就可以了

iptables -P INPUT ACCEPT

iptables -P FORWARD ACCEPT

iptables -P OUTPUT ACCEPT

iptables -F -t filter

iptables -F -t nat

iptables -F -t mangle

iptables -Z

iptables -X

相关的防火墙知识来这里看看

http://cmpp.linuxforum.net/NetSnake/


由 harrypotter 在 03-26-2004 14:13 发表:


顺便提一下,ftp-server和telnetd装了没有?是否在运行?

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus