易截截图软件、单文件、免安装、纯绿色、仅160KB

linux vsftp问题,大家进来帮帮忙 谢谢

问题是这样的,我这样配置iptables的
iptables -F
iptables -X
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables -A INPUT -p tcp --dport 21 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 21 -j ACCEPT
iptables -A INPUT -p tcp --dport 20 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 20 -j ACCEPT
这样配置有错吗?为什么ftp到登陆框 输入账号密码以后 就不行了 进不了ftp 是不是还需要其他什么端口,关掉防火墙是可以的  还有就是假如关掉防火墙 在重新开启  iptables的配置会还原成初装状态的  为什么。谢谢大家


都去吃饭了吗  怎么没有人来帮帮我啊

设置vsftp用PORT FTP模式, 这样就会固定的数据连接20端口, 否则PASV FTP模式会随机端口跟客户端传数据(端口由客户端指定)

多谢楼上的指导,不过能否详细点的说  我是新手 谢谢

http://vsftpd.beasts.org/vsftpd_conf.html

refer to the following configuration options.

HTML code:

pasv_enable
Set to NO if you want to disallow the PASV method of obtaining a data connection.
Default: YES

pasv_promiscuous
Set to YES if you want to disable the PASV security check that ensures the data connection originates from the same IP address as the control connection. Only enable if you know what you are doing! The only legitimate use for this is in some form of secure tu


相关问答:

关于LINUX操作系统的安装

    我没有安装操作系统的经验,即使是WINDOWS。现在想在LINUX操作系统大环境下学C语言,又要买本本,请问如果操作系统安装不当,会不会对电脑造成什么大的破坏?有没有必要先买一个二手电脑练一下LINUX的 ......

Linux 2.4.20-8 升级到 Linux 2.6.18之后的问题

升级成功了,但是在2.6.18很多modules都未加载,例如usb-storage,cdrom等等。
手动modprobe很多都不能加载成功,请问该怎么处理??
http://blog.chinaunix.net/u1/40912/showart_354070.html

我刚接触,看不 ......

Linux Socket HTTP请求的问题,高手进!

小弟最近需要一个用socket获取html文档的代码,但是老是不能获取完整的html源码。原因不明,望高手指点!
C/C++ code:

char *Http_GET(char *host,int port,char *data) //发送GET请求
{
char response[2 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号