User Tools

Site Tools


univention:udm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
univention:udm [2024/04/25 18:52]
47.128.53.31 old revision restored (2024/04/18 14:44)
univention:udm [2024/04/27 03:51] (current)
47.128.40.122 old revision restored (2024/04/18 15:02)
Line 5: Line 5:
 If you are hosting a domain on the internet and have a host you would like to reach via an internal address instead of an external address then you can do this in UCS. Adding the entry to the GUI is an option but if importing a large zone then that is NOT an option and you will need to use udm. If you are hosting a domain on the internet and have a host you would like to reach via an internal address instead of an external address then you can do this in UCS. Adding the entry to the GUI is an option but if importing a large zone then that is NOT an option and you will need to use udm.
  
-==== Create split horizon / zone entry ====+==== Create split horizon entry ====
  
-To add a split horizon entry you will have to add a zone entry just like in the GUI but using udm instead. Naturally you can use this method to add a new DNS Zone as well.+To add a split horizon entry you will have to add a zone entry just like in the GUI but using udm instead.
  
-<code>udm dns/forward_zone create --set zone="host.domainname.tld." --set a="xx.xx.xx.xx" --set nameserver="ucsns.ucsdomain.ucstld."</code>+<code>udm dns/forward_zone create --set zone="bwweb01.bergwerk-it.de." --set a="10.3.1.103" --set nameserver="bwuniventionmaster.berg45.de."</code>
  
-==== Modify a split horizon / zone entry ==== 
- 
-Modifying an entry or zone is a bit different than creating the entry. You will be needing to use the DN of the zone entry to target it. 
- 
-<code>udm dns/forward_zone modify --dn zoneName=host.domainname.tld,dc=ucsdomain,dc=ucstld --append nameserver="ucsns2.ucsdomain.ucstld." --append nameserver="ucsns3.ucsdomain.ucstld."</code> 
univention/udm.txt ยท Last modified: 2024/04/27 03:51 by 47.128.40.122