Displaying 3 results from an estimated 3 matches for "ipv6_address_string".
Did you mean:
ipv4_address_string
2019 Jan 22
3
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Rowland, thank You, but this removes only the NS record, but the faulty
domain A records remain. How to deal with them, I don't know. They
behave unlike the ordinary A records.
Name=, Records=8, Children=0
SOA: serial=27, refresh=900, retry=600, expire=86400, minttl=3600,
ns=blacktux.interbronz.local., email=hostmaster.interbronz.local.
(flags=600000f0, serial=27, ttl=3600)
NS:
2019 Jan 22
0
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...mba-tool dns samba-tool dns delete --help'
Which will produce this:
Usage: samba-tool dns delete <server> <zone> <name> <A|AAAA|PTR|CNAME|NS|MX|SRV|TXT> <data>
Delete a DNS record
For each type data contents are as follows:
A ipv4_address_string
AAAA ipv6_address_string
PTR fqdn_string
CNAME fqdn_string
NS fqdn_string
MX "fqdn_string preference"
SRV "fqdn_string port priority weight"
TXT "'string1' 'string2' ..."
See if you can work out how to delete the unwanted 'A' records ?
Ro...
2019 Feb 07
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...gt;
> Which will produce this:
>
> Usage: samba-tool dns delete <server> <zone> <name> <A|AAAA|PTR|CNAME|NS|MX|SRV|TXT> <data>
>
> Delete a DNS record
>
> For each type data contents are as follows:
> A ipv4_address_string
> AAAA ipv6_address_string
> PTR fqdn_string
> CNAME fqdn_string
> NS fqdn_string
> MX "fqdn_string preference"
> SRV "fqdn_string port priority weight"
> TXT "'string1' 'string2' ..."
>
> See if you can work out how to...