суть проблемы:
в файле /etc/resolv.conf
находятся днсы хетзнера
nameserver 213.133.99.99
nameserver 213.133.100.100
nameserver 213.133.98.98
благодаря им не работает почта на сайте...
хочу поменять на 8.8.8.8 8.8.4.4
уже все пробовал в /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# loopback network interface
auto lo
iface lo inet loopback
# Include files from /etc/network/interfaces.d:
source /etc/network/interfaces.d/*.cfg
#auto eth0
#iface eth0 inet dhcp
# post-up ip route add default via 172.31.1.1
# dns-nameservers 8.8.8.8 8.8.4.4
и /etc/network/interfaces.d/50-cloud-init.cfg
This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
post-up ip route add default via 172.31.1.1
dns-nameservers 8.8.8.8 8.8.4.4
# control-alias eth0
iface eth0 inet6 static
address 2a01:4f8:c2c:9d3a::1/64
gateway fe80::1
пробовал и так и сяк... не получается... в /etc/resolv.conf по прежнему старые значения...
как быть?