diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-15 16:00:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-15 16:00:41 +0100 |
commit | 329b7dbd5cfe0b4430a870c09b16e7dc82cdcde6 (patch) | |
tree | 6e596361717977897ede4a0cd1dcee9ee48ca2e0 /docs/services | |
parent | 4ae6b4cca24cefdeb58658d689f65ab864565b51 (diff) | |
download | vyos-documentation-329b7dbd5cfe0b4430a870c09b16e7dc82cdcde6.tar.gz vyos-documentation-329b7dbd5cfe0b4430a870c09b16e7dc82cdcde6.zip |
dynamic-dns: fix section style guide
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/dynamic-dns.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/services/dynamic-dns.rst b/docs/services/dynamic-dns.rst index ee17695c..ed133b08 100644 --- a/docs/services/dynamic-dns.rst +++ b/docs/services/dynamic-dns.rst @@ -1,11 +1,12 @@ .. _dynamic-dns: +########### Dynamic DNS ------------ +########### VyOS is able to update a remote DNS record when an interface gets a new IP -address. In order to do so, VyOS includes ddclient_, a perl script written for -this exact purpose. +address. In order to do so, VyOS includes ddclient_, a Perl script written for +this only one purpose. ddclient_ uses two methods to update a DNS record. The first one will send updates directly to the DNS daemon, in compliance with :rfc:`2136`. The second @@ -13,8 +14,8 @@ one involves a third party service, like DynDNS.com or any other similar website. This method uses HTTP requests to transmit the new IP address. You can configure both in VyOS. -VyOS CLI and RFC2136 -^^^^^^^^^^^^^^^^^^^^ +CLI and RFC2136 +=============== First, create an :rfc:`2136` config node : @@ -76,8 +77,8 @@ You can also keep a different dns zone updated. Just create a new config node: edit service dns dynamic interface eth0 rfc2136 <confignode2> -VyOS CLI and HTTP dynamic DNS services -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +CLI and HTTP dynamic DNS services +================================= VyOS is also able to use any service relying on protocols supported by ddclient. @@ -132,7 +133,7 @@ It's possible to use multiple services : set server ipv4.tunnelbroker.net ddclient behind NAT -^^^^^^^^^^^^^^^^^^^ +=================== By default, ddclient will update a dynamic dns record using the IP address directly attached to the interface. If your VyOS instance is behind NAT, your |