И таки как туда подложить адрес rodc?
Read-Only Domain Controllers (RODCs) are not pointing the SOA to them self unlike Writable Domain Controllers
Writable Domain Controllers are always pointing the SOA to them self, because they all host writable copies of Active Directory-Integrated Zones, How ever RODCs doesn't host writable copies of those and therefore points the SOA to an Writable Domain Controller using the following SOA selection model.
1. Trying to select a writable domain controller that is running Windows Server 2008 and is published as a NS for the zone
2. If there are no Windows Server 2008 writable domain controllers that publish a NS for the zone a randomly NS server will be picked from the NS list. (Note: it hasn't to be a DC - just a NC server for the particular zone)
Note: The current SOA target DC is maintained separately for each zone and re-selected every 20 minutes (not configurable). The selection algorithm contains a random component to try to spread load between writable domain controllers.
Needs a clarification to another difference, RODCs doesn't register NS records, so it makes safe from picking any RODC.