Bloco de rede após o reinício

2

Estou a correr com dificuldade e não quero instalar o gestor de rede.

Eu tenho um problema com interfaces de rede. Quando eu reinicio as interfaces, não consigo mais usar nenhuma conexão.

Não consigo acessar a Internet ou os mesmos endereços IP de sub-rede.

aqui o comando ifconfig , route , ping e dns antes do reinício

eth0      Link encap:Ethernet  HWaddr 90:59:af:51:17:c3
          inet addr:192.168.1.30  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::9259:afff:fe51:17c3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33873 errors:0 dropped:479 overruns:0 frame:0
          TX packets:952 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4125488 (3.9 MiB)  TX bytes:113565 (110.9 KiB)
          Interrupt:56

route -n

 Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
 0.0.0.0         192.168.1.10    0.0.0.0         UG    0      0        0 eth0
 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0

ping google.com

PING google.com (173.194.112.36) 56(84) bytes of data.
64 bytes from fra07s28-in-f4.1e100.net (173.194.112.36): icmp_req=1 ttl=55 time=30.1 ms
64 bytes from fra07s28-in-f4.1e100.net (173.194.112.36): icmp_req=2 ttl=55 time=29.8 ms

DNS

nameserver 8.8.8.8
nameserver 8.8.4.4

Depois de executar service networking restart ou /etc/init.d/networking restart ou parar e, em seguida, iniciar novamente o serviço, recebo Destination Host Unreachable . Preciso reiniciar o sistema para que funcione.

Alguma idéia de por que isso acontece?

aqui o conteúdo do arquivo de interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 192.168.1.30
    netmask 255.255.255.0
    network 192.168.1.0
    dns-nameservers 8.8.8.8 8.8.4.4
    gateway 192.168.1.10
    metric 0
    
por Gappa 20.09.2013 / 11:44

0 respostas