ip fixo debian 6 [RESOLVIDO]

1. ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 15:50h

Boa Tarde,

Sou iniciante no linux, recentemente a empresa onde trabalho teve a necessidade da criação de um servidor de arquivos, após varias leituras e pesquisas resolvi instalar o debian 6 com o samba como servidor de arquivos.
Consegui instalar tudo blz, agora encontrei uma barreira, não estou conseguindo configurar um ip fixo no servidor.
Se alguem puder me ajudar agradeço.

atualmente esta assim:
---------------------------------------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# allow-hotplug eth0
# iface eth0 inet dhcp
----------------------------------------------------------------------

informações da rede da empreza

192.168.200.5 (ip que eu quero colocar)
gateway 192.168.200.254
dns 201.10.120.3
201.10.128.3


  


2. MELHOR RESPOSTA

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 15:56h

ficaria assim


auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static

address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
network xxx.xxx.xxx.xxx
broatcast xxx.xxx.xxx.xxx




espero que ajude

3. Re: ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 16:13h

valeu pela ajuda, coloquei como você falou e dei o comando:
/etc/init.d/networking restart
deu a seguinte mensagem:
Running /etc/init.d/networking restart is deprecated because it may not enable a gain some interfaces... (warning)
reconfiguring network interfaces...done



4. Re: ip fixo debian 6 [RESOLVIDO]

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 16:27h

poste ai como ficou
para podemos analizar


5. Re: ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 16:50h

está assim:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static

address 192.168.200.5
netmask 255.255.255.0
network 192.168.200.1
broatcast 192.168.200.254


6. Re: ip fixo debian 6 [RESOLVIDO]

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 17:01h

ok
deixa assim



#The primary network interface
auto eth0
iface eth0 inet static

address 192.168.200.5
netmask 255.255.255.0
network 192.168.200.1
broatcast 192.168.200.255
gateway 192.168.200.254




espero que ajude



7. Re: ip fixo debian 6 [RESOLVIDO]

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 17:02h

por acaso o seu gateway é 192.168.200.254 ?


8. Re: ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 17:06h

é sim Daniel porque?


9. Re: ip fixo debian 6 [RESOLVIDO]

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 17:09h

testou essas configurações que passei agora ?


10. Re: ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 17:12h

valeu pela atenção ai, agora deu a seguinte mensagem:


Running /etc/init.d/networking restart is deprecated because it may not enable a gain some interfaces... (warning)
reconfiguring network interfaces...SIOCDELRT: No such process


11. Re: ip fixo debian 6 [RESOLVIDO]

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 13/06/2012 - 17:13h

bom na linda
network 192.168.200.1

deixa assim
network 192.168.200.0

e testa


12. Re: ip fixo debian 6 [RESOLVIDO]

frank ferreira da silva
Frank Ferreira

(usa Outra)

Enviado em 13/06/2012 - 17:34h

Deu o erro denovo:

root@ServidordeArquivos:/home/empreza# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning).
Reconfiguring network interfaces...done.


peguei o log la so pra conferir

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static

address 192.168.200.5
netmask 255.255.255.0
network 192.168.200.0
broadcast 192.168.200.255
gateway 192.168.200.254




01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts