April 2015

You are browsing the site archives for April 2015.

CentOS – Samba Integration With DNS (PART 28)

LAB 28: SAMBA INTEGRATION WITH DNS – Configurations Install ADDS and DNS on DC2012. Check DNS Server on DC2012. vi /etc/named.conf :set nu zone “dalaris.com” IN {     type master;     file “forward.dalaris.com”;     allow-update {any; }; }   Do the same thing for the reverse zone. Copy forward zone to another block 7 times. zone “DomainDNSZones.dalaris.com” IN… Read more CentOS – Samba Integration With DNS (PART 28)

CentOS – Samba Integration with DNS (PART 27)

LAB 27: SAMBA INTEGRATION WITH DNS We will deploy DNS on the SAMBA server and the Windows Server will use that service. On SAMBA server rpm –qa | grep bind mount /dev/cdrom /media rpm –ivh /media/Packages/bind-9.3.3….rpm rpm –ivh /media/Packages/bind-devel-9.3.3….rpm rpm –qa | grep bind rpm –ivh /media/Packages/bind-chroot-9.3.3-10…rpm rpm –qa | grep bind ifconfig vi /etc/resolv.conf… Read more CentOS – Samba Integration with DNS (PART 27)

CentOS – SWAT Global

LAB 24: SWAT GLOBAL Samba Swat = Web based Samba management for admins rpm –qa | grep samba mount /dev/cdrom /media rpm –ivh /media/Packages/samba-swat-….rpm (Pre-requisites = xinetd-…rpm)   Configurations: ls /etc/xinetd.d/ -l you will see swat file there vi /etc/xinetd.d/swat :set nu port = 901 only_from = 10.0.0.0/24 user = root disable = no  … Read more CentOS – SWAT Global