I ran into some problems with the setup as well, so here are a couple of tips: Enter the actual APN name in the script, example: Code: MY_IPv4_APN="internet2.voicestream.com" MY_IPv6_APN="ccinternet2.t-mobile.com" The script checks the $ICD_CONNECTION_TYPE environment variable, once connected to your normal APN make sure the variable is set (mine wasn't): Code: echo $ICD_CONNECTION_TYPE If you get a blank line, set the variable: Code: export ICD_CONNECTION_TYPE=GPRS Rerun the script: Code: /etc/network/if-up.d/00_enable_apn_ipv6 Hope this helps
MY_IPv4_APN="internet2.voicestream.com" MY_IPv6_APN="ccinternet2.t-mobile.com"
echo $ICD_CONNECTION_TYPE
export ICD_CONNECTION_TYPE=GPRS
/etc/network/if-up.d/00_enable_apn_ipv6