Anonymous

Changes

From Pumping Station One
more stale records
Line 74: Line 74:  
     samba-tool dns delete bob _msdcs.ad.pumpingstationone.org gc A ${IP4_Address}
 
     samba-tool dns delete bob _msdcs.ad.pumpingstationone.org gc A ${IP4_Address}
 
     samba-tool dns delete bob _msdcs.ad.pumpingstationone.org gc AAAA ${IP6_Address}
 
     samba-tool dns delete bob _msdcs.ad.pumpingstationone.org gc AAAA ${IP6_Address}
 +
 +
I had a lot of stale entries, as ip address have changed before.
 +
 +
==== _tcp.gc ====
 +
 +
    samba-tool dns query bob _msdcs.ad.pumpingstationone.org _tcp.gc ALL
 +
 +
delete SRV records poining to removed machines
 +
 +
    samba-tool dns delete bob _msdcs.ad.pumpingstationone.org _ldap._tcp.gc SRV 'vm.ad.pumpingstationone.org. 3268 0 100'
 +
   
 +
 +
=== _tcp.dc ===
 +
 +
    samba-tool dns query bob _msdcs.ad.pumpingstationone.org _tcp.dc ALL
 +
 +
delete the extra records for _ldap and _kerberos
 +
 +
    samba-tool dns delete bob _msdcs.ad.pumpingstationone.org _kerberos._tcp.dc SRV 'vm.ad.pumpingstationone.org. 88 0 100'
 +
    samba-tool dns delete bob _msdcs.ad.pumpingstationone.org _ldap._tcp.dc SRV 'vm.ad.pumpingstationone.org. 389 0 100'
 +
 +
=== _tcp.pdc ===
 +
 +
    samba-tool dns query bob _msdcs.ad.pumpingstationone.org _tcp.pdc ALL
 +
 +
delete the extra _ldap records:
 +
 +
    samba-tool dns delete bob _msdcs.ad.pumpingstationone.org _ldap._tcp.pdc SRV 'vm.ad.pumpingstationone.org. 389 0 100'
 +
 +
=== _tcp records ===
 +
 +
    samba-tool dns query bob ad.pumpingstationone.org _tcp ALL
 +
 +
delete the extra _gc, _kerberos, _kpasswd, and _ldap records
 +
 +
    samba-tool dns delete bob ad.pumpingstationone.org _gc._tcp SRV 'vm.ad.pumpingstationone.org. 3268 0 100'
 +
    samba-tool dns delete bob ad.pumpingstationone.org _kerberos._tcp SRV 'vm.ad.pumpingstationone.org. 88 0 100'
 +
    samba-tool dns delete bob ad.pumpingstationone.org _kpasswd._tcp SRV 'vm.ad.pumpingstationone.org. 464 0 100'
 +
    samba-tool dns delete bob ad.pumpingstationone.org _ldap._tcp SRV 'vm.ad.pumpingstationone.org. 389 0 100'
Cookies help us deliver our services. By using our services, you agree to our use of cookies.