Konfigurasi TCP/IP Debian


Assalamualaikum Wr W.b

Konfigurasi TCP/IP ( Transfer Control Protokol / Internet Protokol ) 

Konfigurasi IP Address
Semua peralatan yang terhubung ke jaringan computer, harus membutuhkan alamat khusus yang disebut IIP ( Internet Protokol ) Address. Agar
semua peralatan tersebut dapat berhubungan satu sama lain. Oleh sebab itu, Network Interface Card tidak akan berarti apa-apa, jika Ip Address pada interface tersebut tidak diseting terlebih dahulu.

Memberi alamat IP tidak terlalu sulit, anda bisa mengetikan syntax dibawah ini dengan cara cepatnya.
root@anasshofyan:-# ifconfig eth0 192.168.10.1 netmask 255.255.255.0 up

Kelemahannya, jika kita restart/reboot  komputernya maka setingan IP Address akan hilang. Untuk hal itu saya sarankan  anda setting di Interfaces nya saja. 

root@anasshofyan:-# nano /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The local network interface

auto eth0
iface eth0 inet static
address 192.168.11.1
netmask 255.255.255.0

auto eth1
iface eth1 inet static 
address 192.168.9.1
netmask 255.255.255.0

Tambahkan script diatas, kata auto yang didepan suatu interfaces tersebut, maksudnnya menandakan bahwa interfaces tersebut akan dinyalakan secara otomatis ketika pada saat komputer booting. Kemudian keluar dari editor nano, dengan cara menekan keyboard Ctrl+X kemudian tekan Y dan Enter.

Supaya interfaces tersebut dapat digunakan anda harus merestart terlebih dahulu, dengan cara ketikan syntax dibawah ini. 

root@anasshofyan:-# service networking restart

Setelah itu kita cek apakah interface eth0 dan eth1  tersebut sudah dapat digunakan apa belum, dengan perintah dibawah ini.

root@anasshofyan:-# ifconfig eth0 

eth0 Link encap:Ethernet HWaddr 00:0c:29:58:cf:68
inet addr:192.168.11.1 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe58:cf68/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1610 errors:0 dropped:0 overruns:0 frame:0
TX packets:1419 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:189305 (184.8 KiB) TX bytes:198940 (194.2 KiB)
Interrupt:18 Base address:0x1080


Wasalamualaikum Wr. Wb 


Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 komentar:

Post a Comment