In my csf.allow file I have (something like):
98.765.43.21
tcp:in:d=20:s=12.345.67.89
tcp:in:d=21:s=12.345.67.89
Am I right in thinking that this will 1) always allow any service for 98.765.43.21 2) deny incoming FTP connections on tcp ports for all IPs except 12.345.67.89 ?
The first IP (98.765.43.21) does not seem to deny anything, while the second two definitions seems to deny all other IPs from accessing those specified services. Is this correct?