If I added options noident it worked just fine.
Code: Select all
allow {
ip *OTECH@*;
hostname *OTECH@*;
class opers;
password "test";
maxperip 30;
options {
noident;
};
};