Jumat, 11 Juli 2014

Hal-Hal yang dilalukan setelah Install Server

1. Setting IP Address (static)
  # /etc/network/interfaces 

address : 10.10.103.2
network : 10.10.103.0
netmask : 255.255.255.0
broadcast (ip network di kurangi 1): 10.10.103.255
gateway :
/30= 0, 4,8,12
/29= 0,8,16
gateway : 10.10.103.1
dns nameservers : 192.168.12.1
dns nameservers : 8.8.8.8
stelah itu disave .
>> Kemudian kita restart << 
# Service networking restart
>> Setelah itu kita lihat IP eth0 <<
#ifconfig eth0
2.Setting Host + Hostname harus sama
  # /etc/hosts & /etc/hostname 
3.Sinkronisasi waktu
4.Mengatur Repository
# /etc/apt/sources.list

5.meng-update dan upgrade
# /etc/cache/apt/archives/

Membangun DNS Server 
IP Address = Nama Domain

Install paket DNS = bind9
- Menambah domain dan IP
   # /etc/bind/named.conf.local
- File forward= db.1
-File reverse= db.2
-Resolv.conf

2. Web Server= apache2
3. Mail Server= squirrelmail, postfix, courier-imap, courier-pop
     .Install paket aplikasi
     .squirrelmail= apache.conf
    # nano /etc/apache/apache2.conf
Diwah sendiri ditambahkan Include /etc/squirrelmail/apache.conf
  >mengatur /etc/squirrelmail/apache.conf= 80 virtual hostnya di aktifkan dengan menghapus tanda # dan mengganti servernamenya.

 - See more @ http://prakerinblcklaten.blogspot.com/2014/07/cara-seting-dns.html#sthash.zYq4LS71.dpuf

0 komentar:

Posting Komentar