Hi!
UPDATE: IPv6 forwarding is not working at all - does not matter if I add 2 vlans and I try to ping between them or the below setup. The counters of the ipv6 firewall rules are not incremented (also the invalid drop rules. I’ve also disabled all queues - so that can’t also be the problem.
I was running following on 6.x without problems
/interface pppoe-client add add-default-route=yes disabled=no interface=ether1 keepalive-timeout=60 name=pppoeDslInternet
/ipv6 dhcp-client add interface=pppoeDslInternet pool-name=poolIPv6ppp request=prefix use-peer-dns=no
/ipv6 address add address=::1 from-pool=poolIPv6ppp interface=vlanInternal
With 7.1beta6 I’ve the problem that the IPv6 traffic from the clients are not forwarded into pppoeDslInternet - I see the traffic in the sniffer on the vlanInternal going to the router but no going out on pppoeDslInternet. The routing table looks like this:
> /ipv6/route/print
Flags: D - DYNAMIC; I - INACTIVE, A - ACTIVE; c - CONNECT, d - DHCP, v - VPN, y - COPY; H - HW-OFFLOADED
Columns: DST-ADDRESS, GATEWAY, DISTANCE
DST-ADDRESS GATEWAY D
DAv ::/0 pppoeDslInternet 1
DAd xxxx:xxxx:xxxx:5f60::/60 1
DAc xxxx:xxxx:xxxx:5f61::/64 vlanInternal 0
Forwarding is enabled:
/ipv6 settings set accept-router-advertisements=no max-neighbor-entries=1024
I’ve no bridge configured on the router (/interface/bridge/export is empty), the vlan is directly attached to the interface
/interface vlan add interface=ether2 name=vlanInternal vlan-id=1
Also I can ping the ::1 on vlanInternal from the Internet, so IPv6 itself works. Also the firewall allows all packages origin from the internal network into the internet.
/ipv6 firewall filter
add action=log chain=forward log=yes
add action=accept chain=forward comment="just the answer packets --> pass" connection-state=established
add action=accept chain=forward comment="just the answer packets --> pass" connection-state=related
add action=accept chain=forward comment="from our secure internal network --> pass" in-interface=vlanInternal
ps: I’ve tried disabling/enabling ipv6 as a workaround, but it did not help.
Any help is welcome!
Regard,
Robert