Apt –get install dhcpd
Mengkonfigurasi pada file /etc/dhcp.conf
Editor /etc/dhcpd.conf
Ubahlah scrib line 4 sampai line 13 seperti scrib berikut :
Option domain-name “kelompok6.com”
Option domain-name-server kelompok6
Option subnet-mask 255.255.255.0;
Devoult-lease-time 600;
Max-lease-time 7200;
Subnet 192.168.10.6 netmask 255.255.255.0{
Range 192.168.10.10 - 192.168.10.50;
Option broadcast-addres .192.168.10.255;
Options routers 192.168.10.1;
}
SETTING MAIL SERVER
pertama anda harus instal paket terlebih dahulu..
apt-get install postfix squirrelmail
wadew..tolong hilangkan exim4..terlebih dahulu!!!
di menu
aptitude lalu enter
setelah semua beres,
anda cukup mengedit file yang berada di main.conf
seperti contoh berikut ini. . . . !!!
#nano /etc/postfix/main.cf
mydestination = maswahyu.maswahyu.sch.id, maswahyu.maswahyu.sch.id, localhost,
maswahyu.sch.id, localhost
mynetwork = 122.0.0.0/8 10.10.10.0/24
#mail_command = procmail -a “$EXTENSION”
inet_interfaces = all
name_mailbox = Maildir/
mydomain = maswahyu.sch.id
#cd /etc/skel
#maildirmake Maildir/
#cd Maildir/
home_mailbox=Maildir/ (ditambahkan)