View Single Post
Posts: 38 | Thanked: 17 times | Joined on Oct 2009 @ Missouri
#18
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"
EDIT: ICD_CONNECTION_TYPE will be unset in the terminal, use the steps below only for manual testing.

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

Last edited by kopele; 2010-08-21 at 19:21.