Minggu, 29 November 2009

kelas IP

ROUTER 3 NETWORK DENGAN 33 KELAS IP

Senin, 23 November 2009

Installasi Microsoft DNS

Installing Microsoft DNS

Use the following steps to install DNS on your Windows NT 4.0 Server:
  1. Click the Start button, point to Settings, and then click Control Panel. Double-click the Network icon, and then click the Services tab.
  2. Click Add, select Microsoft DNS Server from the Select Network Service dialog box, and then click OK.
  3. Type the location of your Windows NT source files, click OK, and then click Close.

    NOTE: If you have any service packs installed, you will need to re-apply your service pack before restarting your computer.
  4. Restart your computer.

Configuring Microsoft DNS

Gathering Information:

Before you actually begin configuring the DNS server, there is some basic information you will need. Some of this information must be approved by Internic for use on the Internet, but if you are configuring this server for internal use only, you can then decide what names and IP addresses to use. You will need:
  • Your domain name (must be approved by Internic)

  • The IP address of each server for which you wish to provide name resolution

  • The host names of each of the servers in step above
NOTE: The servers in the step above may be your mail servers, any public access servers, FTP servers, WWW servers, and so on.

For example, use the following information (substitute your actual information where appropriate):
   Domain Name: 
Servers: 192.168.50.11
192.168.50.12
192.168.50.12 (notice the same IP
address)
192.168.50.15

Creating Your DNS Server:

Using the information above, configure your Microsoft DNS server by doing the following:
  1. Click the Start button, point to Programs, point to Administrative Tools, and then click DNS Manager.
  2. From the DNS menu, click New Server.
  3. Type the IP address of your DNS server in the Add DNS Server dialog box (192.168.58.15 in the example information), and then click OK.
NOTE: It is not necessary to restart the DNS server for changes to your zones to take effect. All that is required is for the server data files to be updated using the following step:
  • In DNS Manager, right-click your DNS server, and click Update Server Data Files.
Creating Your Reverse Lookup Zone:

Some applications use a reverse query to a DNS server to find the host name of a host when it has the IP address of the computer. You must configure a reverse lookup zone to provide this capability.

NOTE: Reverse lookup zones may not be necessary in your network, but it is recommended that one be present. NSLOOKUP run on the DNS server will fail if no reverse lookup zone is configured.

To create a reverse lookup zone, perform the following steps:
  1. In DNS Manager, right-click your DNS server, and then click New Zone.
  2. Click Primary from the "Creating New Zone for" dialog box, and then click Next.
  3. The Zone Name is derived from your IP network address. In the example information, the Zone Name is 58.168.192.in-addr.arpa. Type your reverse zone name (the least significant part of the IP address, and work toward the most significant part of the address). For example:
       If your network ID is:         Then your reverse zone is:

    10.0.0.0 10.in-addr.arpa
    130.20.0.0 20.130.in-addr.arpa
    250.30.203.0 203.30.250.in-addr.arpa

    NOTE: The syntax of the reverse lookup zone is imperative to its operation.
  4. After you type the reverse lookup zone name, press Tab and the reverse lookup zone file name will automatically fill in using the zone name in step 3 appended by ".dns" (without the quotes).
  5. Click Next, and then click Finish.
Creating Your Forward Lookup Zone:
  1. In DNS Manager, right-click your server, and then click New Zone.
  2. Click Primary Zone, and then click Next.
  3. Type the Zone Name for your DNS domain. This is the domain name that is registered with Internic ( in the example).
  4. Press Tab, click Next, and then click Finish.
When you have created the forward lookup zone, you should see three records automatically created in that zone: the NS record, the SOA record, and an A record. If you do not have all three of these, you may want to verify that your DNS settings in your TCP/IP properties are configured correctly (click the Start button, point to Settings, click Control Panel, and then double-click the Network icon).

NOTE: The A record will only be created if the zone name matches the domain name.

Adding Host Records to Your Forward Lookup Zone:

The A record for your DNS server should have been automatically created. However, DNS Manager does not automatically create the PTR record in the reverse zone for the DNS server. The simplest way to correct this is to use the following steps:
  1. Right-click the A record for your DNS server, and then click Delete Record.
  2. Click Yes in the confirmation dialog box.
  3. Right-click your forward zone, , and then click New Host.
  4. Type the host name of your DNS server and the IP address.
  5. Click Create Associated PTR Record to enable it and click Add Host.
  6. Click Done.
NOTE: Repeat steps 3-5 above for all of the servers that you want to add to your DNS domain.

To verify the PTR records are created successfully, right-click the reverse lookup zone 58.168.192.in-addr.arpa, and then click Refresh.

Configuring Other Record Types

A DNS server can be responsible for several different record types. Some of them include, but are not limited to the following: A, CNAME, HINFO, MX, NS, and SOA. For details on these and other record types, please refer to the DNS white paper mentioned earlier in this article.

Creating A CNAME Record:

