<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=IPv6%3A_Mikrotik%3A_OSPF_over_GRE_Tunnel</id>
	<title>IPv6: Mikrotik: OSPF over GRE Tunnel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=IPv6%3A_Mikrotik%3A_OSPF_over_GRE_Tunnel"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=IPv6:_Mikrotik:_OSPF_over_GRE_Tunnel&amp;action=history"/>
	<updated>2026-04-29T21:29:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=IPv6:_Mikrotik:_OSPF_over_GRE_Tunnel&amp;diff=54166&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;SUmber: https://forum.mikrotik.com/viewtopic.php?t=68950  IPSec can&#039;t transfer multicast traffic, so it is not possible to configure IPSec policy for it. Instead, you can use...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=IPv6:_Mikrotik:_OSPF_over_GRE_Tunnel&amp;diff=54166&amp;oldid=prev"/>
		<updated>2019-01-10T03:44:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;SUmber: https://forum.mikrotik.com/viewtopic.php?t=68950  IPSec can&amp;#039;t transfer multicast traffic, so it is not possible to configure IPSec policy for it. Instead, you can use...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SUmber: https://forum.mikrotik.com/viewtopic.php?t=68950&lt;br /&gt;
&lt;br /&gt;
IPSec can&amp;#039;t transfer multicast traffic, so it is not possible to configure IPSec policy for it. Instead, you can use GRE6 tunnel between your routers and add this GRE interfaces to OSPF-v3.&lt;br /&gt;
For example, if we have two routers, R1 and R2 with IPv6 addresses 2001:db8::1 and 2001:db8::2, instead of adding ether1 interfaces to OSPF-v3, R1 configuration could be:&lt;br /&gt;
Code: Select all&lt;br /&gt;
&lt;br /&gt;
 /ipv6 address&lt;br /&gt;
 add address=2001:db8::1 interface=ether1&lt;br /&gt;
 /interface gre6&lt;br /&gt;
 add ipsec-secret=&amp;quot;Secret!&amp;quot; local-address=2001:db8::1 name=gre-12 \&lt;br /&gt;
     remote-address=2001:db8::2&lt;br /&gt;
 /routing ospf-v3 interface&lt;br /&gt;
 add area=backbone interface=gre-12 network-type=point-to-point&lt;br /&gt;
&lt;br /&gt;
And R2 configuration could be:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 /ipv6 address&lt;br /&gt;
 add address=2001:db8::2 interface=ether1&lt;br /&gt;
 /interface gre6&lt;br /&gt;
 add ipsec-secret=&amp;quot;Secret!&amp;quot; local-address=2001:db8::2 name=gre-21 \&lt;br /&gt;
     remote-address=2001:db8::1&lt;br /&gt;
 /routing ospf-v3 interface&lt;br /&gt;
 add area=backbone interface=gre-21 network-type=point-to-point&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://forum.mikrotik.com/viewtopic.php?t=68950&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>