Sunday, October 20, 2013

Meneira Konfigura Enderesu IP Iha Linux


Iha maneira oin rua ne'ebe bele uza bainhira atu konfigura enderesu IP iha Linux. Dahuluk liu husi Command Line Interface (CLI) ou uza maneira Graphical User Interface (GUI).

Artiklu ne'e autores sei diskuti maneira ida dahuluk. Espera katak bainhira komprende ona oinsa konfigura enderesu IP ho maneira uza CLI, sei halo fasil maluk sira karik loron ida konfigura servidor Linux ne'ebe la iha sistema grafiku.

Notas:
Maneira konfigura enderesu IP ne'e autores teste ona iha distro Linux Debian, Fedora, Slackware, no Gentoo.

Etapa konfigura hanesan tuir mai:
  1. Uza Ifconfig

  2. Ifconfig hanesan komando iha CLI ne'ebe uza para hamosu informasaun Network Interface Card (NIC) no enderesu IP. Aliende ne'e mos bele utiliza hodi konfigura enderesu IP temporariu, ne'ebe signifika katak konfigurasaun enderesu IP sei lakon fila fali bainhira reboot komputador. Komando ifconfig disponivel ona iha distribuisaun Linux ne'ebe iha.

    Forma geral:

    ifconfig  eth0  [IP]  netmask  [netmask]  broadcast  [broadcast]

    Ezemplu:

    #  ifconfig  eth0  192.168.1.1  netmask  255.255.255.0  broadcast  192.168.1.255

    Atu hamosu enderesu IP ne'ebe konfigura ona, hatama komando hanesan iha kraik:

    #  ifconfig  eth0

    Output:

    eth0   Link encap:Ethernet  HWaddr 00:1a:80:7e:9a:40
    inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
    UP BROADCAST MULTICAST  MTU:1500  Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    Interrupt:28 Base address:0xc000

  3. Edita File Script
  4. Kada distro GNU/Linux, iha ona file script ne'ebe nia fungsaun atu kria enderesu IP sai permanente. Kontidu no lokasaun husi file script ne'ebe autores mensiona ne'e diferente entre distro ida ho distro seluk.
    • DEBIAN

      #  sudo  nano  /etc/network/interfaces

      Depois hatama enderesu IP tuir nesesidade.

      auto  eth0
      iface  eth0  inet static
      address  192.168.10.1
      netmask  255.255.255.0
      network  192.168.10.0
      broadcast  192.168.10.255


      Salva ho haneha butaun CTRL + O
      Sai husi editor testu nano ho haneha butaun CTRL + X

      Atu aktivu enderesu IP ne'ebe kria ona, restart rede iha komputador ho komando hanesan iha kraik ne'e:

      #  /etc/init.d/networking  restart

    • FEDORA

    • #  nano  /etc/sysconfig/network-scripts/ifcfg-eth0

      Depois hatama enderesu IP tuir nesesidade.

      DEVICE=eth0
      ONBOOT=yes
      BOOTPROTO=static
      IPADDR=192.168.1.1
      NETMASK=255.255.255.0
      NETWORK=192.168.1.0
      BROADCAST=192.168.1.255


      Salva no sai husi editor nano.

      Atu aktivu enderesu IP ne'ebe kria ona, restart rede iha komputador ho komando hanesan iha kraik ne'e:

      #  /etc/init.d/network  restart

      ou se lae

      #  service  network  restart

    • SLACKWARE

      #  nano  /etc/rc.d/rc.inet1.conf

      Depois hatama enderesu IP tuir nesesidade.

      Hare iha parte hanesan iha kraik:

      # Config information for eth0
      IPADDR[0]="192.168.1.1"
      NETMASK[0]="255.255.255.0"
      USE_DHCP[0]=""
      DHCP_HOSTNAME[0]=""


      Salva no sai husi editor nano.

      Atu aktivu enderesu IP ne'ebe kria ona, restart rede iha komputador ho komando hanesan iha kraik ne'e:

      #  /etc/rc.d/rc.inet1  restart

    • GENTOO

    • #  nano  /etc/conf.d/net

      Depois hatama enderesu IP tuir nesesidade.

      config_eth0=("192.168.1.1  netmask 255.255.255.0")

      Salva no sai husi editor nano.

      Atu aktivu enderesu IP ne'ebe kria ona, restart rede iha komputador ho komando hanesan iha kraik ne'e:

      #  /etc/init.d/net.eth0  restart
Espera artiklu ne'e bele ajuda maluk sira hotu!

Referensia:
http://avancalinux.blogspot.com/2010/04/manual-konfigurasi-alamat-ip-pada.html
Fahe artiklu ne'e
  • Fahe ba Facebook
  • Fahe ba Twitter
  • Fahe ba Google+
  • Fahe ba Stumble Upon
  • Fahe ba Evernote
  • Fahe ba Blogger
  • Fahe ba Email
  • Fahe ba Yahoo Messenger
  • Seluktan...

Iha komentariu 1

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© Mata Dalan Linux & Software Livre
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top