Languages

Menu
Sites
Language
[RaspberryPi3] nameserver setup and ping.

Dear All,

I'm developing Tizen App on Raspberry PI 3.

After seting up Raspbery PI 3 based on the followling link, I fount that nameserver does NOT work, so I couldn't access public internet based on the name.

https://developer.tizen.org/development/iot-extension-sdk/getting-started/setting-up-your-board/raspberry-pi3-based-on-tizen-5.0

 

Here is resolve.conf 

sh-3.2# cat /etc/resolv.conf
# Generated by Connection Manager
nameserver 127.0.0.1

Here is connman info

sh-3.2# cat /opt/var/lib/connman/ethernet_xxxxxxxx_cable/settings
[ethernet_xxxxxxxx_cable]
Name=Wired
AutoConnect=true
Modified=1970-01-01T00:00:11.182949Z
IPv4.method=manual
IPv4.netmask_prefixlen=24
IPv4.local_address=192.168.101.11
IPv4.gateway=192.168.101.1
IPv6.method=auto
IPv6.privacy=prefered
Proxy.Method=direct
Nameservers=8.8.8.8;
sh-3.2#

 

Could you let me know what I have to do to set nameserver correctly?

 

In addtion, I couldn't find out the 'ping' proram in the tizend Image (tizen-unified_20181024.1_iot-headless-2parts-armv7l-rpi3.tar.gz)

Can you please let me know how I get the 'ping' progam?

 

Sincerely

Thomas