I am finding all sorts of errors like:
Nov 21 11:54:23 james named[7967]: error (network unreachable) resolving 'ns34416.ip-94-23-250.eu/AAAA/IN': 2001:41d0:1:1990::1#53
That line is me trying to setup a nfs storage.
The problem is this was working yesterday and then stopped. I don't much care why, I don't ned IPV6 so the quickest solution I see is to completely disable it.
I did inside bind:
nano /etc/bind/named.conf.options
replaced listen-on-v6 { any; };
with listen-on-v6 { none; };
still no luck.
on the proxmox GUI I removed the IPV6 from my vmbr0, restarted and there is no mentioning of IPV6 in my /etc/network/interfaces
Nov 21 11:54:23 james named[7967]: error (network unreachable) resolving 'ns34416.ip-94-23-250.eu/AAAA/IN': 2001:41d0:1:1990::1#53
That line is me trying to setup a nfs storage.
The problem is this was working yesterday and then stopped. I don't much care why, I don't ned IPV6 so the quickest solution I see is to completely disable it.
I did inside bind:
nano /etc/bind/named.conf.options
replaced listen-on-v6 { any; };
with listen-on-v6 { none; };
still no luck.
on the proxmox GUI I removed the IPV6 from my vmbr0, restarted and there is no mentioning of IPV6 in my /etc/network/interfaces