A CNAME record allows you to use multiple names for the same IP address. This way, you can have users access the same server for separate functions, such as FTP1.domain.com and WWW.domain.com. Before you can create the CNAME record, you must first have an A record, as described earlier.

To create a CNAME record, perform the following steps:
  1. Right-click your forward zone, , and click New Record.
  2. Select CNAME Record from the Record Type list box in the New Resource Record dialog box.
  3. Type an alternate name for access to this computer. For example, in the sample information earlier in this article, WWW is an alternate name for FTP1.domain.com.
  4. Type the original host name in "For Host DNS Name." For example, .

    NOTE: It is important to use the fully-qualified domain name (FQDN) for the originating host DNS name.
  5. Click OK.
Now when your users make a query for either of these host names, your DNS server will return the same IP address.

Creating an MX Record:

An MX Record is a Mail Exchange record that points mail programs to your mail servers. To create an MX record, perform the following steps:
  1. Right-click your forward lookup zone, and then click New Record.
  2. Select MX Record from the Record Type list box in the New Resource Record dialog box.
  3. The Host Name (Optional) field is used for the host name of the mail server. However, if you want users to be able to send mail to your domain using the format USER@Domain.com, then leave the Host Name field blank. NOTE: If the MX record contains the hostname, sending mail to user@domain.com may not work. There are three ways to resolve this. First, remove the hostname from the MX record as described in step 3. Second, after the MX record is created with the hostname, create an "A" record for the domain that has no hostname. Third, delete the existing MX record and re-create as described in steps one through six in the Creating an MX record section of this article.
  4. Type the FQDN of the mail server in the Mail Exchange Server DNS Name, for example, Mail.domain.com.

    NOTE: There is a trailing dot, ".", after the Mail Exchange Server DNS Name. The FQDN that is used for the Mail Exchange Server must have a corresponding A record for that domain. If the Mail Exchange Server is a different computer than the DNS Server, the DNS Server must know where to redirect the mail traffic.
  5. The Preference Number is any number from 0 to 65535. In the case of multiple mail servers, this number identifies which mail server is to be used first. The lower the preference number, the higher the priority.
  6. Click OK.
For additional information, please see the following article in the Microsoft Knowledge Base:

Sabtu, 07 November 2009

Instalasi Aplikasi server Menggunakan ClarkConnect

Instalasi Aplikasi server Menggunakan ClarkConnect


