Internet connection problem - Raspberry Pi Forums
have following problem: when ping address google.de, rpi can resolve domain can't ping it. think it's connection problem because i'm sharing internet on windows pc usb. can't find error.
i'm using static ip address pi , network adapter. here screenshot of adapter config. sadly it's in german. http://prntscr.com/ghuuy6
in advance
code: select all
pi@raspberrypi:~ $ ping google.de ping google.de (216.58.205.227) 56(84) bytes of data. ^c --- google.de ping statistics --- 13 packets transmitted, 0 received, 100% packet loss, time 12453ms
code: select all
# part of /etc/dhcpad.conf interface usb0 static ip_adress=192.168.137.1 static routers=192.168.137.1 static domain_name_servers=192.168.137.1
in advance
if copy , paste need fix 'ip_adress'. should 'ip_address'.
raspberrypi
Comments
Post a Comment