A rede parece OK, mas não funciona de todo [fechada]

7

Estou tentando colocar a rede em funcionamento no Sabayon X KDE Edition. Configurei a rede sem fio usando o applet NetworkManager e a rede parece OK.

No entanto, não consigo me conectar à Internet, não consigo fazer ping em meu gateway nem consigo fazer ping de host local. Eu nunca vi esse comportamento no Linux.

Estou usando um kernel configurado manualmente porque preciso inicializar usando o UEFI. Se você suspeitar de alguma opção específica do Kernel, posso verificá-las na configuração. Além disso, a rede funcionou bem no ambiente ao vivo do Sabayon.

Alguém tem ideia do que está acontecendo aqui?

# ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Lokale Schleife)
        RX packets 66  bytes 5208 (5.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 66  bytes 5208 (5.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.36  netmask 255.255.255.0  broadcast 192.168.    178.255
        inet6 fe80::c685:8ff:fe30:b77c  prefixlen 64  scopeid 0x20<link>
        ether c4:85:08:30:b7:7c  txqueuelen 1000  (Ethernet)
        RX packets 402  bytes 44048 (43.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 169  bytes 73070 (71.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

# netstat -r
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags   MSS Fenster irtt     Iface
default         192.168.178.1   0.0.0.0         UG        0 0          0     wlan0
loopback        localhost       255.0.0.0       UG        0 0          0     lo
192.168.178.0   *               255.255.255.0   U         0 0          0     wlan0

# ping -c3 192.168.178.36
PING 192.168.178.36 (192.168.178.36) 56(84) bytes of data.

--- 192.168.178.36 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2007ms

# ping -c3 localhost
PING localhost (127.0.0.1) 56(84) bytes of data.

--- localhost ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2005ms
    
por Jannik Jochem 28.12.2012 / 16:18

1 resposta

3

Do comentário do OP:

I found the root cause. I'll share it here for anyone who hits the same problem. The problem was that Sabayon ships with ufw (a firewall, it seems) per default. For some unknown reason, this failed to initialize properly. Doing # rc-update del ufw and rebooting fixed the issue for me. – Jannik Jochem Dec 28 '12 at 15:54

Com isso, a pergunta é efetivamente respondida (e, como efeito colateral, removida da fila de Perguntas não respondidas).

    
por 18.06.2016 / 15:03