Hi all,
I'm currently using a RT-AX86U on Merlin 386.7_2. I configured a VPN client using VPN director to route my Apple TV traffic through that tunnel & that was working fine until my ISP enabled IPv6.
Right now I keep getting errors in my streaming apps on the Apple TV that I'm in the wrong region. So I added the following to ip6tables via firewall-start script:
This seemed to work at first but then it stops working again after restarting the app. I noticed the Apple TV requesting multiple IPv6 IP's (in the IPv6 tab under clients it had 3 IP's at some point) & for some reason the IPv6 traffic gets through to the WAN even though I have that rule in ip6tables.
Is there any way to prevent the router from replying to DHCPv6 requests from the Apple TV? I tried by adding this to ip6tables but no dice:
I'm not looking into disabling IPv6 altogether, just trying to find a way to block the Apple TV from using it to circumvent the VPN.
My other "workaround" is hooking up my 2nd RT-AX86U to my primary router & have that one dedicated to running the VPN 24/7 with IPv6 disabled.
Thanks in advance for the input.
I'm currently using a RT-AX86U on Merlin 386.7_2. I configured a VPN client using VPN director to route my Apple TV traffic through that tunnel & that was working fine until my ISP enabled IPv6.
Right now I keep getting errors in my streaming apps on the Apple TV that I'm in the wrong region. So I added the following to ip6tables via firewall-start script:
Code:
ip6tables -I FORWARD -m mac --mac-source xx:xx:xx:xx:xx:xx -j REJECT
This seemed to work at first but then it stops working again after restarting the app. I noticed the Apple TV requesting multiple IPv6 IP's (in the IPv6 tab under clients it had 3 IP's at some point) & for some reason the IPv6 traffic gets through to the WAN even though I have that rule in ip6tables.
Is there any way to prevent the router from replying to DHCPv6 requests from the Apple TV? I tried by adding this to ip6tables but no dice:
Code:
ip6tables -I INPUT -p udp -m udp --sport 546 -m mac --mac-source xx:xx:xx:xx:xx:xx -j DROP
I'm not looking into disabling IPv6 altogether, just trying to find a way to block the Apple TV from using it to circumvent the VPN.
My other "workaround" is hooking up my 2nd RT-AX86U to my primary router & have that one dedicated to running the VPN 24/7 with IPv6 disabled.
Thanks in advance for the input.
Last edited: