<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Как рекламировать динамический IPv6-префикс, полученный через DHCPv6? форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Tue, 04 Aug 2026 15:53:15 -0400</pubDate>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391671">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня настроены параметры DHCP, как описано здесь, но DNS по DHCP всё равно не приходит. <br />
			<i>18.05.2021 10:12:00, bossv6.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391671</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391671</guid>
			<pubDate>Tue, 18 May 2021 10:12:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391670">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			В ROS до сих пор существует проблема: RA рекламирует внешний DNS-сервер, например, вашего провайдера, а не себя самого. Поэтому нельзя прорекламировать DNS-сервер ROS через IPv6. Обходной путь — отключить объявление DNS в ND и включить «Другую конфигурацию». &nbsp;<br />/ipv6 nd &nbsp;<br />set [ find default=yes ] advertise-dns=no interface=LAN other-configuration=yes  <br />/ipv6 nd prefix default &nbsp;<br />set preferred-lifetime=6m15s valid-lifetime=10m &nbsp;<br /><br />Затем включите DHCPv6 для DNS с помощью примерно такого набора команд: &nbsp;<br />/ipv6 dhcp-server option &nbsp;<br />add code=23 name=ROUTER_DNS value=0xfd000000000000000000000000000001 &nbsp;<br />add code=24 name=DOMAIN_LIST value="'intra'" &nbsp;<br />add code=43 name=ANDROID_METERED value="s'ANDROID_METERED'" &nbsp;<br />add code=23 name=PIHOLE_DNS value=0xfd000000000000000000000000000006 &nbsp;<br /><br />/ipv6 dhcp-server &nbsp;<br />add address-pool=GUA-pool6 dhcp-option=ROUTER_DNS,DOMAIN_LIST interface=LAN lease-time=10m name=LAN-dhcp6 <br />
			<i>18.05.2021 08:19:00, dksoft.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391670</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391670</guid>
			<pubDate>Tue, 18 May 2021 08:19:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391669">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			После того как я прочитал это сто раз и изучил свой лог wireshark, я нашёл проблему! Время жизни маршрутизатора (с): 0 &nbsp;<br />Время до доступности (мс): 0 &nbsp;<br />Таймер повторной передачи (мс): 0 &nbsp;<br />Время жизни маршрутизатора (с): 0 &nbsp;<br /><br />Проверил настройки ND и увидел, что колонка ra-lifetime пустая. Установка значения по умолчанию — 1800 — решила проблему. <br />
			<i>18.05.2021 04:15:00, bossv6.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391669</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391669</guid>
			<pubDate>Tue, 18 May 2021 04:15:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391668">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Здравствуйте, я тоже использую DHCPv6-клиент, чтобы получить IPv6-префикс (через PPPoE) от провайдера. Хотелось бы уточнить: параметр «Prefix Expires After x:x:x» присылается провайдером? Но провайдер говорит, что IPv6-префикс не меняется, пока я не переподключусь к PPPoE.<br /><br />У меня ситуация такая: IPv6-префикс не меняется согласно «Prefix Expires After x:x:x» и всё работает нормально пару дней, а потом IPv6 внезапно перестаёт работать. Мне нужно сделать Release в DHCPv6-клиенте, чтобы получить новый IPv6-префикс, и тогда всё снова работает нормально.<br /><br />У вас есть идеи или можете подсказать, как включить детальный лог, чтобы проверить что происходит? Спасибо! <br />
			<i>16.05.2021 04:35:00, Dome.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391668</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391668</guid>
			<pubDate>Sun, 16 May 2021 04:35:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391667">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			До сих пор ни один из клиентов не устанавливает шлюз по умолчанию на него. Если я делаю это вручную, тогда всё работает. <br />
			<i>02.03.2021 00:32:00, bossv6.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391667</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391667</guid>
			<pubDate>Tue, 02 Mar 2021 00:32:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391666">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Мне кажется, это вполне логично. Что я вижу в своей локальной сети: в качестве IPv6 исходящего адреса передаётся link-local адрес роутера (а целевой адрес — ff02::1, что означает «все узлы» согласно RFC4291)… и похоже, что клиенты с SLAAC воспринимают этот адрес как настоящий шлюз по умолчанию. Параметр «Router lifetime (s)» установлен в 1800, что совпадает с настройкой ra-lifetime=30m в /ipv6 nd (а это значение по умолчанию, по крайней мере в ROS 6.47.9). RA содержит опцию «Recursive DNS server» с IPv6 адресом… который я указал в /ip dns (да-да, я понимаю, обычно там только IPv4, но у меня там три адреса DNS-серверов: один IPv6 и два IPv4). RA также содержит опцию «Prefix information» с корректным IPv6 префиксом для этой локальной сети. Вообще, у меня настройки /ipv6 nd остались по умолчанию. <br />
			<i>01.03.2021 17:05:00, mkx.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391666</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391666</guid>
			<pubDate>Mon, 01 Mar 2021 17:05:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391665">Как рекламировать динамический IPv6-префикс, полученный через DHCPv6?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Мой провайдер выдает мне динамический префикс /56 (почему — хотелось бы тоже знать…). Мне удалось настроить DHCPv6-клиент, который создает пул с полученным подсетем /56. Теперь я не понимаю, как разрекламировать префикс(ы) в сеть за роутером. Я создал DHCPv6-сервер с этим пулом в опциях, создал запись ND, но ничего не происходит…<br /><br />[admin@MikroTik] /ipv6&gt;&gt; dhcp-server print  <br />Флаги: D - динамический, X - отключен, I - недействителен &nbsp;<br /> # &nbsp; &nbsp;NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INTERFACE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ADDRESS-POOL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PREFERENCE LEASE-TIME &nbsp;<br /> 0 &nbsp; &nbsp;server1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bridge &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; internode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;255 3d &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />[admin@MikroTik] /ipv6&gt;&gt; pool print  <br />Флаги: D - динамический &nbsp;<br /> # &nbsp; NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PREFIX &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PREFIX-LENGTH EXPIRES-AFTER &nbsp; &nbsp; &nbsp; &nbsp;<br /> 0 D internode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2001:4777:1e10:da50::/56 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 56 1ч50м15с &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />[admin@MikroTik] /ipv6&gt; nd print  <br /><br /> 1 &nbsp; &nbsp;interface=bridge ra-interval=3m20s-10m ra-delay=3s mtu=unspecified reachable-time=unspecified retransmit-interval=unspecified ra-lifetime=none hop-limit=unspecified advertise-mac-address=yes advertise-dns=yes managed-address-configuration=no &nbsp;<br /><br /> &nbsp; &nbsp; &nbsp;other-configuration=yes <br />
			<i>15.02.2021 10:40:00, bossv6.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391665</link>
			<guid>http://mikrotik.moscow/forum/forum57/84941-kak-reklamirovat-dinamicheskiy-ipv6_prefiks_-poluchennyy-cherez-dhcpv6/message391665</guid>
			<pubDate>Mon, 15 Feb 2021 10:40:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
