wlan0 não funciona (eth0, wlan0 mesma máscara de rede)

0

Estou usando o Ubuntu 14.04.

como wlan0 foi conectado ao WiFi.

O ping não é um gateway para o wlan0.

a máscara de rede de eth0 e wlan0 é a mesma.

root@kwon-530U3C-530U4C:/home/kwon# ifconfig
eth0      Link encap:Ethernet  HWaddr 50:b7:c3:04:e6:e0  
          inet addr:192.168.10.76  Bcast:192.168.255.255  Mask:255.255.0.0
          inet6 addr: fe80::52b7:c3ff:fe04:e6e0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3901 errors:0 dropped:1 overruns:0 frame:0
          TX packets:402 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:388105 (388.1 KB)  TX bytes:41038 (41.0 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:619 errors:0 dropped:0 overruns:0 frame:0
          TX packets:619 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:54622 (54.6 KB)  TX bytes:54622 (54.6 KB)

wlan0     Link encap:Ethernet  HWaddr c8:f7:33:0e:26:3f  
          inet addr:192.168.3.5  Bcast:192.168.255.255  Mask:255.255.0.0
          inet6 addr: fe80::caf7:33ff:fe0e:263f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4237 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3385 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3401231 (3.4 MB)  TX bytes:356442 (356.4 KB)

root@kwon-530U3C-530U4C:/home/kwon# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
192.168.0.0     *               255.255.0.0     U     1      0        0 eth0
192.168.0.0     *               255.255.0.0     U     9      0        0 wlan0
root@kwon-530U3C-530U4C:/home/kwon# ping 192.168.3.1 -c 5
PING 192.168.3.1 (192.168.3.1) 56(84) bytes of data.
From 192.168.10.76 icmp_seq=1 Destination Host Unreachable
From 192.168.10.76 icmp_seq=2 Destination Host Unreachable
From 192.168.10.76 icmp_seq=3 Destination Host Unreachable
From 192.168.10.76 icmp_seq=4 Destination Host Unreachable
From 192.168.10.76 icmp_seq=5 Destination Host Unreachable

--- 192.168.3.1 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 3999ms
pipe 4
root@kwon-530U3C-530U4C:/home/kwon# ifconfig eth0 down
root@kwon-530U3C-530U4C:/home/kwon# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.0.0     U     9      0        0 wlan0
root@kwon-530U3C-530U4C:/home/kwon# ping 192.168.3.1 -c 5
PING 192.168.3.1 (192.168.3.1) 56(84) bytes of data.
64 bytes from 192.168.3.1: icmp_seq=1 ttl=255 time=57.3 ms
64 bytes from 192.168.3.1: icmp_seq=2 ttl=255 time=78.8 ms
64 bytes from 192.168.3.1: icmp_seq=3 ttl=255 time=102 ms
64 bytes from 192.168.3.1: icmp_seq=4 ttl=255 time=23.2 ms
64 bytes from 192.168.3.1: icmp_seq=5 ttl=255 time=45.6 ms

--- 192.168.3.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 23.293/61.543/102.461/27.225 ms
root@kwon-530U3C-530U4C:/home/kwon# 
root@kwon-530U3C-530U4C:/home/kwon# ifconfig eth0 up
root@kwon-530U3C-530U4C:/home/kwon# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.3.1     0.0.0.0         UG    0      0        0 wlan0
192.168.0.0     *               255.255.0.0     U     9      0        0 wlan0
root@kwon-530U3C-530U4C:/home/kwon# 
root@kwon-530U3C-530U4C:/home/kwon# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
192.168.0.0     *               255.255.0.0     U     1      0        0 eth0
192.168.0.0     *               255.255.0.0     U     9      0        0 wlan0
root@kwon-530U3C-530U4C:/home/kwon# ping 192.168.3.1 -c 5
PING 192.168.3.1 (192.168.3.1) 56(84) bytes of data.
From 192.168.10.76 icmp_seq=1 Destination Host Unreachable
From 192.168.10.76 icmp_seq=2 Destination Host Unreachable
From 192.168.10.76 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.3.1 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4022ms
pipe 3
root@kwon-530U3C-530U4C:/home/kwon# 
    
por DonBit 06.03.2015 / 07:50

1 resposta

1

Sua configuração para sua rede está claramente errada.

Se as rotas para WiFi e Eth0 estiverem na mesma rede, a parte dos endereços IPv4 que tiverem binário 1 na máscara de rede deverá ser a mesma, ou seja, o endereço de rede da rede deverá ser o mesmo. Se os dois dispositivos, WiFi e eth0, estiverem em redes diferentes, eles devem ter endereços de rede diferentes.

Na sua configuração, o endereço de rede das duas redes é 192.168.0.0/16 . Portanto, ambas as unidades estão na mesma LAN. Há também apenas um roteador padrão em um sistema. É para isso que os pacotes devem ser enviados se você não tiver nenhum roteiro especificado para esse endereço.

Se você realmente deseja que os dois dispositivos se conectem a LANs diferentes, eles precisam ser configurados para redes diferentes. Ou seja, no seu caso, a máscara de rede deve ser 255.255.255.0 , então wlan0 está na rede LAN 192.168.3.0 e eth0 está na rede LAN 192.168.10.0 , nenhum deve estar na mesma rede LAN 192.168.0.0 como é agora.

Por favor, instale o programa ipcalc e experimente diferentes endereços IP e máscaras de rede como argumentos. Isso pode ajudá-lo.

    
por Anders 27.03.2015 / 01:50