Hi all,
I have recently bought a 750G routerboard to link my DMZ IPV6 network to the internal one. I have a /48 subnet and run two networks. The first is my DMZ and the second my internal network. The aim is to use the 750G as the firewall router between the two.
I have been able to set the static IP addresses, turn on the ND and have my internal devices all receive their default routes. The devices can all ping6 the mikrotik In the DMZ I have not been able to get the Mikrotik to include the route information in the radvd advertisments so my fritzbox gateway and the DMZ machines can receive the routing information for the internal network.
A DMZ radvdump shows the following:
radvd configuration generated by radvdump 1.9.2
based on Router Advertisement from fe80::c225:6ff:feb2:cfae (the fritzbox)
received by interface eth0
interface eth0
{
AdvSendAdvert on;
Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvManagedFlag off;
AdvOtherConfigFlag on;
AdvReachableTime 0;
AdvRetransTimer 0;
AdvCurHopLimit 255;
AdvDefaultLifetime 1800;
AdvHomeAgentFlag off;
AdvDefaultPreference high;
AdvLinkMTU 1472;
AdvSourceLLAddress on;
prefix 2001:470:803a::/64
{
AdvValidLifetime 7200;
AdvPreferredLifetime 3600;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
}; # End of prefix definition
RDNSS fd00::c225:6ff:feb2:cfae
{
AdvRDNSSLifetime 1200;
}; # End of RDNSS definition
route 1802:4008:0:708:2001:470:803a:0/0
{
AdvRoutePreference high;
AdvRouteLifetime 1800;
}; # End of route definition
route 2001:470:803a:0:101:c025:6b2:cfae/64
{
AdvRoutePreference high;
AdvRouteLifetime 1800;
}; # End of route definition
}; # End of interface definition
radvd configuration generated by radvdump 1.9.2
based on Router Advertisement from fe80::20c:42ff:fe73:9470 (the 750G)
received by interface eth0
interface eth0
{
AdvSendAdvert on;
Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump
AdvManagedFlag off;
AdvOtherConfigFlag on;
AdvReachableTime 1800;
AdvRetransTimer 60;
AdvCurHopLimit 64;
AdvDefaultLifetime 1800;
AdvHomeAgentFlag off;
AdvDefaultPreference medium;
AdvSourceLLAddress on;
prefix 2001:470:803a::/64
{
AdvValidLifetime 2592000;
AdvPreferredLifetime 604800;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
}; # End of prefix definition
}; # End of interface definition
As you can see, the 750G is not including the route section for my internal network. Due to the fact my fritzbox does not support OSPFv3, does anyone know how to get the RouterOS to include the route section in the radvd?
thanks