Ahududu ve internet arasındaki yönlendirme sorunu


0

İşte kurulumum

görüntü tanımını buraya girin

RJ45 yaması kullanarak Windows 7 masaüstüme bağlı bir ahududu pi var. Masaüstüm WiFi kullanarak internete erişebiliyor, ancak ahududu pi'm erişemiyor. Yine de, ahududu pi'm masaüstüme erişebilir.

pi@raspberrypi:~/$ ping 192.168.50.10
PING 192.168.50.10 (192.168.50.10) 56(84) bytes of data.
64 bytes from 192.168.50.10: icmp_seq=1 ttl=128 time=0.360 ms
64 bytes from 192.168.50.10: icmp_seq=2 ttl=128 time=0.330 ms
64 bytes from 192.168.50.10: icmp_seq=3 ttl=128 time=0.337 ms
^C
--- 192.168.50.10 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.330/0.342/0.360/0.019 ms

Masaüstümden yönlendiriciye bir rota var:

C:\Users\Will>route print
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.1.1     192.168.1.72     25

Ayrıca masaüstünü ahududu pi için bir ağ geçidi olarak ayarladım ve 192.168.50.10'a işaret eden varsayılan bir rota oluşturdum.

pi@raspberrypi:~/$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.50.10   0.0.0.0         UG    0      0        0 eth0
192.168.50.0    *               255.255.255.0   U     0      0        0 eth0

Neyi kaçırıyorum ? Bana bu çalışması gerekir ama ahududu pi gelen 192.168.1.1 ping yapamam.

pi@raspberrypi:~/$ traceroute 192.168.1.1
traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  *^C

Yanıtlar:


Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.