Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

PDNSD HowTo: A DNS Caching Personal Server

Up
vote
Down

PDNSD is a non authoritative caching DNS server. It maintains a disk cache of the queries that your system performs and subsequent queries will be faster from the cache. It is safe enough to be used on a personal Unix/Linux system as a home Desktop or a Laptop. read more...
permapage | score:9640 | -falko, December 16, 2011

Tutorial: DHCP Server and Dynamic DNS with BIND in Debian

Up
vote
Down

This tutorial will explain Howto setup DHCP Server and Dynamic DNS with BIND in Debian.
First you need to install DHCP, BIND servers using the following command:

#aptitude install dhcp3-server bind9

This will complete the installation.

This is the network configuration of our DHCP/DNS server we are using for our tutorial...
read more...
permapage | score:9183 | -gg234, July 29, 2008

DNS: MX Records Explained

Up
vote
Down

This article is a nice introduction to the DNS MX record and its usage.
The MX record shows that all emails @ mydomain.com should be routed to the mail server at mydomain.com. The DNS record shows that mydomain.com is located at 216.34.94.184. This means that email meant for liz@mydomain.com will be routed to the email server at 216.34.94.184. This finishes the task of the MX record. The email server on that server(say sendmail) then takes over, collects the email and then proceeds to distribute it to the user ``liz''.
read more...
mail this link | permapage | score:8853 | -Ray, December 29, 2005

Tutorial: Install MyDNS-NG, MyDNSConfig on Debian

Up
vote
Down

This tutorial will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Squeeze. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver. read more...
mail this link | permapage | score:8769 | -falko, January 20, 2011

Clean djbDNS DNS Server on CentOS: dnscache, tinydns

Up
vote
Down

What is djbDNS? And why do we use djbDNS? There is a new point of view to serve the dns service - each of the dns server functions is a separate service, like authority, cache, forward and so on. The other difference is the daemon-tools which will rapidly restart services to prevent zombies. read more...
permapage | score:8664 | -falko, August 6, 2010

Tutorial: Install a Bind9 Master / Slave DNS System

Up
vote
Down

In this tutorial two Bind DNS servers will be installed, one as the master and the other as a slave server. For security reasons Bind9 will be chrooted in its own jail. Using two servers for a domain is a commonly used setup and in order to host your own domain you are required to have at least two domain servers. If one breaks, the other can continue to serve your domain. read more...
permapage | score:8654 | -falko, August 28, 2006

Set up BIND9 for separate internal, external DNS service

Up
vote
Down

This tutorial shows you how to configure a BIND9 DNS server to serve an internal network and an external network at the same time with different set of information. To accomplish that goal, a new feature of BIND9 called view is used. As a tutorial it will walk you through the whole set up, but initial knowledge of BIND and DNS is required. read more...
permapage | score:8592 | -falko, March 23, 2006

Tutorial: Build a Web, Email, DNS, MySQL Database Cluster server on Debian 6.0

Up
vote
Down

This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 6 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers and Unison will be used to Sync the /var/www (websites) and /var/vmail (email account data) folders. read more...
permapage | score:8581 | -falko, February 16, 2012

Install PowerDNS, MySQL, Poweradmin on Debian 6

Up
vote
Down

This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Squeeze system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS. read more...
permapage | score:8580 | -falko, August 31, 2011

CentOS 4.6 Server Setup Tutorial: LAMP, Email, DNS, FTP, ISPConfig

Up
vote
Down

This tutorial shows how to set up a CentOS 4.6 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.6, but should apply to the 64-bit version with very little modifications as well. read more...
permapage | score:8500 | -falko, January 10, 2008

Book review: DNS in Action

Up
vote
Down

The book DNS in Action is a guide to DNS implementation, os specific configuration, and administration. This is a practical book for new sys admin and network architects about how to run and configure DNS. Libor Dostalek and Alana Kabelova has done a good work to put together complicated topic such as DNS and its implementation. The entire book is divided into ten chapters.

We humans take advantage of DNS whenever possible by using terms URLs and e-mail addresses. The first chapter explains the basis of DNS and its principles. read more...
mail this link | permapage | score:8484 | -nixcraft, July 12, 2006

Tutorial: Setting Up A DNS Server

Up
vote
Down

An introduction to the Domain Name Service and how to use it..
There are a couple of ``gotchas'' that normally are avoided with name lookups that are often seen when setting up reverse zones. Before you go on you need reverse lookups of your machines working on your own nameserver. If it isn't go back and fix it before continuing.

I will discuss two failures of reverse lookups as seen from outside your network...
read more...
permapage | score:8455 | -Ray, May 11, 2001 (Updated: September 8, 2004)

Smbind: Web management for DNS

Up
vote
Down

Manage your DNS server and tables from a web browser with Simple Managment for BIND (Smbind)...
Smbind is a PHP-based software tool for managing DNS zones for BIND via the web interface. This supports the per-user administration of zones, error checking, and a PEAR DB database backend.
read more...
permapage | score:8420 | -Ray, April 26, 2007

Linux DNS Tutorial

Up
vote
Down

This tutorial describes the basics of the Domain Name System (DNS) that Linux system administrators should know of. Front-ends and quick templates to set up domain records have a place in managing sites, but when confronted with DNS configurations already in existence, nothing can substitute for knowing and using the fundamentals. read more...
permapage | score:8396 | -falko, April 10, 2006

Dynamic DNS on Linux

