Posts Tagged ‘bind’

DNS BIND v9.7 Release for Sun Solaris 10 SPARC x64 bit


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

BIND 9.7.0 includes a number of changes from BIND 9.6 and earlier releases. Most are intended to simplify DNSSEC configuration.

New features include:

  • Fully automatic signing of zones by "named"
  • Simplified configuration of DNSSEC Lookaside Validation (DLV).
  • Simplified configuration of Dynamic DNS, using the "ddns-confgen" command line tool or the "local" update-policy option. (As a side effect, this also makes it easier to configure automatic zone re-signing.)
  • New named option "attach-cache" that allows multiple views to share a single cache.
  • DNS rebinding attack prevention.
  • New default values for dnssec-keygen parameters.
  • Support for RFC 5011 automated trust anchor maintenance (see README.rfc5011 for additional details).
  • Smart signing: simplified tools for zone signing and key maintenance.
  • The "statistics-channels" option is now available on Windows.
  • A new DNSSEC-aware libdns API for use by non-BIND9 applications (see README.libdns for details).
  • On some platforms, named and other binaries can now print out a stack backtrace on assertion failure, to aid in debugging.
  • A "tools only" installation mode on Windows, which only installs dig, host, nslookup and nsupdate.
  • Improved PKCS#11 support, including Keyper support and explicit OpenSSL engine selection (see README.pkcs11 for additional details).
Read the rest of this entry »



BIND v 9.6.2 FINALL DNS 64BIT VERSION FOR SOLARIS 10 SPARC EDITION


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Today I released next BIND v 9.6.2 62bit version for Solaris 10 sparc Edition.

It compiled with origin SUN Solaris 10 C/C++ library links and system shared sources without any links to GNU C (GCC) and other kind Free Foundation tools.

You can download it from bellow link:

binary_ready_BIND_9.6.2.tar.bz2

To build right configuration file you can use full reference documentation:

BIND 9 Administrator Reference Manual

 

New features in BIND 9.6.2:

Full NSEC3 support

BIND 9.6 includes support for the NSEC3 record generation as defined in RFC 5155, DNS Security (DNSSEC) Hashed Authenticated Denial of Existence. As an alternative to NSEC, it can prevent walking DNSSEC zones (zone enumeration). It also permits gradual expansion of delegation-centric zones. (NSEC3 has an opt-out bit which lets the zone owner save overhead by skipping over signing delegations to unsigned children zones.)

NSEC3 is not recommended unless there is a pressing need for the features NSEC3 provides. It is expensive for both the server and the client. Most zones do not need the addition expense incured by the use of NSEC3.

 

Read the rest of this entry »



HOW TO INSTALL SOLARIS 10 ×86 ON HP PROLIANT BL460C G6 – PART V


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Network configuration is ready, now we will install “Solaris JumpStart Installation Server”.

PART I
PART II
PART III
PART IV

 

# mkdir -p /Install/Solaris10/

# mkdir /Install/jumpstart

# /cdrom/sol_10_1009_x86/Solaris_10/Tools/setup_install_server /Install/Solaris10/

Now is necessary to customize Solaris 10 install miniroot image to include in it HP Proliant BL460c G6 2 drivers:

 

Broadcom  BCM57710/BCM57711/BCM57711E 10 GigE Driver from BRCMbnxe-4.8.11-solaris10-i386.tar.gz file

HP Smart Array Controller Drive from CPQary3-2.3.0-solaris10-i386.tar.gz file.

Both of this files you can download from HP drivers web site or direct from this link.

 

1) Unpack miniroot image files for each architecture – x86 and amd64:

#/boot/solaris/bin/root_archive unpack /Install/Solaris10/boot/x86.miniroot /var/tmp/x86.miniroot

# rm /var/tmp/x86.miniroot/tmp/AdDrEm.lck

