» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with dns + Ubuntu

Howto Dump and view the cache of BIND9 DNS server

Bind 9 makes it fairly easy to dump and view the cache of a caching BIND DNS server. All you have to do is run under root:


rndc dumpdb -cache

This will create a file called named_dump.db in the /var/cache/bind/ directory. You can easily open this .db with your favorite text editor.

** If your instance of BIND is chrooted, for example to /var/lib/named/, then the cache dump file will be located in the /var/lib/named/var/cache/bind/ directory.

** The dumpdb feature of rndc has other options including a -all or -zone flag. Check 'rndc --help' for more information.

Ubuntu: OnlyUbuntu Tutorials

Howto Dump and view the cache of BIND9 DNS server

Bind 9 makes it fairly easy to dump and view the cache of a caching BIND DNS server. All you have to do is run under root:


rndc dumpdb -cache

This will create a file called named_dump.db in the /var/cache/bind/ directory. You can easily open this .db with your favorite text editor.

** If your instance of BIND is chrooted, for example to /var/lib/named/, then the cache dump file will be located in the /var/lib/named/var/cache/bind/ directory.

** The dumpdb feature of rndc has other options including a -all or -zone flag. Check 'rndc --help' for more information.

Ubuntu: Only Ubuntu

Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy

Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy

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.

Read more...

Linux: Linux How-Tos

Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy

Perfect DjbDNS Setup On Ubuntu Server 8.04 (amd64) Hardy

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.

Read more...

Linux: Howtoforge

Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND

Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND

This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) based server that offers DNS services. This tutorial is written for the 32-bit version of Ubuntu 8.04 LTS, but should apply to the 64-bit version.

Read more...

Linux: Linux How-Tos

Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND

Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND

This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) based server that offers DNS services. This tutorial is written for the 32-bit version of Ubuntu 8.04 LTS, but should apply to the 64-bit version.

Read more...

Linux: Howtoforge

The Perfect Server - Ubuntu Gutsy Gibbon (Ubuntu 7.10)

Servidor DNS BIND, Apache, php, MySQL, ProFTPd, Courier POP3/IMAP

Postfix: del.icio.us/tag/postfix

Explotación de Redes

Un curso completo de como instalar servicios de red en debian/ubuntu

Samba: del.icio.us tag/samba

MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10

MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10

In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. 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...

Linux: Howtoforge

Guia Ubuntu Dapper - Interoperabilidad con Windows

Categoría:Interoperabilidad con Windows De Guía Ubuntu Dapper Saltar a navegación, búsqueda Es posible tener una máquina donde cohabitan diferentes sistemas operativos, habitualmente Windows con tu sistema Ubuntu. Esta categoría intenta tratar

Samba: del.icio.us tag/samba

Local DNS Cache for Faster Browsing « Ubuntu Blog

A DNS server resolves domain names into IP addresses. So when you request “google.com” for example, the DNS server finds out the address for the domain, and sends your request the right way. You can run a DNS cache on your computer. This will speed up

opensource: del.icio.us tag/opensource