If you noticed that named (bind) is only listening on the server IP, and not all IPs, it's likely that the startips bootup script was run after named was loaded. Â To ensure named listens on all IPs, then you simply need to nudge the boot sequence back for named such that it starts up slightly after startips is run.
For example, on debian, you can type:
update-rc.d -f named remove
update-rc.d named defaults 25 20