1850114 Members
6651 Online
104050 Solutions
New Discussion

Re: FTP and security

 
Valkiria Santos
Frequent Advisor

FTP and security

Hello all,

I have a server for ftp, I want "only one" host conect from ftp to this server, for another host , including Internet users, I want close conections for ftp (and others services also, like telnet). I try configure something at /var/adm/inetd.sec but not obtain success. My O.S are 10.20 and 11.00.

Regards,
Valkiria
4 REPLIES 4
Vincenzo Restuccia
Honored Contributor

Re: FTP and security

Add line in /var/adm/inetd.sec
ftp allow 10.10.193.1 10.10.193.9 10.10.193.80 10.10.193.101 10.10.193.71,
after inetd -c for refresh.
Thierry Poels_1
Honored Contributor

Re: FTP and security

hi,
you're on the right track, like Vincenzo stated. Also found ftp-data in my inetd.sec, don't know is that one is relevant too :

ftp allow 1.1.1.1
ftp-data allow 2.2.2.2

good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Valkiria Santos
Frequent Advisor

Re: FTP and security

thanks for all, I already use this form but made the test way wrong! Now all thats good.
Vincenzo Restuccia
Honored Contributor

Re: FTP and security

Valkiria,points???