#/boot/solaris/bin/root_archive unpack /Install/Solaris10/boot/amd64/x86.miniroot /var/tmp/amd64.miniroot

# rm /var/tmp/amd64.miniroot/tmp/AdDrEm.lck

2) Unpack HP Proliant BL460c G6 Network and RAID controller drivers in to /var/tmp/Drivers:

# unrar HP_Proliant_BL460c_G6.rar in to /tmp

Read the rest of this entry »



How to install Solaris 10 x86 on HP Proliant BL460c G6 – part IV


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

After success install Solaris 10 x86 64bit we will begin configuring it and Installing "Solaris JumpStart Install Server" for x86pc architecture with DHCP net boot mode support.

This is our example configuration:

IP address of install server: 10.0.0.2

Netmask: 255.255.255.0

Default gateway: 10.0.0.1

 

1) Lets correct /etc/hosts file

After first boot our “/etc/hosts” file will be contain bellow records:

#
# Internet host table
#
::1     localhost       loghost installserver
127.0.0.1    localhost   loghost installserver

 

To stopping warning messages in console from sendmail related to domain name we will add hostname with domain name at the end of last record:

 

127.0.0.1  localhost   loghost installserver   installserver.domain.com

To determine NIC name in Solaris we well user command:

#dladm show-dev

Output must be like this:

vmxnet3s0    link: up    speed: 10000 Mbps   duplex: full

Read the rest of this entry »



BIND 9.6.1-P2 64bit version for Solaris 10 sparc edition


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

BIND 9.6.1-P2 is a SECURITY PATCH for BIND 9.6.1. It addresses a
potential cache poisoning vulnerability, in which data in the additional
section of a response could be cached without proper DNSSEC validation

I just done recompiling DNS server BIND 9.6.1-P2 security updated version for Sun Solaris 10 x64 bit sparc edition binary. It’s fully tested and runned on the Sun Fire T2000 with 16 core SUNW,UltraSPARC-T1 1000MHz. This binary compiled with Sun Studio 12 C compiler and therefore not necessary to use or install addition GnuCC C libraries in to the system. Also for copyright my works I signed all binaries with my contact details.

You can download it from this address:

BIND 9.6-P2 updated and patched version x64 Solaris sparc

 

Developed by Eldar Aydayev ©
UNIX Systems Professional Engineer
Aydayev’s Investment Business Group
E-mail: eldar@aydayev.com
URL: http://eldar.aydayev.com
LinkedIn: http://www.linkedin.com/in/eldar
Phone: +1 (650) 206-2624



BIND 9.6.1-P1 64bit version for Solaris 10 sparc edition (UPDATED)


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

I just done recompiling DNS server BIND 9.6.1-P1 security updated version for Sun Solaris 10 x64 bit sparc edition binary. It’s fully tested and runned on the Sun Fire T2000 with 16 core SUNW,UltraSPARC-T1 1000MHz. This binary compiled with Sun Studio 12 C compiler and therefore not necessary to use or install addition GnuCC C libraries in to the system. Also for copyright my works I signed all binaries with my contact details.

You can download it from this address:

BIND 9.6-P1 updated and patched version x64 Solaris sparc



BIND 9.6.1b1 64bit version for Solaris 10 sparc edition


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

I just done porting DNS server BIND 9.6.1b1 to Sun Solaris 10 x64 bit sparc edition binary. It’s fully tested and runned on the Sun Fire T2000 with 16 core SUNW,UltraSPARC-T1 1000MHz. This binary compiled with Sun Studio 12 C compiler and therefore not necessary to use or install addition GnuCC C libraries in to the system. Also for copyright my works I signed all binaries with my contact details.

You can download it from rapidshare:

http://rapidshare.com/files/232342746/bind-9.6.1b1_ready_compiled_x64bit.tar.bz2.

For correct configuration and additional required settings and administration, please read bellow book:

BIND 9 Administrator Reference Manual

Read the rest of this entry »