Displaying 6 results from an estimated 6 matches for "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 Aug 13
2
Problems joining Samba 4 in the domain
...> <http://empresa.com.br>,CN=MicrosoftDNS,DC=DomainDn
> ?sZones,DC=empresa,DC=com,DC=br
>
Ah, I thought you were trying to add a computer record, you are trying 
to add a computers dns record, so wrong command ;-)
Try this: samba-tool dns add 127.0.0.1 empresa.com.br computer006 A 
ipv4_address_string
Run it on a DC.
Rowland
2019 Jan 22
0
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...ar way, try reading:
'samba-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 unwan...
2019 Aug 13
0
Problems joining Samba 4 in the domain
...gt;,CN=MicrosoftDNS,DC=DomainDn
> >  sZones,DC=empresa,DC=com,DC=br
> >
> Ah, I thought you were trying to add a computer record, you are trying
> to add a computers dns record, so wrong command ;-)
>
> Try this: samba-tool dns add 127.0.0.1 empresa.com.br computer006 A
> ipv4_address_string
>
> Run it on a DC.
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
>
2019 Aug 13
2
Problems joining Samba 4 in the domain
On 13/08/2019 13:54, Marcio Demetrio Bacci wrote:
> Hi
>
> Two objects are missing from my new DC.
> This way I am creating the missing objects at the base of my new DC, 
> but the command below is not working:
>
> ldbadd -H /var/lib/samba/private/sam.ldb computer006.ldif
>
> ERR: Unwilling to perform : "replmd_add: it's not allowed to add an 
> object with
2019 Feb 07
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...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' ..."
>
&...