<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: VPN L2TP/IPSEC]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме VPN L2TP/IPSEC форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Wed, 05 Aug 2026 04:14:56 -0400</pubDate>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435826">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Мало, потому что @Jotne попросил выложить полный экспорт, а вы выбрали случайно выложить только часть. Смотрите мою автоматическую подпись ниже по поводу предотвращения публикации конфиденциальной информации.<br /><br />Некоторые мысли: (не связаны с проблемой L2TP/IPsec)<br /><br />- если только вы не редактировали правила фаервола перед публикацией, ваш фаервол вас ни от чего не защищает — поведение по умолчанию — принимать, а правил с действием drop в конце цепочек input и forward в таблице filter нет. &nbsp;<br />- похоже, вы вручную настроили часть IPsec, и при этом настроили /interface l2tp-server server таким образом, что он создается динамически, как вы упоминаете в апрельском обновлении. &nbsp;<br />- в лучшем случае встроенный VPN-клиент Windows теперь требует другие алгоритмы шифрования и аутентификации, но они не разрешены в вашем /ip ipsec profile и/или /ip ipsec proposal. &nbsp;<br /><br />Попробуйте: &nbsp;<br />- выполнить /system logging add topic=ipsec,!packet, &nbsp;<br />- запускать /log print follow-only file=ipsec-start topics~“ipsec”, &nbsp;<br />- сделать одну полную попытку подключения с Windows, &nbsp;<br />- остановить /log print, &nbsp;<br />- потом скачать и прочитать ipsec-start.txt — возможно, это даст подсказку, в чем дело. &nbsp;<br /><br />Также можно выяснить, что Windows даже не пытается подключиться — вы случайно не оставили тип подключения на «auto», вместо того чтобы поставить L2TP/IPsec? <br />
			<i>31.05.2020 12:55:00, sindy.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435826</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435826</guid>
			<pubDate>Sun, 31 May 2020 12:55:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435825">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Есть хоть какой-то шанс? <br />
			<i>29.05.2020 06:50:00, kretzu77.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435825</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435825</guid>
			<pubDate>Fri, 29 May 2020 06:50:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435824">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			/ip pool &nbsp;<br />add name=L2TP-VPN ranges=192.168.1.90-192.168.1.99 &nbsp;<br />/ip dhcp-server &nbsp;<br />add address-pool=dhcp disabled=no interface=bridge lease-time=1w name=dhcp1 &nbsp;<br />/ppp profile &nbsp;<br />set *0 use-encryption=required &nbsp;<br />add change-tcp-mss=yes dns-server=8.8.8.8,8.8.4.4 local-address=192.168.1.0 \<br /> &nbsp; &nbsp;name=L2TP-VPN remote-address=L2TP-VPN use-encryption=required &nbsp;<br />/ip settings &nbsp;<br />set allow-fast-path=no &nbsp;<br />/interface l2tp-server server &nbsp;<br />set default-profile=L2TP-VPN enabled=yes ipsec-secret=\<br /> &nbsp; &nbsp;****************** max-mru=1276 max-mtu=1276 use-ipsec=yes &nbsp;<br />/interface list member &nbsp;<br />add comment=defconf interface=bridge list=LAN &nbsp;<br />add comment=defconf interface=ether1 list=WAN &nbsp;<br />/ip address &nbsp;<br />add address=192.168.1.1/24 comment=defconf interface=bridge network=\<br /> &nbsp; &nbsp;192.168.1.0 &nbsp;<br />/ip dhcp-server network &nbsp;<br />add address=192.168.1.0/24 comment=defconf gateway=192.168.1.1 netmask=24 &nbsp;<br />/ip firewall filter &nbsp;<br />add action=accept chain=input comment=\<br /> &nbsp; &nbsp;"defconf: принять установленные, связанные и неотслеженные соединения" connection-state=\<br /> &nbsp; &nbsp;established,related,untracked &nbsp;<br />add action=accept chain=input comment="defconf: принять ICMP" protocol=icmp &nbsp;<br />add action=accept chain=input comment="разрешить L2TP/IPSec" in-interface=\<br /> &nbsp; &nbsp;pppoe-out1 protocol=ipsec-esp &nbsp;<br />add action=accept chain=input comment="разрешить L2TP/IPSec" in-interface=\<br /> &nbsp; &nbsp;pppoe-out1 protocol=ipsec-ah &nbsp;<br />add action=accept chain=input comment="разрешить L2TP/IPSec" dst-port=\<br /> &nbsp; &nbsp;500,4500 in-interface=pppoe-out1 protocol=udp &nbsp;<br />add action=accept chain=forward comment=\<br /> &nbsp; &nbsp;"defconf: принять установленные, связанные и неотслеженные соединения" connection-state=\<br /> &nbsp; &nbsp;established,related,untracked &nbsp;<br />add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \<br /> &nbsp; &nbsp;connection-state=established,related &nbsp;<br />add action=drop chain=input comment="defconf: отбросить некорректные" connection-state=\<br /> &nbsp; &nbsp;invalid &nbsp;<br />/ip firewall nat &nbsp;<br />add action=masquerade chain=srcnat comment="defconf: маскарад" \<br /> &nbsp; &nbsp;out-interface=pppoe-out1 &nbsp;<br />/ip ipsec identity &nbsp;<br />add generate-policy=port-override peer=peer1 remote-id=ignore secret=\<br /> &nbsp; &nbsp;************************* &nbsp;<br />/ppp secret &nbsp;<br />add name=l2tp password=******************** profile=L2TP-VPN \<br /> &nbsp; &nbsp;service=l2tp &nbsp;<br />/system identity &nbsp;<br />set name="MikroTik RB3011" &nbsp;<br />/tool mac-server mac-winbox &nbsp;<br />set allowed-interface-list=LAN <br />
			<i>25.05.2020 11:26:00, kretzu77.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435824</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435824</guid>
			<pubDate>Mon, 25 May 2020 11:26:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435823">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Мне это не нужно, но кто-то другой может помочь с вашей конфигурацией. Запустите в терминале эту команду, чтобы получить всё: /export hide-sensitive. Вырежьте и вставьте всё в пост здесь, используя теги кода &lt;/&gt; (выделите код и нажмите кнопку, чтобы добавить теги кода). <br />
			<i>25.05.2020 11:05:00, Jotne.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435823</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435823</guid>
			<pubDate>Mon, 25 May 2020 11:05:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435822">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			@Discmandj: не мог бы ты поделиться своей конфигурацией /export hide-sensitive file=config @kretzu77: у меня работает <br />
			<i>25.05.2020 07:22:00, erlinden.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435822</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435822</guid>
			<pubDate>Mon, 25 May 2020 07:22:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435821">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет! После обновления в апреле VPN l2tp/ipsec больше не работает. Провайдер остался тот же, все настройки такие же, но подключение с Windows и Android телефона не работает. У тебя есть какие-то идеи? <br />
			<i>25.05.2020 06:47:00, kretzu77.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435821</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435821</guid>
			<pubDate>Mon, 25 May 2020 06:47:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435820">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			6.46.6 (последняя стабильная версия). Подскажите, пожалуйста, какую именно часть экспорта вам нужно? Я тут немного новичок и не совсем понимаю, какие разделы /??? требуются. Спасибо! <br />
			<i>25.05.2020 10:46:00, kretzu77.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435820</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435820</guid>
			<pubDate>Mon, 25 May 2020 10:46:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435819">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Что значит 6.46 и где твой экспорт? <br />
			<i>25.05.2020 10:33:00, Jotne.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435819</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435819</guid>
			<pubDate>Mon, 25 May 2020 10:33:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435818">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			6.46 <br />
			<i>25.05.2020 10:15:00, kretzu77.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435818</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435818</guid>
			<pubDate>Mon, 25 May 2020 10:15:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435817">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Какая версия? У MT разные сборки: 6.45, 6.46, 6.47 beta. @Discmandj, не мог бы ты, пожалуйста, поделиться своей конфигурацией / export hide-sensitive file=config для обеих маршрутов? <br />
			<i>25.05.2020 08:27:00, Jotne.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435817</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435817</guid>
			<pubDate>Mon, 25 May 2020 08:27:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>VPN L2TP/IPSEC</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435816">VPN L2TP/IPSEC</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, у меня такая проблема: Mikrotik L2TP-сервер с публичным IP 200.xx.xxx.xx на ether1, мост ether2-5 с LAN IP 192.168.2.1. Другой Mikrotik в другом месте с VPN L2TP IPSec к VPN-серверу, LAN IP 192.168.178.1. Всё работает отлично, пингуются сети 192.168.2.0/24 и 192.168.178.0/24. Я настроил L2TP-клиент на Windows 7 к VPN-серверу Mikrotik — всё работает, могу пинговать все IP из 192.168.2.0/24 и 192.168.178.0/24. Но как только отключаю основной шлюз на VPN-интерфейсе клиента Windows 7, чтобы интернет шёл через точку доступа, к которой подключён Windows 7, а не через VPN, то теперь пингуется только 192.168.2.0/24, а 192.168.178.0/24 — нет. Есть ли способ сохранить доступ к 192.168.178.0/24 без включения основного шлюза на VPN, или как включить основной шлюз, но чтобы интернет шёл через обычный интерфейс, а не VPN на Windows 7? Спасибо. Отправлено с iPhone через Tapatalk. <br />
			<i>06.06.2017 19:33:00, Discmandj.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435816</link>
			<guid>http://mikrotik.moscow/forum/forum57/89325-vpn-l2tp_ipsec/message435816</guid>
			<pubDate>Tue, 06 Jun 2017 19:33:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
