Hi guys!
Unfortunately, I’m facing some issues with my routerboard while trying to connect my network using IPv4/IPv6 via VLAN set up by my ISP.
Before I go into the details I’ll post below a diagram that shows my topology:

Okay, so basically I’ve tried this before on another network, and it works!
The only catch is that in the working network, the IPv6 P2P is not configured via VLAN. It’s the same config posted below (except for the VLAN part of course).
Here is the config:
Interfaces, IPv4 (firewall ommited) and IPv6:
/interface bridge
add fast-forward=no name="WAN Bridge"
/interface ethernet
set [ find default-name=ether1 ] name="eth1 - WAN"
/interface vlan
add interface="WAN Bridge" name=IPv4 vlan-id=3789
add interface="WAN Bridge" name=IPv6 vlan-id=33
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge="WAN Bridge" interface="eth1 - WAN"
/interface list member
add disabled=yes interface="WAN Bridge" list=LAN
add disabled=yes interface="eth1 - WAN" list=WAN
# IPv4
/ip dhcp-server
add address-pool=dhcp_pool29 bootp-support=dynamic interface=bridge name=dhcp1 relay=192.168.88.1
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
add address=189.xx.xx.x6/28 interface=IPv4 network=189.xx.xx.x2
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=no servers=8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844
/ip dns static
add address=192.168.88.1 name=router.lan
/ip neighbor discovery-settings
set discover-interface-list=LA
/ip route
add distance=1 gateway=189.xx.xx.x3
# IPv6
/ipv6 dhcp-server
add address-pool=pool1 interface=bridge name=server1
/ipv6 pool
add name=P2P prefix=2001:DB8:ffff:fffe::108/126 prefix-length=126
add name=pool1 prefix=2001:DB8:3::/48 prefix-length=56
/ipv6 address
add address=::2/126 advertise=no from-pool=P2P interface=IPv6
add address=2001:DB8:3::1 interface=bridge
/ipv6 route
add disabled=yes distance=1 dst-address=2000::/3 gateway=2001:DB8:ffff:fffe::109
/ipv6 nd
set [ find default=yes ] hop-limit=64 managed-address-configuration=yes other-configuration=yes ra-interval=30s-1m30s
/ipv6 nd prefix default
set preferred-lifetime=1m30s valid-lifetime=1m30s
/ipv6 settings
set accept-router-advertisements=no
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
add address=::224.0.0.0/100 comment="defconf: other" list=bad_ipv6
add address=::127.0.0.0/104 comment="defconf: other" list=bad_ipv6
add address=::/104 comment="defconf: other" list=bad_ipv6
add address=::255.0.0.0/104 comment="defconf: other" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=forward in-interface=IPv6 src-address=fe00::/7
add action=accept chain=input comment="Router - Allow IPv6 ICMP" protocol=icmpv6
add action=accept chain=input comment="Router - Accept established connections" connection-state=established
add action=accept chain=input comment="Router - Accept related connections" connection-state=related
add action=drop chain=input comment="Router - Drop invalid connections" connection-state=invalid
add action=accept chain=input comment="Router- UDP" protocol=udp
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/16
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
Ok, so it does not work on VLAN… But what doesn’t?
If I try to ping my ISP gateway which is “2001:DB8:ffff:fffe::109” it gets a timeout…
So I investigated some more and I found that the ND is not finding my neighbor and also, traffic goes only in the TX direction on the VLAN interface (?)
I’ve posted in the attachments some of my tests.
- Pinging
- Packet Sniffing
- ND List
- Torch to explore VLAN IDs
I’ve tried to reason with the ISP and they’ve been accommodating. Unfortunately, we haven’t yet found the core problem.






