![]() |
2010-08-26
, 17:11
|
|
Posts: 293 |
Thanked: 373 times |
Joined on Jul 2010
@ Westside
|
#72
|
The Following 2 Users Say Thank You to frostbyte For This Useful Post: | ||
![]() |
2010-08-26
, 17:32
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#73
|
### Prioritary IPv6-specific DNS server ### IPv6_DNS="2607:FB90:beef:3::2"
![]() |
2010-08-26
, 23:45
|
Posts: 57 |
Thanked: 39 times |
Joined on Aug 2010
|
#74
|
THANK YOU for this!!!!
if the ip6v doesnt work the way we need it to, do you know how we would go about getting back to the original configuration?
![]() |
2010-08-27
, 00:08
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#75
|
![]() |
2010-08-27
, 00:17
|
Posts: 57 |
Thanked: 39 times |
Joined on Aug 2010
|
#76
|
The Following User Says Thank You to ddrown For This Useful Post: | ||
![]() |
2010-08-27
, 00:46
|
Posts: 1,067 |
Thanked: 313 times |
Joined on Sep 2009
@ USA
|
#77
|
4a) Modify the enable script to reflect your normal APN (epc.tmobile.com for higher priced plan or internet2.voicestream.com for $10 plan) check in setup - internet connections - connections - T-Mobile Internet - Edit -Next, to see which one you are using. Use your favorite editor, I use leafpad
Code:
leafpad /etc/network/if-up.d/00_enable_apn_ipv4b) Change sip.intdt.intra to your ipv4 APN value (epc.tmobile.com or internet2.voicestream.com)
Code:
### IPv4 APN value to hook up when activating IPv6 APN ###
MY_IPv4_APN="sip.indt.intra"4c) Change ipv6.indt.intra to ccinternet2.t-mobile.com
Code:
### IPv6 APN value ###
MY_IPv6_APN="ipv6.indt.intra"4d) Make sure name and password are blank, not indt
Code:
### IPv6 APN username ###
MY_IPv6_USERNAME="indt"
### IPv6 APN password ###
MY_IPv6_PASSWORD="indt"4e) Change no to yes
Code:
### Add prioritary IPv6-specific DNS server? ###
ADD_IPv6_DNS="no"4f) Save and exit.
![]() |
2010-08-27
, 01:07
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#78
|
im a bit confused by this. was fine until i got to 5. where it said save and exit.
so do all those codes get typed in order to the leafpad?
how are they spaced and where do the get save to and what should they be named?
i was entering them in the cd MyDocs in xterm...didnt get any errors and wasnt directed to do differently.
when it said leafpad, i installed it then used your code. just pasted the ccinternet2.t-mobile.com and taped save, then went on.
thank you.
leafpad /etc/network/if-up.d/00_enable_apn_ipv6
![]() |
2010-08-27
, 01:19
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#79
|
So, dumb question here. What happens when the beta testing ends? Do they roll ipv6 into their regular offerings? And, btw, was there a statement of how long the beta period is projected to be?
![]() |
2010-08-27
, 02:17
|
Posts: 1,067 |
Thanked: 313 times |
Joined on Sep 2009
@ USA
|
#80
|
if the ip6v doesnt work the way we need it to, do you know how we would go about getting back to the original configuration?