Fri Apr 30, 2010 10:46 am
OK, here is my config:
And now the important thing, i can see a ping running to a global destination through r2, r1 and the answer back from r1 but not on r2.
--GLOBAL--|<--CISCO-->|<--R1-->|<--R2-->|<--int. Host-->
R1 and R2 are two Mikrotik with same OS, RB450G V4.8
here are the addresses of R1:
/ipv6 address
add address=2a01:138:9003::20/64 advertise=no comment="" disabled=no eui-64=no interface=eth01_WAN
add address=2a01:138:9003:10::1/64 advertise=yes comment="" disabled=no eui-64=no interface=bridge01_DMZ
here is the firewall of R1
/ipv6 firewall filter
add action=log chain=forward comment="" disabled=no log-prefix=IPv6_diag
add action=accept chain=input comment="" disabled=no protocol=icmpv6
add action=accept chain=input comment="" disabled=no src-address-list=TRUSTED-IPv6
add action=drop chain=input comment="" disabled=no
add action=accept chain=output comment="" disabled=no protocol=icmpv6
add action=accept chain=forward comment="" disabled=no protocol=icmpv6
add action=accept chain=forward comment="" disabled=no protocol=ipsec-esp
add action=accept chain=forward comment="" disabled=no src-address-list=TRUSTED-IPv6
add action=drop chain=forward comment="" connection-state=invalid disabled=no
add action=accept chain=forward comment="" connection-state=established disabled=no
add action=accept chain=forward comment="" connection-state=related disabled=no
add action=accept chain=forward comment="" disabled=no in-interface=bridge01_DMZ
add action=log chain=forward comment="" disabled=no log-prefix=LOG_before_DROP
add action=drop chain=forward comment="temp. disabled" disabled=yes
here are the addresses of R2:
/ipv6 address
add address=2a01:138:9003:10::2/64 advertise=no comment="" disabled=no eui-64=no interface=eth01_WAN
add address=2a01:138:9003:18::1/64 advertise=no comment="" disabled=no eui-64=no interface=eth04_LAN2_WIN-HyperV1
add address=fe80::1/64 advertise=no comment="" disabled=no eui-64=no interface=eth04_LAN2_WIN-HyperV1
here is the firewall of R2
/ipv6 firewall filter
add action=log chain=forward comment="" disabled=no log-prefix=IPv6_diag
add action=accept chain=forward comment="" disabled=no in-interface=eth04_LAN2_WIN-HyperV1
add action=accept chain=input comment="" disabled=no protocol=icmpv6
add action=accept chain=input comment="" disabled=no src-address-list=TRUSTED-IPv6
add action=drop chain=input comment="" disabled=no
add action=accept chain=forward comment="" disabled=no src-address-list=TRUSTED-IPv6
add action=accept chain=output comment="" disabled=no protocol=icmpv6
add action=accept chain=forward comment="" disabled=no protocol=icmpv6
add action=accept chain=forward comment="" disabled=no protocol=ipsec-esp
add action=drop chain=forward comment="" connection-state=invalid disabled=no
add action=accept chain=forward comment="" connection-state=established disabled=no
add action=accept chain=forward comment="" connection-state=related disabled=no
add action=log chain=forward comment="" disabled=no log-prefix=IPv6_before_DROP
add action=drop chain=forward comment="temp. disabled" disabled=yes
I need to have this fix really urgent, because MS Active Directory isn't replicating anymore.
Hopefully
Stefan