TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:12444] remote FTP question




Dave,

You will want to look at the manpage for hosts.allow. Otherwise, I
think your entry would look something like:

    ftpd: 192.168.1.2 xxx.xxx.xxx.0/255.255.255.0

Which would allow connections to your ftp daemon from a single address
192.168.1.2 and a subnet defined by an address and netmask pair.

> 
> Right now I am simply opening the gate when I get a request via e-mail
> but this is not a workable solution, how do I allow a particular subnet?