Wednesday, November 18, 2009

MENGHUBUNGKAN 2 KOMPUTER

Perlengkapan: 
  • 2 Unit komputer Operating System Windows serta LAN Card telah terpasang dan dikenali oleh masing-masing komputer.
    • 1 buah kabel UTP dengan tipe cross.
    Langkah-langkah:  1.     Masuk ke control panel->Network Connection klik dua kali icon Local Area Connection

    -->

    Monday, November 16, 2009

    MAKING LAN CONNECTIONS

    Straight-through UTP Cables

    A straight-through cable has connectors on each end that are terminated the same in accordance with either the T568A or T568B standards.
    Identifying the cable standard used allows you to determine if you have the right cable for the job. More importantly, it is a common practice to use the same color codes throughout the LAN for consistency in documentation.
    Use straight-through cables for the following connections:
    • Switch to a router Ethernet port
    • Computer to switch
    • Computer to hub

    Wednesday, November 4, 2009

    MENGHITUNG IP SUBNETTING PADA LINUX DENGAN ipcalc

    Ke terminal dan kemudian menginstal ipcalc dengan perintah:

    $ Sudo apt-get install ipcalc

    Tunggu sampai selesai.

    Untuk menggunakan ipcalc gunakan perintah:

    Misalnya Ip akan dihitung 192.168.10.1/24

    • $ ipcalc-b 192.168.10.1/24

    • $ ipcalc-bs 50 50 192.168.10.1

    ("Mau 2 subnet, masing2 subnet memiliki 50 host")

    • $ ipcalc-s 192.168.10.1/24-b 10 20

    ("Menghitung jaringan dengan netmask 255.255.255.0 atau / 24 akan dibagi jadi 2 subnet, subnet pertama dan 10 host subnet 20 host kedua")

    "Tidak digunakan = tidak ada jaringan yang tersisa yang masih dapat digunakan"

    KONFIGURASI TCP / IP untuk LINUX Ubuntu

    Contoh: konfigurasi eth0 dengan 192.168.10.15/24 IP, gateway 192.168.10.1, maka edit file dengan:

    Ke terminal $ sudo nano / etc / network / interfaces

    Kemudian edit file tersebut dengan:

    eth0 auto

    iface eth0 inet static

    alamat 192.168.10.15

    netmask 255.255.255.0

    jaringan 192.168.10.1

    disiarkan 192.168.10.255

    Gateway 192.168.10.1