Sekedar Info

Information about the operating system, application, Server configuration, Web Service and Supporting Software Tools for Computer networks and Ubuntu, Windows, Virtual-Box, Nginx, Apache, PHP, Mysql, MariaDB. Tip and trick in overcoming and solution of the problem on your computer.

Friday, January 26, 2018

How to setup IP Static On Ubuntu terminal

How to setup IP Static On Ubuntu terminal
 
Thank you for visit this blog.. well, now the author will discuss a little about ip and how ip static configuration on ubuntu. direct only.

IP address (internet protocol address) is the address that is specified to connect a computer to one computer to another. the IP address has two versions namely the ip version 4 (ipv4) and ip version 6 (ipv6).

Static IP is ip defined manually and will not change change. a little knowledge about the understanding of the ip address, then we will immediately start the static ip configuration on terminal ubuntu.

  1. Open a terminal to your ubuntu/linux distro the other just the same. entry to the super user.

    gambar 1. entry to the super user
  2. First, check your ip on ubuntu with the ifconfig command do.
     
    gambar 2.do ip checks
  3. then we entered the ip configuration file with the following syntax # nano /etc/nework/interfaces.

    gambar 3. Enter a folder ip configuration


  4. After you sign in, do a configuration like the image below, specify the ip address, gateway, etc.

    gambar 4. display the ip configuration file

    gambar 5. static ip configuration
    When you're done and then press ctrl + x, then y, then enter.
  5. After that the command # ifdown eth0 to turn off the interfaces eth0


    gambar 6. command turns off the interface

  6. After that the command # ifup eth0 to start off we kemali interfaces.
    gambar 7. switch the command interface
  7. then check back with the command ifconfig ip change then there will be, if not already changed repeat the steps above. If there are problems please comment to ask. Thank you.
    gambar 8. display static ip configuration has been in

    as it was a way to do satatic ip configuration on terminal ubuntu, thank you for visiting this blog, if there are any questions please comment below, see you in the next post

2 comments: