On Sat, 9 Jun 2018 17:07:14 +0000 (UTC)
Fermin Francisco <abcddo at yahoo.com> wrote:
> /etc/hostname file
>
> pc
>
> ------------------------------------------
>
> /etc/hosts file
>
>
> 127.0.0.1 localhost localhost.localdomain localhost4
> localhost4.localdomain4 ::1 localhost localhost.localdomain
> localhost6 localhost6.localdomain6
Change the above to just:
127.0.0.1 localhost
>
> 172.20.1.5 pc.domain.local pc
>
> -----------------------------------------------
>
> /etc/resolv.conf file
>
> domain domain.local
>
> domain 127.0.0.1
This is just a bit wrong ;-)
It should be:
search domain.local
nameserver 172.20.1.5
Rowland