Date: Fri, 25 Jul 2014 10:18:16 -0700
From: John Nemeth <jnemeth%cue.bc.ca@localhost>
To: 6bone%6bone.informatik.uni-leipzig.de@localhost,
current-users%netbsd.org@localhost
Subject: Re: bind-9.10.0pl2 rrl issue?
On Jul 25, 1:49pm, 6bone%6bone.informatik.uni-leipzig.de@localhost wrote:
}
} I updated from bind99 to bind910. The bind910 doen't accept the rrl
} configuration.
}
} The following configuration will be accepted:
}
} rate-limit {
} responses-per-second 50;
} window 5;
} }
}
} but the following configuration is rejected:
}
} rate-limit {
} responses-per-second size 4000 5;
} window 5;
} }
}
}
} the logfile reports:
}
} Jul 25 13:32:55 augate named[5689]: starting BIND 9.10.0-P2
} Jul 25 13:32:55 augate named[5689]: loading configuration from
'/etc/named.conf'
} Jul 25 13:32:55 augate named[5689]: /etc/named.conf:28: expected number near
'size'
} Jul 25 13:32:55 augate named[5689]: loading configuration: unexpected token
} Jul 25 13:32:55 augate named[5689]: exiting (due to fatal error)
}
} line 28 is: responses-per-second size 4000 5;
}
}
} Any ideas what could be the problem?
As the error message says, the syntax is invalid. See sections
6.2.15 and 6.2.16.21 of ARM. ARM (Administrator Reference Manual)
for BIND 9.10 can be found at
http://www.isc.org/downloads/bind/doc/bind-9-10/ .
}-- End of excerpt from 6bone%6bone.informatik.uni-leipzig.de@localhost