View Single Post
frostbyte's Avatar
Posts: 293 | Thanked: 373 times | Joined on Jul 2010 @ Westside
#32
Originally Posted by slyname View Post
Hi,
Have you disabled WiFI, which must be disabled for ipv4 or ipv6 to work on tmo network. Are the scripts executable / did you set the correct permissions on the enable/disable scripts?
1) disabled WIFI

2) rechecked the scripts are executable
-rwxrwxrwx 1 root root 3030 Aug 24 22:52 00_enable_apn_ipv6
-rwxrwxrwx 1 root root 1221 Aug 24 21:41 00_disable_apn_ipv6


3) but I find myself lost in the permissions:

# Only enter the script if the opening connection type is GPRS
if [ $ICD_CONNECTION_TYPE ]; then
if [ $ICD_CONNECTION_TYPE == "GPRS" ]; then

### IPv4 APN value to hook up when activating IPv6 APN ###
MY_IPv4_APN="internet3.voicestream.com"

### IPv6 APN value ###
MY_IPv6_APN="ccinternet2.t-mobile.com"

### IPv6 APN username ###
MY_IPv6_USERNAME=

### IPv6 APN password ###
MY_IPv6_PASSWORD=


Yes, I feel kinda stoopid...Thanks again for your patience!