Hi,
I use imx6quad processor.
I need to change hostname and domain name.
The device connects to the network via DHCP and I installed:
- dhcpcd
- avahi-daemon
I modificed the /etc/hostname file to change my hostname (eg. test).
In the /etc/resolv.conf file the DHCP places "domain mydomain"
and in the /etc/host I write "ip_address test.mydomain test"
The command "ping test.mydomain" doesn't work but "ping test.mydomain" it's work.
How can reached the device with test.mydomain?
Thanks