Samba AD on CentOS7: Difference between revisions

From SambaWiki
Line 12: Line 12:


=Installation=
=Installation=
The installation is based on CentOS7 Minimal ISO, you should update the system, and install basic tools.
yum update
yum install -y vim wget
==Pre-Setup==
==Pre-Setup==

Revision as of 11:37, 20 August 2015

This page describe Samba4 Active Directory installation on CentOS. The environment is composed of 2 DCs with replication, and one fileserver.

Enviroment

dc1.domain.com.br
192.168.1.1
dc2.domain.com.br
192.168.1.2
fileserver.domain.com.br
192.168.1.3

Installation

The installation is based on CentOS7 Minimal ISO, you should update the system, and install basic tools.

yum update
yum install -y vim wget

Pre-Setup