|
578 | 578 | <varlistentry> |
579 | 579 | <term><varname>NTP=</varname></term> |
580 | 580 | <listitem> |
581 | | - <para>An NTP server address. This option may be specified more than once. This setting is read by |
| 581 | + <para>An NTP server address (either an IP address, or a hostname). This option may be specified more than once. This setting is read by |
582 | 582 | <citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> |
583 | 583 | </listitem> |
584 | 584 | </varlistentry> |
|
1412 | 1412 | <varlistentry> |
1413 | 1413 | <term><varname>UseNTP=</varname></term> |
1414 | 1414 | <listitem> |
1415 | | - <para>When true (the default), the NTP servers received |
1416 | | - from the DHCP server will be used by systemd-timesyncd |
1417 | | - and take precedence over any statically configured ones.</para> |
| 1415 | + <para>When true (the default), the NTP servers received from the DHCP server will be used by |
| 1416 | + <filename>systemd-timesyncd.service</filename> and take precedence over any statically configured |
| 1417 | + ones.</para> |
1418 | 1418 | </listitem> |
1419 | 1419 | </varlistentry> |
1420 | 1420 | <varlistentry> |
1421 | 1421 | <term><varname>UseSIP=</varname></term> |
1422 | 1422 | <listitem> |
1423 | | - <para>When true (the default), the SIP servers received |
1424 | | - from the DHCP server will be saved at the state files and can be |
1425 | | - read via <function>sd_network_link_get_sip_servers()</function> function.</para> |
| 1423 | + <para>When true (the default), the SIP servers received from the DHCP server will be collected |
| 1424 | + and made available to client programs.</para> |
1426 | 1425 | </listitem> |
1427 | 1426 | </varlistentry> |
1428 | 1427 |
|
|
2010 | 2009 | <term><varname>EmitDNS=</varname></term> |
2011 | 2010 | <term><varname>DNS=</varname></term> |
2012 | 2011 |
|
2013 | | - <listitem><para>Takes a boolean. Configures whether the DHCP leases handed out |
2014 | | - to clients shall contain DNS server information. Defaults to <literal>yes</literal>. |
2015 | | - The DNS servers to pass to clients may be configured with the |
2016 | | - <varname>DNS=</varname> option, which takes a list of IPv4 |
2017 | | - addresses. If the <varname>EmitDNS=</varname> option is |
2018 | | - enabled but no servers configured, the servers are |
2019 | | - automatically propagated from an "uplink" interface that has |
2020 | | - appropriate servers set. The "uplink" interface is determined |
2021 | | - by the default route of the system with the highest |
2022 | | - priority. Note that this information is acquired at the time |
2023 | | - the lease is handed out, and does not take uplink interfaces |
2024 | | - into account that acquire DNS or NTP server information at a |
2025 | | - later point. DNS server propagation does not take |
2026 | | - <filename>/etc/resolv.conf</filename> into account. Also, note |
2027 | | - that the leases are not refreshed if the uplink network |
2028 | | - configuration changes. To ensure clients regularly acquire the |
2029 | | - most current uplink DNS server information, it is thus |
2030 | | - advisable to shorten the DHCP lease time via |
2031 | | - <varname>MaxLeaseTimeSec=</varname> described |
| 2012 | + <listitem><para><varname>EmitDNS=</varname> takes a boolean. Configures whether the DHCP leases |
| 2013 | + handed out to clients shall contain DNS server information. Defaults to <literal>yes</literal>. The |
| 2014 | + DNS servers to pass to clients may be configured with the <varname>DNS=</varname> option, which takes |
| 2015 | + a list of IPv4 addresses. If the <varname>EmitDNS=</varname> option is enabled but no servers |
| 2016 | + configured, the servers are automatically propagated from an "uplink" interface that has appropriate |
| 2017 | + servers set. The "uplink" interface is determined by the default route of the system with the highest |
| 2018 | + priority. Note that this information is acquired at the time the lease is handed out, and does not |
| 2019 | + take uplink interfaces into account that acquire DNS server information at a later point. If no |
| 2020 | + suitable uplinkg interface is found the DNS server data from <filename>/etc/resolv.conf</filename> is |
| 2021 | + used. Also, note that the leases are not refreshed if the uplink network configuration changes. To |
| 2022 | + ensure clients regularly acquire the most current uplink DNS server information, it is thus advisable |
| 2023 | + to shorten the DHCP lease time via <varname>MaxLeaseTimeSec=</varname> described |
2032 | 2024 | above.</para></listitem> |
2033 | 2025 | </varlistentry> |
2034 | 2026 |
|
2035 | 2027 | <varlistentry> |
2036 | 2028 | <term><varname>EmitNTP=</varname></term> |
2037 | 2029 | <term><varname>NTP=</varname></term> |
2038 | | - |
2039 | | - <listitem><para>Similar to the <varname>EmitDNS=</varname> and |
2040 | | - <varname>DNS=</varname> settings described above, these |
2041 | | - settings configure whether and what NTP server information |
2042 | | - shall be emitted as part of the DHCP lease. The same syntax, |
2043 | | - propagation semantics and defaults apply as for |
2044 | | - <varname>EmitDNS=</varname> and |
2045 | | - <varname>DNS=</varname>.</para></listitem> |
2046 | | - </varlistentry> |
2047 | | - |
2048 | | - <varlistentry> |
2049 | 2030 | <term><varname>EmitSIP=</varname></term> |
2050 | 2031 | <term><varname>SIP=</varname></term> |
2051 | | - |
2052 | | - <listitem><para>Similar to the <varname>EmitDNS=</varname> and |
2053 | | - <varname>DNS=</varname> settings described above, these |
2054 | | - settings configure whether and what SIP server information |
2055 | | - shall be emitted as part of the DHCP lease. The same syntax, |
2056 | | - propagation semantics and defaults apply as for |
2057 | | - <varname>EmitDNS=</varname> and |
2058 | | - <varname>DNS=</varname>.</para></listitem> |
2059 | | - </varlistentry> |
2060 | | - |
2061 | | - <varlistentry> |
2062 | | - <term><varname>POP3Servers=</varname></term> |
2063 | | - |
2064 | | - <listitem><para>Similar to the <varname>DNS=</varname> setting described above, this setting |
2065 | | - configures whether and what POP3 server information shall be emitted as part of the DHCP lease. The |
2066 | | - same syntax, propagation semantics and defaults apply as for |
2067 | | - <varname>DNS=</varname>.</para></listitem> |
2068 | | - </varlistentry> |
2069 | | - |
2070 | | - <varlistentry> |
2071 | | - <term><varname>SMTPServers=</varname></term> |
2072 | | - |
2073 | | - <listitem><para>Similar to the <varname>DNS=</varname> setting described above, this |
2074 | | - setting configures whether and what SMTP server information shall be emitted as part of |
2075 | | - the DHCP lease. The same syntax, propagation semantics and defaults apply as for |
2076 | | - <varname>DNS=</varname>.</para></listitem> |
2077 | | - </varlistentry> |
2078 | | - |
2079 | | - <varlistentry> |
2080 | | - <term><varname>LPRServers=</varname></term> |
2081 | | - |
2082 | | - <listitem><para>Similar to the <varname>DNS=</varname> setting described above, this |
2083 | | - setting configures whether and what LPR (line printer) server information shall be emitted |
2084 | | - as part of the DHCP lease. The same syntax, propagation semantics and defaults apply as for |
2085 | | - <varname>DNS=</varname>.</para></listitem> |
| 2032 | + <term><varname>EmitPOP3=</varname></term> |
| 2033 | + <term><varname>POP3=</varname></term> |
| 2034 | + <term><varname>EmitSMTP=</varname></term> |
| 2035 | + <term><varname>SMTP=</varname></term> |
| 2036 | + <term><varname>EmitLPR=</varname></term> |
| 2037 | + <term><varname>LPR=</varname></term> |
| 2038 | + |
| 2039 | + <listitem><para>Similar to the <varname>EmitDNS=</varname> and <varname>DNS=</varname> settings |
| 2040 | + described above, these settings configure whether and what server information for the indicate |
| 2041 | + protocol shall be emitted as part of the DHCP lease. The same syntax, propagation semantics and |
| 2042 | + defaults apply as for <varname>EmitDNS=</varname> and <varname>DNS=</varname>.</para></listitem> |
2086 | 2043 | </varlistentry> |
2087 | 2044 |
|
2088 | 2045 | <varlistentry> |
|
0 commit comments