Bind Configuration with SafeSquid

Bind Configuration with SafeSquid

Installation procedure for bind in ubuntu

1. Install bind with the command given below
  1. apt-get install bind9 bind9utils
Open /etc/bind/ folder to modify named.conf.options and named.conf configuration files.
Modify the named.conf.options file with the command   
  1. vim named.conf.options
Check whether these parameters are uncommented as shown below-
dnssec-validation no;
listen-on {127.0.0.1;};
auth-nxdomain no;    # conform to RFC1035
//listen-on-v6 { any; };
Modify the named.conf file with this command    
  1. vim named.conf
Add below line at the end of the file
include "/etc/bind/safesquid.dns.conf";
2. Restart bind9 service with the command given below.
  1. /etc/init.d/bind9 restart
* Starting domain name service... bind9                           
OK ]

    • Related Articles

    • Master Slave configuration

      What does Master/Slave mean? In computer networking, master/slave is a model for a communication in which one device or process (known as the master) controls one or more other devices or processes (known as slaves). Once the master/slave ...
    • How to Setup Configuration Sync in a SafeSquid Proxy Cluster

      Overview The lack of configuration synchronization in proxy clusters presents notable challenges. Inconsistencies across proxy servers without automated sync can lead to errors, system vulnerabilities, and inefficient performance. Each server ...
    • Verify the Master Slave Configuration

      What does Master/Slave mean? In computer networking, master/slave is a model for a communication in which one device or process (known as the master) controls one or more other devices or processes (known as slaves). Once the master/slave ...
    • Access Through SafeSquid

      Overview Some remote applications like Remote desktop application (Anydesk and TeamViewer), Download managers, etc. get automatically block if HTTPS inspection is enabled. You don't require any policy or configuration for blocking purpose. Access ...
    • Installing SafeSquid on Various Linux Distributions Using SafeSquid's tar file

      Installation of SafeSquid without SAB using tar file. SafeSquid is a versatile web filtering software that can be installed on various Linux operating systems, including but not limited to Red-Hat, SuSe, and CentOS. This flexibility allows users to ...