jixun
jixun
Comments
-
I'll change it to 48 and reboot, thank you for the help! :D Looks like is working fine for now.
-
Looks like the IPv6 only works for a short period (~30 mins?) of time and then it decide to stop working... Delete and re-add those route will make it work again (route caching issue?). I'll upgrade to debian 10 and see if it fixes anything.
-
IPv6 didn't work out of the box in Debian 9, wrote this script to address it: # Put your gateway IP hereGATEWAY_IPV6=1111:2222:3333:4444:0000:0000:0000:0001# Setup eth0 up/down hooks:cat > /etc/network/if-up.d/eth0_ipv6 <<EOF#!/bin/sh[ "\$IFACE" = "eth0" ] || exit 0/sbin/ip -r route add $GATEWAY_IPV6 dev eth0/sbin/ip -r…
-
-snip out as it didn't really work-
-
ouch, does not meet any of those requirements :p