Prakata ClarkConnect adalah Software yang mudah digunakan untuk membangun dan mengatur server dedicated dan Gateway Internet Tutorial Instalasi ini akan memandu Anda mulai proses instalasi dan memngontrol ClarkConnect menggunakan antar muka berbasis web, Anda harus memiliki kemampuan untuk menginstall software dan dasar-dasar pengetahuan dalam jaringan Download ISO dan Menjadikan CD Jika Anda sudah memiliki CD ClarkConnect maka Anda bisa melompati langkah berikut. Pada pendistribusiannya ClarkConnect bisa Anda download dari websitenya yaitu pada halaman berikut : File ClarkConnect antara 250MB sampai 400MB tergantung pada media berapa lama bisa di download dari servernya, kalau Anda sudah mendownloadnya harus Anda cek integritas filenya dengan mencocokkan perhitungan MD5 dengan yang di tampilkan pada website downloadnya. Beberapa software bisa Anda gunakan untuk mengubah file ISO menjadi CD, diantaranya Nero, Anda harus melakukan perintah “burn image to disk” yang akan melakukan perintah penulisan ke CD dan membuat struktur seperti CD aslinya. Untuk mengetahui lebih detail masalah proses penulisan file ISO untuk menjadi And bisa melihatnya di : Jika Anda mengunakan linux maka bisa menggunakan perintah Installasi ClarkConnect Pastikan system di computer Anda bisa melakukan proses booting dari CD. Peringatan di bawah ini akan muncul untuk memastikan tidak ada data yang penting pada harddisk Anda, karena ClarkConnect akam menformat semua isi hardisk. Saat instalasi Anda masih membutuhkan keyboard dan monitor untuk menjalankan perintahnya, ketika sudah selesai anda bisa melakukannya dengan remote. Langkah demi langkah sebagai berikut 1. Masukkan CD installer yang sudah siap, pastikan system melakukan proses boot dari CD, maka akan muncul tampilan layar berikut. 2. Ada dua pilihan yaitu Upgrade system atau melakukan proses instalasi awal. Silahkan isikan “linux” setelah kalimat boot. Jika anda memilih “rescue” ditujukan untuk kesalahan yang terjadi pada saat instalasi contohnya memasang HDD lebih dari satu 3. Setelah Anda mengetikkan “linux” dan menekan tombol enter maka akan muncul tampilan layar sebagai berikut 4. Jika muncul layar di samping ini anda silahkan pilih bahasa yang dugunakan pada proses instalasi kemudian tekan tab lalu tekan enter 5. Tampilan berikut adalah konfigurasi type keyboard yang kita gunakan. Pilih “us” tekan tombol tab, pada tombol OK tekan enter. 6. Tampilan berikut akan muncul jika di system Anda sudah terdapat Software ClarkConnect pada Harddisk Anda. Jika belum maka lanjutkan step berikutnya. 7. Metode instalasi apa yang kita pilih muncul pada tampilan berikut. FTP digunakan jika anda menginginkan instalasi PXE atau mendapatkan aplikasi RPM yang terbaru. Pilih Local CDROM tab pada tombol OK lalu tekan enter. 8. Pada tahap ini adalah tahap akhir dari konfirmasi instalasi yang akan menghapus semua data pada harddisk. Isikan “linux” tekan tombol tab, lalu tekan enter pada tombol OK. 9. Ada dua pilihan untuk pada menu instalasi ini yaitu Gateway mode dan Standalone mode. • Gateway mode jika kita ingin menginstall system menjadi jembatan dua network dengan mengaktifkan firewall • Standalone mode ditujukan untuk server local network, hanya satu network card disarankan pada mode ini. 10. Berikut adalah tampilan untuk memastikan media apa yang akan kita gunakan untuk koneksi. Jika anda menggunakan Wireless card silahkan isi dengan Ethernet. 11. Berikut adalah kotak dialog untuk mengisikan IP yang diberikan oleh provider internet atau WAN jika dimasukkan untuk koneksi ke AP WAN kota. 12. Tampilan akan muncul jika kita set sebagai Gateway mode, Berikut adalah tampilan pada Ethernet ke dua, dan kita isikan dengan IP LAN. 13. Isikan nama host dan domain yang diinginkan pada kotak dialog berikut. 14. Berikut adalah tampilan konfigurasi timezone pada system. Gunakan page up dan page down untuk proses scroll cepat. 15. Isikan password yang diingikan pada kotak dialog berikut dua kali pada Password dan Verify, pastikan anda mengingatnya serta gunakan kombinasi angka dan huruf. 16. pada kotak dialog ini Harddisk akan dipartisi secara otomatis atau bisa kita lakukan partisi sesuai keinginan. Pilih “Use default” jika anda menginginkan partisi harddisk secara otomatis oleh software. 17. Pilih software instalasi yang diinginkan dengan menekan tombol spasi pada menu pilihan aplikasinya. Jika sudah arahkan ke menu OK untuk melanjutkan ke langkah berikutnya. 18. Pilih system layanan yang akan diberikan oleh server pada tampilan kotak dialog berikut. 19. Kotak dialog berikut memberikan konfirmasi pada Anda, apakah seluruh langkah yang tadi kita set telah benar. Jika yakin tekan enter pada tombol Done 20. Layar ini akan muncul ketika Anda sudah menekan tombol Done pada langkah sebelumnya. 21. Tampilan berikut adalah proses format pada harddisk. 22. Tampilan proses instalasi aplikasi pada system 23. Proses instalasi telah berakhir, Silahkan tekan enter untuk melakukan reboot system 24. Setelah proses reboot maka tampilan awal booting system adalah seperti gambar di samping 25. Ini adalah tampilan awal system kita yang sudah jadi, isikan password yang tadi kita set untuk memasuki system. 26. Jika Anda sudah benar memasukkan password maka tampilan berikut adah untuk menset name server kita. Jika kita gunakan panajh ke bawa maka kita bisa mengganti IP dan konfigurasi lainnya. Pada langka ini Anda juga melakukan setting dan pengaktifan DHCP server. Jika selesai mengkonfigurasi pastikan Anda sudah logoff dari system 27. Anda bisa juga melakukan setting dari console dengan menekan alt+F2 maka akan muncul tampilan berikut. Anda bisa melakukan remote setting dengan mengetikkan dari computer yang ada di LAN kita : Remote Setting Dari Komputer LAN local ketik kan alamat sebagai berikut https://ip_clarkconnect:81/admin Contoh gambar kemudian akan muncul konfirmasi sebagai berikut: Pilih yes maka akan muncul tampilan konfirmasi login seberti gambar berikut : Jika Anda berhasil login maka bisa melakukan konfigurasi melalui web browser. Berikut adalah contoh tampilan pada web browser Berikut adalah Contoh tampilan pada web konfigurasinya NETWORK

Instalasi dan setting Windows server

Step by step instalasi and setting windows server 2000


  • Nyalakn PC Anda masukkan CD Instalernya

  • Restart komputer - masuk BIOS (dgn menekan F2)

  • Pilih menu BOOt - atur First boot device = Hardisk , Second boot device = CD Room , Third boot devicenya = Floopy

  • Simpan dgn menekan F10

  • Kemudian muncul Pess any key = tekan sembarng tombol

  • Muncul prompt penginstalan windows 2000 setup pumn muncul "Setup windows server 2000" ..... proses

  • Muncul prompt Welcome to Setup - tekan enter

  • Muncul Prompt lembar persetujuan = tekan F8

  • Muncul C:wi