<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Проблема с IPSEC, mt &lt;&gt; cisco]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Проблема с IPSEC, mt &lt;&gt; cisco форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Tue, 18 Aug 2026 18:31:49 -0400</pubDate>
		<item>
			<title>Проблема с IPSEC, mt &lt;&gt; cisco</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291682">Проблема с IPSEC, mt &lt;&gt; cisco</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Вот конфигурация Cisco, которую нам прислали:<br /><br />Object-group network Amercom_Network Network=object 10.36.0.0 255.255.0.0<br />Object-group network SQL_server Description IPs of the same NIC<br />Network-object host 172.16.54.147<br />Network-object host 172.16.54.148<br />Access-list vpn-amercom extended permit ip object-group SQL_server object-group Amercom_network<br />Crypto ipsec transform-set AMERCOM esp-3des esp-sha-hmac<br />Crypto map SARALEE-MAP 10 match address vpn-Amercom<br />Crypto map SARALEE-MAP 10 set peer 62.x.y.z<br />Crypto map SARALEE-MAP 10 set transform-set Amercom<br />Crypto map SARALEE-MAP 10 set security-association lifetime seconds 86400<br />Crypto map SARALEE-MAP 10 set nat-t disable<br />Crypto map SARALEE-MAP interface outside<br />Isakmp enable outside<br />Isakmp policy 1 authentication pre-share<br />Isakmp policy 1 encryption 3des<br />Isakmp policy 1 hash sha<br />Isakmp policy 1 group 2<br />Isakmp policy 1 lifetime 86400<br />Tunnel-group 62.x.y.z type ipsec-121<br />Tunnel-group 62.x.y.z ipsec-attributes Pre-shared-key * <br />
			<i>04.05.2006 10:51:00, rexie.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291682</link>
			<guid>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291682</guid>
			<pubDate>Thu, 04 May 2006 10:51:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Проблема с IPSEC, mt &lt;&gt; cisco</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291681">Проблема с IPSEC, mt &lt;&gt; cisco</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Можешь, пожалуйста, выложить конфиг Cisco, чтобы можно было сравнить. С уважением, Faton. <br />
			<i>04.05.2006 10:47:00, fatonk.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291681</link>
			<guid>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291681</guid>
			<pubDate>Thu, 04 May 2006 10:47:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Проблема с IPSEC, mt &lt;&gt; cisco</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291680">Проблема с IPSEC, mt &lt;&gt; cisco</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, я пытаюсь настроить ipsec-туннель между нашим Mikrotik и Cisco (модель неизвестна) клиента. По какой-то причине мы не можем пройти этап 1. У кого-нибудь есть какие-нибудь подсказки или примеры настройки этого соединения?<br /><br />Конфигурация:<br /><br />policy:<br /> &nbsp; &nbsp;0<br /> &nbsp; &nbsp; &nbsp; &nbsp;src-address=10.36.0.0/16:any<br /> &nbsp; &nbsp; &nbsp; &nbsp;dst-address=172.16.54.147/32:any<br /> &nbsp; &nbsp; &nbsp; &nbsp;protocol=all<br /> &nbsp; &nbsp; &nbsp; &nbsp;action=encrypt<br /> &nbsp; &nbsp; &nbsp; &nbsp;level=require<br /> &nbsp; &nbsp; &nbsp; &nbsp;ipsec-protocols=esp<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel=yes<br /> &nbsp; &nbsp; &nbsp; &nbsp;sa-src-address=62.x.y.z<br /> &nbsp; &nbsp; &nbsp; &nbsp;sa-dst-address=217.x.y.z<br /> &nbsp; &nbsp; &nbsp; &nbsp;proposal=BT<br /> &nbsp; &nbsp; &nbsp; &nbsp;manual-sa=none<br /> &nbsp; &nbsp; &nbsp; &nbsp;dont-fragment=clear<br /><br />peer:<br /> &nbsp; &nbsp;0<br /> &nbsp; &nbsp; &nbsp; &nbsp;address=217.x.y.z/32:500<br /> &nbsp; &nbsp; &nbsp; &nbsp;secret=“*****”<br /> &nbsp; &nbsp; &nbsp; &nbsp;generate-policy=no<br /> &nbsp; &nbsp; &nbsp; &nbsp;exchange-mode=main<br /> &nbsp; &nbsp; &nbsp; &nbsp;send-initial-contact=no<br /> &nbsp; &nbsp; &nbsp; &nbsp;proposal-check=claim<br /> &nbsp; &nbsp; &nbsp; &nbsp;hash-algorithm=sha1<br /> &nbsp; &nbsp; &nbsp; &nbsp;enc-algorithm=3des<br /> &nbsp; &nbsp; &nbsp; &nbsp;dh-group=modp1024<br /> &nbsp; &nbsp; &nbsp; &nbsp;lifetime=1d<br /> &nbsp; &nbsp; &nbsp; &nbsp;lifebytes=0<br /><br />proposal:<br /> &nbsp; &nbsp;1<br /> &nbsp; &nbsp; &nbsp; &nbsp;name=“BT”<br /> &nbsp; &nbsp; &nbsp; &nbsp;auth-algorithms=sha1<br /> &nbsp; &nbsp; &nbsp; &nbsp;enc-algorithms=3des<br /> &nbsp; &nbsp; &nbsp; &nbsp;lifetime=1d<br /> &nbsp; &nbsp; &nbsp; &nbsp;lifebytes=0<br /> &nbsp; &nbsp; &nbsp; &nbsp;pfs-group=none<br /><br />log:<br /> &nbsp; &nbsp;10:21:51 ipsec,ike,info queuing SA request, phase 1 with peer 217.x.y.z will be established first<br /> &nbsp; &nbsp;10:21:51 ipsec,ike,info initiating phase 1, starting mode Identity Protection (local 62.x.y.z:500) (remote unknown)<br /> &nbsp; &nbsp;10:21:51 ipsec,info ipsec packet discarded: src=10.36.1.200 dst=172.16.54.147<br /> &nbsp; &nbsp;10:21:51 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:21:52 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:21:52 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:21:52 ipsec,ike,info packet has invalid ID payload (remote unknown)<br /> &nbsp; &nbsp;10:21:52 ipsec,info ipsec packet discarded: src=10.36.1.200 dst=172.16.54.147<br /> &nbsp; &nbsp;10:21:53 ipsec,info ipsec packet discarded: src=10.36.1.200 dst=172.16.54.147<br /> &nbsp; &nbsp;10:21:54 ipsec,info ipsec packet discarded: src=10.36.1.200 dst=172.16.54.147<br /> &nbsp; &nbsp;10:21:55 ipsec,info ipsec packet discarded: src=10.36.1.200 dst=172.16.54.147<br /> &nbsp; &nbsp;10:22:02 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:22:09 system,info,account user admin logged out from 10.36.0.27 via telnet<br /> &nbsp; &nbsp;10:22:12 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:22:22 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 1, Identity Protection<br /> &nbsp; &nbsp;10:22:22 ipsec,ike,info dequeuing SA request to 217.x.y.z, phase 1 wait timed out<br /> &nbsp; &nbsp;10:22:32 ipsec,ike,info received ISAKMP packet from 217.x.y.z:500, phase 2, Informational<br /> &nbsp; &nbsp;10:22:33 ipsec,ike,info phase 1 deleted (local 62.x.y.z:500) (remote 217.x.y.z:500)<br /><br />Привет, Рекс <br />
			<i>04.05.2006 08:32:00, rexie.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291680</link>
			<guid>http://mikrotik.moscow/forum/forum57/72608-problema-s-ipsec_-mt-_-cisco/message291680</guid>
			<pubDate>Thu, 04 May 2006 08:32:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
