We noticed our router seems to be forwarding IPv6 over our PPPoE connection to the outside world. This was a bit surprising as we had not enabled IPv6 nor installed the module. We installed the module and disabled everything and attempted to block it in the firewall and still we seem to have IPv6 working from hosts on the network.
Code: Select all
> nslookup youtube.com
Server: indnsc90.ukcore.bt.net
Address: 213.120.234.10
Non-authoritative answer:
Name: youtube.com
Addresses: 2a00:1450:4009:80a::200e
216.58.213.110
Code: Select all
> ping -t 2a00:1450:4009:80f::200e
Pinging 2a00:1450:4009:80f::200e with 32 bytes of data:
Reply from 2a00:1450:4009:80f::200e: time=315ms
Reply from 2a00:1450:4009:80f::200e: time=332ms
Reply from 2a00:1450:4009:80f::200e: time=386ms
Reply from 2a00:1450:4009:80f::200e: time=12ms
Reply from 2a00:1450:4009:80f::200e: time=339ms
Reply from 2a00:1450:4009:80f::200e: time=60ms
Reply from 2a00:1450:4009:80f::200e: time=334ms
Ping statistics for 2a00:1450:4009:80f::200e:
Packets: Sent = 7, Received = 7, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 386ms, Average = 254ms
Code: Select all
> ipv6 export
# jul/15/2017 11:31:26 by RouterOS 6.39.2
# software id = 597B-RF8Z
#
/ipv6 firewall filter
add action=drop chain=input
add action=drop chain=forward
add action=drop chain=forward
add action=drop chain=input in-interface=pppoe-infinity
/ipv6 settings
set accept-redirects=no accept-router-advertisements=no forward=no
Is there anything we can do differently in the config to address this?
Thanks in advance