allow {
ip *@*;
hostname *@*;
class clients;
maxperip 1;
};
allow {
ip *@xx.xxx.x.xx;
hostname *@*;
class opers;
maxperip 5;
};
will this keep 1 connection per host but allow me to connect 4 unit
on local network ?