Setting IP Address Static pada Linux Ubuntu Server

Setting IP Address Static pada Linux Ubuntu Server



Abstract

      Address is the identity of a network-connected computer in order to be recognized by other     computers, with the proviso that each identity should not be the same with one another, the       identity is the computer name and IP address. If in one area there is a similarity network           identity of either the computer name or IP address of the computer then it will not connect       to the network, as a marker of similarity computer name usually appears critical "comptuer     duplicate name", and if the IP Address teradapat his usual similarity appears critical "ip         address conflict". in this article I will try Sharring way Setting the IP Address on Ubuntu         Server can be done in two ways, namely dynamically (dhcp) and manually (static).





Langkah-Langkah setting IP Addres Static di Ubuntu Server adalah sebagai berikut (catatan kita sudah berada pada root) : 

1. Pertama edit file /etc/network/interfaces dengan cara mengetikkan perintah :
    sudo nano /etc/network/interfaces lalu tekan enter
2. Maka kita akan menemukan isi file interface seperti dibawah :
    auto eth0
    iface eth0 inet dhcp

keterangan : eth0 di atas adalah Lan card, yang akan kita setting menjadi static, sedangkan jika menggunakan koneksi wireless, maka harusnya adalah wlan0.

3. Ganti kode yang di atas menjadi 
    auto eth0
    iface etho inet static
    address 192.168.1.10
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255 
    gateway 192.168.1.1

jika telah selesai simpan dengan cara menekan tombol Ctrl + X enter, selanjutnya tekan tombol Y enter

4. Langkah selanjutnya yang perlu kita lakukan adalah mensetting DNS Server dengan mengedit di file /etc/resolc.conf caranya ketikan perintah sudo nano /etc/resolvc.conf kemudian enter
setting nama server 1 dan 2 
nameserver 8.8.8.8
nameserver 8.8.4.4
jika telah selesai simpan dengan cara menekan tombol Ctrl + X enter, selanjutnya tekan tombol Y enter

Selanjutnya restart koneksinya dengan mengetikan perintah sudo /etc/init.d/networking restart
cek ip address sobat dengan mengetikkan perintah ip addr lalu enter


Sekian tutorial menyetting IP Address Static pada Linux Ubuntu Server. Terimakasih :D
SHARE

Milan Tomic

Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment