Linux Tutorials on the topic “bind”
-
Resolving Domains Internally And Externally With Bind9 And Caching Nameserver
Author: nayyares • Tags: bind, dns • Comments: 4Resolving Domains Internally And Externally With Bind9 And Caching Nameserver Some times, we are required to resolve our internal domains on a local nameserver and external (internet) domains on our ISP's nameserver. There are different solutions to this problem, but in this howto, we are going to solve it through configuring a combination of caching-nameserver and BIND 9.
-
Virtual Hosting Howto With Virtualmin On CentOS 5.1
Author: topdog • Tags: antivirus, bind, centos, control panels, dns, email, ftp, mysql, postfix • Comments: 17Virtual Hosting Howto With Virtualmin On CentOS 5.1 This tutorial shows how to set up a CentOS 5.x server to offer all services needed by virtual web hosters. These include web hosting, smtp server with (SMTP-AUTH and TLS, SPF, DKIM, Domainkeys), DNS, FTP, MySQL, POP3/IMAP, Firewall, Webalizer for stats.
-
Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND
Author: msghaleb • Tags: bind, dns, ubuntu • Comments: 9Installing 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.
-
-
Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified)
Author: c0mrade • Tags: apache, dns, centos, bind • Comments: 6Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified) This tutorial explains how you can run your own web server on CentOS 5 with the help of Apache and the BIND name server.
-
Installing A FreeBSD 7.0 DNS Server With BIND
Author: msghaleb • Tags: dns, freebsd, bind • Comments: 3Installing A FreeBSD 7.0 DNS Server With BIND This tutorial shows how to set up a FreeBSD based server that offers DNS services. This tutorial is written for the 64-bit version of FreeBSD, but should apply to the 32-bit version.
-
BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)
Author: mainanoah • Tags: dns, security, fedora, centos, bind • Comments: 2BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS) I am pretty sure most of you guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. I thought I would share with you all one of the quickest solutions systems administrators running BIND 9 can use to help solve this vulnerability in case their systems are vulnerable.
-
How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch
Author: Falko Timme • Tags: dns, security, debian, bind • Comments: 5How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch This article explains how you can fix a BIND9 nameserver on a Debian Etch system so that it is not vulnerable anymore to DNS cache poisoning.
-
NAT Gateway, Iptables, Port Forwarding, DNS And DHCP Setup - Ubuntu 8.10 Server
Author: gibbsj • Tags: dns, ubuntu, bind • Comments: 29NAT Gateway, Iptables, Port Forwarding, DNS And DHCP Setup - Ubuntu 8.10 Server So you are too poor to afford another expensive router and want to do things yourself. You have found the right tutorial! This tutorial will show you how to set up an Ubuntu 8.10 router with NAT, port fowarding, a DNS server and a DHCP server.
-
BIND Installation On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 11BIND Installation On CentOS BIND is alternative software for translating domain names into IP addresses. Because domain names are alphabetic, they are easier to remember. So if we will browse the Internet we don’t need to remember IP addresses. For example, the domain name www.yourdomain.com might translate to 192.168.0.1.
-
Installation Of BIND As A Secondary (Slave) DNS Server On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 6Installation Of BIND As A Secondary (Slave) DNS Server On CentOS After we have installed BIND as a master DNS server (NS1), we can now try to set up a secondary DNS server (NS2) with BIND on CentOS. NS2 acts as a backup if there are problems with NS1.