llow::allow specified without a value
Posted: Thu Aug 13, 2009 8:29 pm
allow {
ip *@*;
hostname *@*;
class clients;
password "RoCkz";
maxperip 4;
options {
ssl;
};
allow {
ip *@77.XXX.XXX.XXX;
hostname *;
class clients;
maxperip 6;
};
allow {
ip *@127.0.0.1;
hostname *@services.localhost.net;
class servers;
maxperip 2;
};
};
I dont know what I am missing but on a rehash I get allow::allow specified without a value This looks just like the config I was using before except I changed the order.
ip *@*;
hostname *@*;
class clients;
password "RoCkz";
maxperip 4;
options {
ssl;
};
allow {
ip *@77.XXX.XXX.XXX;
hostname *;
class clients;
maxperip 6;
};
allow {
ip *@127.0.0.1;
hostname *@services.localhost.net;
class servers;
maxperip 2;
};
};
I dont know what I am missing but on a rehash I get allow::allow specified without a value This looks just like the config I was using before except I changed the order.