multiple ip ident@ipmask blocks
Posted: Wed Jun 15, 2005 2:51 pm
my users have more than one ip mask that they are coming from.. i amd oing
allow {
hostname *@nonexist.shit.localho;
ip *@1.2.3.*;
ip [email protected].*;
class clients;
password "asdfad";
maxperip 20;
options {
useip;
};
};
--
why doesn't this work? it only works if i remove one of the IPs.. how can i fix this? thank you.
allow {
hostname *@nonexist.shit.localho;
ip *@1.2.3.*;
ip [email protected].*;
class clients;
password "asdfad";
maxperip 20;
options {
useip;
};
};
--
why doesn't this work? it only works if i remove one of the IPs.. how can i fix this? thank you.