Re: DNS server Problem

2008-04-14 Thread Wojciech Puchar


I have BIND DNS Server in my freebsd, i keep on searching in google on how
to restart it?


/etc/rc.d/named restart


is there a command to restart it like the squid and dhcp? or there is no
command for it?

Thanks in advanced..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: DNS server Problem

2008-04-14 Thread John Clement
> I have BIND DNS Server in my freebsd, i keep on searching in google on
> how
> to restart it?
> is there a command to restart it like the squid and dhcp? or there is
> no
> command for it?

You might like to try

# rndc reload

Cheers

> Thanks in advanced..
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS server Problem

2008-04-14 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Ruel Luchavez wrote:
> Hi,
> 
> I have BIND DNS Server in my freebsd, i keep on searching in google on how
> to restart it?
> is there a command to restart it like the squid and dhcp? or there is no
> command for it?

That is somewhat different to what you've asked about previously.  You
don't say if you're running the base system version of BIND or one from
ports.

In the former case, you can do:

  /etc/rc.d/named restart

In the latter case, that command should still work, but may not depending
on how it was all set up.  (The bind94 port doesn't come with its own rc
script -- I believe the expectation is that you should use the system script
by setting variables in /etc/rc.conf appropriately)

In either case you should be able to do:

  rndc reload 

so long as you've properly set up /etc/namedb/rndc.conf or /etc/namedb/rndc.key

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREDAAYFAkgDIDUACgkQ3jDkPpsZ+VbMBQCfXxg/zVy3A3WkIFkkCwaaFPBX
UDkAoLVno5AyqfbcBqa9lA/J1IJn+2Iv
=9bI5
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS server Problem

2008-04-14 Thread Mel
On Monday 14 April 2008 11:02:43 Ruel Luchavez wrote:

> I have BIND DNS Server in my freebsd, i keep on searching in google on how
> to restart it?
> is there a command to restart it like the squid and dhcp? or there is no
> command for it?

If you start reading here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/system-administration.html

It will soon answer your question and you will pick up the basics of FreeBSD 
administration very quickly.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DNS server Problem

2008-04-14 Thread Ruel Luchavez
Hi,

I have BIND DNS Server in my freebsd, i keep on searching in google on how
to restart it?
is there a command to restart it like the squid and dhcp? or there is no
command for it?

Thanks in advanced..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"