Quantcast
Channel: Tomato Firmware
Viewing all articles
Browse latest Browse all 11025

shibby v119/v120 IPv6 questions

$
0
0
Question: With the latest versions, do i still need the following fixes? The threads for these fixes is a couple years old now.

spurious default IPv6 route:
Code:
echo 0 > /proc/sys/net/ipv6/conf/`nvram get wan_iface`/accept_ra
ip -6 route flush default dev `nvram get wan_iface`
echo 2 > /proc/sys/net/ipv6/conf/`nvram get wan_iface`/accept_ra 
QOS & ICMPv6 messages fix:
Code:
ip6tables -t mangle -I OUTPUT 1 -o `nvram get wan_iface` -p icmpv6 \! --icmpv6-type echo-request -j...
shibby v119/v120 IPv6 questions

Viewing all articles
Browse latest Browse all 11025

Trending Articles