adding SRV records to a FreeBSD server

Mark Blackman mark at exonetric.com
Thu Mar 17 22:59:27 UTC 2011


Using the standard version query syntax below..

dig +short @ns1.partnershiphp.org version.bind txt chaos

"DNS Server v2090"

She seems to have a DNS server that I'm both unfamiliar with
and unable to find with a search engine.

So, as you say, this is a DNS server question not an OS
question. 

Ola, you must find out which software is being used to provide
DNS name service from this machine before proceeding. 

If 'lsof' is not already installed, as root, install it with

pkg_add -rv http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-4.11-release/All/lsof-4.73.1.tgz

then as root use 

lsof -i :53

to identify the name service binary and current PID on your machine.

With that data, you should be able to ask more specific questions
about managing the name service being used.

- Mark

On 17 Mar 2011, at 21:54, Ilya Kazakevich wrote:

> Hello,
> 
> What name server do you use? I am almost sure you have BIND.
> 
> You must open your zonefile, add SRV record and reload zone.
> I think your zonefile is somewhere in /etc/namedb/
> 
> read bind manual, man named and man ndc (or rndc) to solve your problem.
> Your question is not about freebsd but about BIND.
> http://www.bind9.net/manuals
> 
> 
> 
> On Thu, Mar 17, 2011 at 11:42 PM, Ola Peters <OPeters at partnershiphp.org>wrote:
> 
>> Hi there,
>> 
>> Thanks so much for placing this contact information in your header!  I am
>> trying to add SRV records to my name server, which is a FreeBSD box.
>> 
>> (Output from uname -a):
>> 
>> ns1# uname -a
>> FreeBSD ns1.partnershiphp.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri
>> Jan 21 17:21:22 GMT 2005     root at perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>> i386
>> 
>> I don't have a clue where to start and everytime I make a change, I bring
>> our website down.  Do you have a link or an example to tell me where I can
>> do this?
>> 
>> Thanks so much,
>> 
>> Ola Peters
>> Senior Unix Administrator
>> IT Department
>> Partnership Healthplan of California
>> 360 Campus Lane, Suite 100
>> Fairfield, CA 94534
>> 
>> Phone: (707) 863-4407 | Fax: (707) 863-4349
>> 
>> Email: opeters at partnershiphp.org
>> Our website: www.partnershiphp.org
>> 
>> 
>> ________________________________
>> ~ PHC CONFIDENTIALITY NOTICE ~
>> 
>> The information contained in this document may be privileged, confidential,
>> and protected under applicable law and is intended solely for the use of the
>> individual or entity to which it is addressed. If you are not the intended
>> recipient or the employee or agent responsible for delivering the message to
>> the intended recipient, you are hereby notified that any dissemination,
>> distribution, or copying of this communication is strictly prohibited. If
>> you have received this communication in error, please notify the sender
>> immediately by telephone and destroy the document.
>> 
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscribe at freebsd.org"
>> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list