i started raspberry pi 3 module , cannot connect internet using wired connection.
used dhcp , ifconfig shows assigned address 192.168.0.210
can ping address pc connected same network
can ping pc address raspberry
pc, cannot ping raspberry using hostname (raspberrypi)
ip route command gives following:
10.10.0.0/16 via 192.168.0.1 dev eth0 metric 202
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.210 metric 202
i'm brand new in linux world if have knowledge in windows world
last thing when typing ifconfig
eth0 assigned inet adr:198.168.0.210 bcast:192.168.0.255 mask:255.255.255.0
lo (local) assigned inet adr:127.0.0.1
help
used dhcp , ifconfig shows assigned address 192.168.0.210
can ping address pc connected same network
can ping pc address raspberry
pc, cannot ping raspberry using hostname (raspberrypi)
ip route command gives following:
10.10.0.0/16 via 192.168.0.1 dev eth0 metric 202
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.210 metric 202
i'm brand new in linux world if have knowledge in windows world
last thing when typing ifconfig
eth0 assigned inet adr:198.168.0.210 bcast:192.168.0.255 mask:255.255.255.0
lo (local) assigned inet adr:127.0.0.1
help
the router not providing default route. reason of failure.
output of command ip route bit differente here:
output of command ip route bit differente here:
code: select all
pi@rpi:~ $ ip route default via 192.168.1.1 dev eth0 metric 202 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.58 metric 202 pi@rpi:~ $
raspberrypi
Comments
Post a Comment