setting ip dan dns di ubuntu

setting ip address :

user@computer:$ sudo vim /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.22.15
netmask 255.255.240.0
gateway 192.168.17.1

setting dns :

user@computer:$ sudo vim /etc/resolv.conf
nameserver 192.168.17.12

Bookmarks:
  • Facebook
  • Google Bookmarks
  • Digg
  • LinkedIn
  • Twitter

Related posts:

  1. how to setting dns server pertama install bind9 : user@computer:$ sudo apt-get install bind9 kemudian...
  2. how to install and configure nginx webserver on ubuntu caranya cukup mudah : install nginx user@computer:$ sudo apt-get install...
  3. setting replicate mysql huff.. setelah sukses install vmware dan setting network dengan bridge...
  4. how to install kpdf on ubuntu jaunty 1. download dependency libpoppler2: user@computer:$ wget http://cuplis.net/wp-content/uploads/2009/05/libpoppler2_06-0ubuntu23_i386.deb 2. download kpdf:...
  5. how to restore default panel on ubuntu malam ini sempat terjadi salah pencet sehingga panel atas default...

Related posts brought to you by Yet Another Related Posts Plugin.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre user="" computer="" escaped="">