nsd

  1. bvdw78

    NSD, dnstap and logstash

    Hi all, I'm exploring an authoritative DNS setup based on nsd. This server supports dnstap for logging. I'd like to ship those logs to Logstash which is running remotely. The dnstap format is binary but some tools are floating around that can parse this into something structured that Logstash...
  2. wekers

    update to NSD version: 4.10.0 hangs

    Hi all, after update NSD to version: 4.10.0, its crashing after start, no logs. and nsd-checkzone say "Illegal instruction (core dumped)" PS: without add "zone:" in nsd.conf start ok FreeBSD 13.3-RELEASE-p4 $ truss nsd-control status connect(3,{ AF_INET 127.0.0.1:8952 },16) ERR#36...
  3. subnetspider

    Which DNS server software?

    Hello everyone, I want to migrate my current DNS server from a Windows Server to FreeBSD. The DNS server should have the following features: Authorative DNS (for my Internal network only) Resolving DNS High Availability So far I have found named (aka. BIND9) and nsd + local-unbound as...
  4. D

    nsd-control rebuild. error: connect (127.0.0.1@8952): Connection refused

    Hi I am trying to set up a mail system and using nsd as a name server. I think I need to make changes to nsd.conf, but get the error above. NSD seems to start OK, the log shows no errors. after nsd-control start the command nsd-control rebuild gives error . error unknown command 'rebuild'...
  5. MMacD

    NSD: persistent reverse lookup format errors

    I've followed several examples on the net (mit, calomel, et) yet cannot create an error-free SOA record. The SOA record currently looks like $ORIGIN local.lan. $TTL 24H 0.168.192.in-addr.arpa. IN SOA momcat.local.lan. root.local.lan. ( 20160631 ; sn...
  6. MMacD

    rc.conf-aliased nics: how to reflect in nsd?

    How, if at all, should I reflect in nsd's config, forward and reverse lookup files an ip alias in rc.conf? E.g., if I have some entry ifconfig_igb0_alias0="inet 172.16.1.96 netmask 255.255.255.255" to which I want to assign a hostdomain name alias as well, how do I reflect that? Just treat it...
  7. D

    SRV records with NSD and Unbound

    Hi All, I am trying to create SRV records in the NSD zonefile for network services. Is this possible with NSD and Unbound running on FreeBSD 11.2? The format I am using looks like this: ;SRV Records _cisco._tcp IN SRV 10 10 5060 cpub.example.com. _login._tcp...
  8. J

    PF redirection from a port to another

    Hi there, I'm too new to BSD and pf so I can't accomplish the following task and receiving generic "syntax error", maybe because of tables or macros. Here's the scenario: a server in DMZ with unbound (serving as resolver to other machines in DMZ) and NSD (authoritative for an Internet domain)...
  9. toorski

    I want to run self-hosted DNS server as a learning project

    Hi and Hello, ATM, I run my wannabe_dot_net with 5 Static Public GW-IP(s). I utilize only one of those IP’s for my domain name with DNS provided by joker.com. It supports few of my TCP/IP services (HTTPD, SMTPD, and SSHD) running in jail with the Public IP. Tho, I have 4 more Public IPs left...
  10. selflessscoundrel

    NSD configuration for Authoritative name server

    Ok, so I am having weird issues with NSD. I thought they were firewall issues but my pf rules seem good. To rule out firewall issues, I disabled pf and installed nsd on the main server instead of in any kind of jail. Once I have my config and zone file set, I run service nsd start and when I...
  11. selflessscoundrel

    PF PF port forwarding to jail running NSD on port 53

    So, I'm probably overcomplicating things but the purpose of this exercise is as much functional as it is educational. I set up a jail using ezjail for my nameserver and assigned it an IP of 192.168.0.4 on a local loopback interface lo1 The nsd daemon in the jail is running on port 53 I'm...
  12. `Orum

    Solved Starting daemons in a particular order in rc.conf?

    I've been trying to speed up the booting of one of our DNS & monitoring servers, as it takes an exceptionally long time. Looking at it while it boots, it seems to hang for a long time when starting smokeping. Looking even closer, I noticed unbound starts, then smokeping, and then nsd. The...
  13. S

    What should the nameserver of the nsd server be set to?

    As the authoritative server nsd, what should its own nameserver value be? NSD /etc/resolv.conf nameserver 127.0.0.1 ? or nameserver 127.0.0.1 nameserver Unbound server IP ? If 127.0.0.1 only specified, it cannot resolve Internet hosts and then cannot update system or update ports...
  14. olafz

    dns/nsd: IPv6 problem

    Hello *, in my nsd.conf I have configured: server: # Number of NSD servers to fork. Put the number of CPUs to use here. server-count: 1 ip-address: 31.220.7.66 ip-address: 2a00:1a28:1157:35c::8c7d outgoing-interface: 2a00:1a28:1157:35c::8c7d...
  15. samsam9988

    NSD DNS server in FreeBSD 10

    I have setup NSD in FreeBSD 10, it listening to the public IP address only. When I ping its domain name from another ISP network, only the www.*.com works, but others are failed with error message Host name lookup failed Here is nsd configuration: nsd.conf: server: # this is the IP address...
  16. Z

    Pointers on NSD

    Greetings to all, I hope this message finds you all well. I am looking for some pointers as far as installing NSD on FreeBSD. I am in the process of migrating my current settings: OS X Server to FreeBSD 9.2. I am on the testing phase a we speak. I have already migrated Unbound and I have to...
  17. Chris_H

    Question(s) re: dns/nsd build option(s)

    Greetings, I'm looking at the DNS server port dns/nsd. As I examine the Makefile, I'm wondering about one of the options -- actually more, but this one first. ROOT_SERVER_DESC= Configure as a root server While its description above is somewhat misleading; it translates to: Configure NSD as...
  18. G

    NSD upgrade breaks chroot

    Hi, After upgrading NSD to 3.2.16 (from ports), the chroot option doesn't work anymore. # service nsd start Starting nsd. nsd[56357]: error: /usr/local/etc/nsd is not relative to /usr/local/etc/nsd/: chroot not possible nsd startup failed. Note that I haven't changed anything in the...
Back
Top