Up
vote
Down

Need to connect remotely to your Linux system -- but you don't have a static IP address?
The solution is to choose your own hostname for your PC, set up a record for it with a dynamic DNS service provider, and set up your PC to check its own IP address regularly and send an update message to the dynamic DNS server when it changes. Then you can SSH to myhost.unclenatesdomain.org and be assured it will reach your PC.

Choosing which dynamic DNS provider to go with can be as confusing as picking a Web hosting provider...
read more...
mail this link | permapage | score:8298 | -Ray, July 20, 2006

MyDNSConfig 1.0: Manage DNS through a web interface

Up
vote
Down

MyDNSConfig is a free web-interface written in PHP that allows to administrate/create/delete DNS records easily. All data is stored in a MySQL database, and this MySQL database is used by the MyDNS name server to retrieve the DNS records which means: no zone files, no server reloads.

The software lets you manage the following record types:
  • A records
  • ALIAS records
  • CNAME records
  • HINFO records
  • MX records
  • NS records
  • PTR records (for reverse lookups)
  • RP records
  • SRV records
  • TXT records (and therefore also SPF records)
MyDNSConfig has just been initially released in version 1.0.0 under a BSD license and is maintained by the ISPConfig (http://www.ispconfig.org) development team.

The release of the software is accompanied by a HowtoForge tutorial that describes how to install and configure the MyDNS nameserver and MyDNSConfig: http://www.howtoforge.com/mydns_name_server

MyDNSConfig can be downloaded from http://www.mydnsconfig.org. read more...
mail this link | permapage | score:8249 | -falko, February 6, 2006

Tutorial: Multiserver Setup with dedicated Web, Email, DNS MySQL Database Servers on Debian 6 with ISPConfig 3

Up
vote
Down

This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g. if you want to have two mailservers, do the setup steps from chapter 2 on both of these servers. If you want to set up more web servers, then install ISPConfig on all other web servers in expert mode except of the first one. read more...
mail this link | permapage | score:8189 | -falko, October 11, 2011

dnstop: Monitor DNS Server Network Traffic In Real Time

Up
vote
Down

dnstop is a great tool when maintaining a DNS server. Log file can give out required information but dnstop is just like top command for monitoring dns traffic. It is a small tool to listen on device or to parse the file savefile and collect and print statistics on the local network's DNS traffic. You can see information about all DNS clients, DNS queries and much more with this tool. read more...
permapage | score:8171 | -nixcraft, August 4, 2008

Tutorial: DjbDNS on Ubuntu Server 8.04

Up
vote
Down

DjbDNS is a collection of Domain Name System tools. It includes software for all the fundamental DNS operations. This tutorial shows how to set it up on an Ubuntu 8.04 AMD64 server.
When a browser wants to contact www.hotwired.com, it first asks a DNS cache, such as djbdns's dnscache, to find the IP address of www.hotwired.com. Internet service providers run dnscache to find IP addresses requested by their customers. If you're running a home computer or a workstation, you can run your own dnscache to speed up your web browsing.
read more...
mail this link | permapage | score:8171 | -falko, July 14, 2008

Tutorial: A MySQL based DNS Server: MyDNS

Up
vote
Down

In this tutorial I will describe how to install and configure MyDNS, a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. This has the advantage that you can easily use web-based frontends to administrate your DNS records. You could even write your own frontend, e.g. using PHP, to interact with the MyDNS database. MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted! This is a major advantage.

I will also show how to set up a secondary DNS server, but I will not use normal zone transfers to get the records from the primary to the secondary DNS server; instead, I will use MySQL database replication. I will simply replicate the data from the primary to the secondary server.

There are multiple web frontends to MyDNS. Of course, you can use phpMyAdmin for the MyDNS administration, or you can use the web frontend that comes with MyDNS (which is not for beginners because it lacks the field descriptions), or you can use MyDNSConfig, a tool written by myself. I will show how to install each of them. read more...
mail this link | permapage | score:8094 | -falko, January 23, 2006
More articles...
Abstract Art by Ray Yeargin

Selected articles

Apple DIY Repair

Closed Source Linux Distribution Launched

The life cycle of a programmer

Missing the point of the Mac Mini

Apple to Intel move no threat to Linux

The Supreme Court is wrong on Copyright Case

Tutorial: Introduction to Linux files

Space Tyrant: A multiplayer network game for Linux

MiniLesson: An introduction to Linux in ten commands

Currency Traders Telnet Game

Linux dominates Windows

Programming Language Tradeoffs: 3GL vs 4GL

Librenix T-Shirts and Coffee Mugs!

Download: Linux 3D Client for Starship Traders

The Network Computer: An opportunity for Linux

Hacker Haiku

Space Tyrant: A threaded C game project: First Code

How to install Ubuntu Linux on the decTOP SFF computer

Space Tyrant: A threaded game server project in C

Why Programmers are not Software Engineers

No, RMS, Linux is not GNU/Linux

VPS: Xen vs. OpenVZ

Why software sucks

Linux vs. Windows: Why Linux will win

The short life and hard times of a Linux virus

Beneficial Computer Viruses

Microsoft to push unlicensed users to Linux

Shadow.sh: A simple directory shadowing script for Linux

The Real Microsoft Monopoly

Space Tyrant: Multithreading lessons learned on SMP hardware

Scripting: A parallel Linux backup script

Mono-culture and the .NETwork effect

Graffiti Server Download Page

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin