Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Configurando Ip Estático ( fixo )

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Configurando Ip Estático ( fixo )

    Bom para esse tutorial uso o editor de texto VI , voce pode usar qualquer um da sua preferencia.

    sudo bash
    cp /etc/network/interfaces /etc/network/interfaces.old
    vi /etc/network/interfaces

    Troque o texto abaixo....

    auto eth0
    iface eth0 inet dhcp

    .... pelo texto

    auto eth0
    iface eth0 inet static
    address 192.168.1.52 < fica ao seu criterio
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

    Quem não é visto, nunca é lembrado
    Similar Threads

  • Font Size
    #2
    boa iniciativa, colega poderia tbm ficar assim

    # placa com interface ip fixo
    auto eth0
    iface eth0 inet static
    address 192.168.1.52 < fica ao seu criterio
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

    # placa com com interface virtual
    auto eth0:0
    face eth0:0 inet static
    address 192.168.1.254
    netmask 255.255.255.0

    # tabela de rota
    post-up route add -net 192.168.10.0/24 gw 172.16.0.254

    Comment


    • Font Size
      #3
      Vou copiar essa dica...
      eu sempre me esqueço o caminho da interface... affs
      Não Acha Estranha Essa Frase:
      Eu Sou Hacker e Uso Windows XP!

      Use Débian, Aprenda Slackware e Brinque Muito Com Back|Track


      Fã ->Nickguitar.dll


      Quer ajudar nossso fórum e não sabe como?
      Então click na imagem e ajude-nos com os links off

      Comment

      X
      Working...
      X