How to start bind service

On September 16, 2010, in BIND, by mike

Redhat / Fedora

You can use the chkconfig command to get BIND configured to start at boot

[root@server]# chkconfig named on

To start, stop, and restart BIND after booting, use:

[root@server]# /etc/init.d/named start
[root@server]# /etc/init.d/named stop
[root@server]# /etc/init.d/named restart

Remember to restart the BIND process every time you make a change to the configuration file for the changes to take effect on the running process.
Debian / Ubuntu

You can use the sysv-rc-conf command to get BIND configured to start at boot

[root@server]# sysv-rc-conf bind on

To start, stop, and restart BIND after booting, use:

[root@server]# /etc/init.d/bind start
[root@server]# /etc/init.d/bind stop
[root@server]# /etc/init.d/bind restart

Even though the startup script and installation package name refers to bind, the name of the daemon that runs is named just like it is with Redhat / Fedora. Also remember to restart the BIND process every time you make a change to the configuration file for the changes to take effect on the running process.

1 Response » to “How to start bind service”

  1. ipad games…

    [...] iPad-Sense.nl – news – ipad games got really easy now that there is a new jailbreak released [...]…

Leave a Reply

Weboy

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Copyright © 2005-2010 Linux Server™. Use of this web site constitutes acceptance of the Linux Server™ Terms of Use and Privacy Policy. en-US Linux is a trademark registered by Linus Torvalds in the United States and other countries.