24 Mar
2004
24 Mar
'04
12:20
Alle 11:28, mercoledì 24 marzo 2004, John ha scritto:
I run the vsftpd as stand alone because i dont know how to start it through the xinetd.
Well, do you know to apply the wrappers for my vsftpd? I want to legitimate the logins and to be honest i only receive requests from a specific ip.
Then, I think you could use some iptables rules like these: iptables -A INPUT -p tcp --dport 21 -s specific-ip -j ACCEPT iptables -A INPUT -p tcp --dport -j DROP Praise