Kamis, 08 November 2012

SO: Setting if Address Reviewed by Esemka Date 11/08/2012 05:10:00 AM

SO: Setting if Address

Setting  if Address

Langkah utama masuk ke terminal , ketik SU untuk masuk sebagai admin masukan password
Edit script untuk IP Address dengan memasukan 
Perintah root@Sandimulyadi:/home/sandimulyadi#nano/ect/network/interfaces
# This file describes the network interface avaible on Your system
# and how to active them for more information,
# The loopback network interface
Auto lo
Iface lo inet loopback
Menjadi (tambahkan script berwarna merah)
# This file describe the network interface avaible on your system
# and how to active them for more information ,see interface(5)
Auto lo
Iface lo inet loopback
#The local network interface
Auto et0
Iface eth0 inet  static
                Address 192.200.27.1     //IP Address
                Network 255.255.255.0  //network
                Network 192.200.27.0    //network
                Broadcast 192.27.255      //Broadcast
                Gateway 192.200.27.1    //DNS server
Untuk menyimpan lakukan kombinasi tombol ctrl-0
Kemudian enter
Setelah lakukan kombinasi tombol ctrl+x lalu enter
Buat eth0 menjadi on (deafult)
root@sandimulyadi:/home/sandimulyadi# if config eth0 up
Lakukan restert pada network dengan perintah:
Lihat apakah pengaturan sudah berhasil
root@sandimulyadi:/home/sandimulyadi# if config

Domain Name Sistem (DNS)
Instalasi
Debian-server:/home/medikacom#apt-get install bindg
Debian-server:/home/medikacom# nano/ect/bind/named.conf

Zone “medikacom.sch.id” in{
Type master;
File”db.medikacom”;
};

Zone “Profilku.com”IN {
                Type master;
                File “db.Profilku”;
};
Zone “50;168.192.In-addr.arpa” IN {
                Type master;
                File”db.reserve”;
Include “/ect/bind/named.Conf.local”;
Membuat File Forward medikacom.sch.id
Debian-server:/home/medikacom# cd/etc/bind
Debian-server:/etc/bind# cp db.local/var/cache/bind/db.medikacom
Debian-server:/etc/bind# nano/var/cache/binf/db.medikacom
$ TTL 604800
@IN SOA NSI Medikacom.sch.id root
                “titik” di akhir domain
@ IN A 192.168.50.1
NS1 IN A 192.168.50.1
www IN CNAME NS1      ;Jika ingin membuat sub domain

Membuat File Forward Profilku.com
Debian-serer:/home/Medikacom#cd db.local/var/cache/bind/
Debian-serer:/etc/bind#cd db.local/var/cache/bind/db.profilku
Debian-serer:/etc/bind #nano/var/cache/bind/db.profilku
$ TTL 604800
@ IN SOA ns1.profilku.Com.root.ns1.Profilku.com.(
                2              ;               serial
                60480    ;               Refresh
                86400    ;               retry
                2419200;              expire
                604800  ;               Negative cache TTL
                ;
@            IN           NS          ns1.profilku.com.;tambahkan”bbk’diakhirkan domain
@            IN           A             192.168.50.1
Ns1        IN           A             192.168.50.1
www.    IN           A             ns1

Membuat File Reverse
Debian-serer:/home/Medikacom#cd db.local/var/cache/bind/
Debian-serer:/etc/bind#cd db.local/var/cache/bind/db.reverse
Debian-serer:/etc/bind #nano/var/cache/bind/db.reverse
$ TTL 604800
@ IN SOA ns1.medikacom.sch.id              rout.ns1.medikacom.sch.id.(
                1              ;               Serial
                604800  ;               referesh
                86400    ;               retry
                2419200;              expire
                604800  ;               negative cache TTL
@ IN NS               Medikacom.sch.id.;ingat”titk”





Terimakasih Anda telah membaca tulisan / artikel di atas yang berjudul : SO: Setting if Address jangan lupa komen dan berbagi :)

Tidak ada komentar :

Posting Komentar