Bind to INADDR_ANY

Mark K. Pettit pettit at yahoo-inc.com
Wed Jan 11 02:38:36 UTC 2012


On Jan 10, 2012, at 5:53 PM, Doug Barton wrote:

> On 01/10/2012 17:34, Mark K. Pettit wrote:
>> In my environment (FreeBSD) we've worked around this problem (just recently, in fact), and I can provide more details if there's any interest.
> 
> well I'm definitely interested. :)

The short answer is we wrote a script that basically does this:

  sysctl net.inet.ip.portrange.reservedhigh=52
  rndc reconfig
  <wait until the new IP is working>
  sysctl net.inet.ip.portrange.reservedhigh=1023

Then run that script as root whenever we add a new IP to a host.




More information about the bind-users mailing list