![]() |
Re: IPv6 T-Mobile US Beta Test
The one thing I did notice is that if I didn't keep using the ipv6 connection/address, I would lose it and end up with a ipv4 only address. Of course a quick disconnect/reconnect get's it right back. That's probably T-Mobile's doing, but it could be the phone's.
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
I did install your ipv6 only connection. Works fine, can access the web, etc. However, it appears that it gives me problems with my sip connection (Gizmo5) and TOR (theonering - google voice access). Both end up with network errors. Is there anything I should add to /etc/resolv.conf I added nameserver 2607:FB09:BEEF:A::1 above nameserver 127.0.0.1 commented it out later. Either way ipv6 only give network error for SIP and TOR, ipv4+ipv6 they work fine. Thanks |
Re: IPv6 T-Mobile US Beta Test
Quote:
I expect the problem with SIP and TOR to be the same as with MSN, having an IPv4 address embedded in the data. This means that DNS64 doesn't have a chance to rewrite the IPv4 address into a IPv6 one. So it probably won't be fixed without an update to that application. |
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
OK, thanks. Based on reading here, I thought that might be the case.
Don't think SIP will get fixed, but Ed may be able to do something for TOR. |
Re: IPv6 T-Mobile US Beta Test
Quote:
call them, ask for Retensions and ask if you can have the $5 loyalty unlimited Internet |
Re: IPv6 T-Mobile US Beta Test
Form has been sent.... For those who have this, did you have to actually wait a week to get confirmation??
|
Re: IPv6 T-Mobile US Beta Test
I'll third that the ipv6 connection is dropped after some time, ipv4 remains connected.
edit Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
i recieved my access in about 4 hours.
i noticed a difference that the youtube ran much smoother and loaded quicker, also that when you go to google.com, instead of being given the mobile site and have the option at the bottom for the desktop version, it is just the version that i was given...dunno if it was desktop or not. but it worked with thier auto-drops almost as quick as on my pc. what else should i be looking for? |
Re: IPv6 T-Mobile US Beta Test
i have also noticed that since i changed my ip6v settings, that i can no longer log into the nokia support discussions blog. and this has affected even while i am on a wifi....not sure how, but it did. i was fine this morning until i changed that setting.
|
Re: IPv6 T-Mobile US Beta Test
After looking at TOR logs, it appears I can't connect to google.com. Microb won't connect to google.com either. I can ping google though. Typing this via ipv6 only. Any suggestions on what to look for?
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
OK, I can reach google again, although it seems slow to resolve it compared to other sites. TOR and SIP are still showing network errors.
Probably try again in the morning. |
Re: IPv6 T-Mobile US Beta Test
this site http://n900-ipv6.garage.maemo.org/ is such an eyesore.
i thought i had it going just changing the access point to ccinternet2.t-mobile.com as it did make a difference, and even made the microb browser ipv6 capable....but i only saw a dancing turtle when i clicked on the link below the still turtle. can someone please just give the simple step-to-step instructions, and not the engineering powerpoint to enable your n900 on this? i have already been set up by tmo. thank you. |
Re: IPv6 T-Mobile US Beta Test
1) Is your N900 stock or are you using Titan's power kernel?
2) Did you download the scripts and copy them to the correct folders? 3) Did you make the scripts executable? 4a) Did you modify the enable script in the if_up.d folder? 4b) Did you edit the APN to either epc.tmobile.com or internet2.voicestream.com? 4c) Are the username and password blank? |
Re: IPv6 T-Mobile US Beta Test
Quote:
2-not sure of the scripts.the dialog was like rudimentry practice after 8 hours in. 3-see 2 4a-see 2 4b-yes i did. using ccinternet2.t-mobile.com as was in the email. 4c-yes they are. |
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
I would not really believe that IPv6 is working unless you can see your IPv6 address echo'd back to you in http://whatismyv6.com |
Re: IPv6 T-Mobile US Beta Test
Quote:
So, my suggestion is hard code "nameserver 2607:FB90:BEEF:A::1" in /etc/resolv.conf to make sure all your DNS queries go over IPv6, which will keep your IDLE timer in check, .... it will also ensure the Google content including youtube comes over IPv6 ... DNS queries over IPv4 will not result in Google AAAA IPv6 DNS records. If you are especially curious, tcpdump gprs1 to see what traffic goes over that interface. Ps. this was when using the dual-stack method from garage. The new package that one of the folks put out for IPv6-only sounds very promising. |
Re: IPv6 T-Mobile US Beta Test
Quote:
That said, if the garage instruction are a pain, you may want to try this process http://code.google.com/p/n900ipv6/wiki/README Some other folks on this board have had good success with it. |
Re: IPv6 T-Mobile US Beta Test
Quote:
1) Download disable script and enable script and save in MyDocs 2)Open Xterm, and gain root, and switch to MyDocs directory Code:
sudo gainroot Code:
cp 00_disable_apn_ipv6 /etc/network/if-down.d Code:
cp 00_enable_apn_ipv /etc/network/if-up.d Code:
leafpad /etc/network/if-up.d/00_enable_apn_ipv6 Code:
### IPv4 APN value to hook up when activating IPv6 APN ### Code:
### IPv6 APN value ### Code:
### IPv6 APN username ### Code:
### Add prioritary IPv6-specific DNS server? ### Code:
### Prioritary IPv6-specific DNS server ### 5) Make sure the scripts are executable Code:
chmod ugo+x /etc/network/if-up.d/00_enable_apn_ipv6 |
Re: IPv6 T-Mobile US Beta Test
Quote:
changing Code:
### Add prioritary IPv6-specific DNS server? ### I'll leave this up for a while add see if it disconnects. *edit* just noticed this was at the very end of one paragraph in the directions, missed it when I set it up originally. |
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
[QUOTE=lemmyslender;799059]
Quote:
I just checked the script from garage and the DNS server is hard coded in the enable script. So, you can change the enable script to have the new DNS server and that will work correctly. Ideally, the DNS server would be pushed from the network to the handset dynamically ... this is how it works in Symbian .... I will follow-up with the author of the garage script to have the new DNS server updated into the script. |
Re: IPv6 T-Mobile US Beta Test
Using the old nameserver that was in the script, I have had a steady connection for 2+ hours. I will change the script on my N900 and reconnect and see how that goes (2607:FB90:BEEF:A::1).
I believe that is what the ipv6 only setup uses. I was having difficultly last night connecting to google while on ipv6 (most other sites worked fine). As I mentioned TOR (google voice) indicates the network is unreachable (it is using python) and my SIP account is with Gizmo5, which is also a google product. SIP would occasionally connect, but not reliably. |
Re: IPv6 T-Mobile US Beta Test
Quote:
But isn't there any way to run only ipv6? |
Re: IPv6 T-Mobile US Beta Test
Quote:
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? |
Re: IPv6 T-Mobile US Beta Test
ipv6 only: http://code.google.com/p/n900ipv6/wiki/README
had problems with ipv4/ipv6 while using JoikuSpot. the ipv6-only setup leaves the ipv4 alone allowing two independent connections. works well! |
Re: IPv6 T-Mobile US Beta Test
Just for completeness I am going to add a step to check for the proper DNS server
Check to verify newer DNS server is used, this should be 2607:FB90:BEEF:A::1, if not change it. Code:
### Prioritary IPv6-specific DNS server ### |
Re: IPv6 T-Mobile US Beta Test
Quote:
mv /etc/network/if-*.d/*apn_ipv6 /home/user This prevents the scripts from being run by putting them in your home directory |
Re: IPv6 T-Mobile US Beta Test
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?
|
Re: IPv6 T-Mobile US Beta Test
Quote:
|
Re: IPv6 T-Mobile US Beta Test
Quote:
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. |
Re: IPv6 T-Mobile US Beta Test
Quote:
Code:
leafpad /etc/network/if-up.d/00_enable_apn_ipv6 That should open up the script in leafpad. Scroll through to find the sections I posted and replace the appropriate parts. *EDIT* fixed in original post. You guys should probably go back and re-quote me or edit your posts to remove most of the quote to avoid confusion. Upon further testing, I can normally get SIP working on ipv6 only. TOR still errors with "network unreachable". In the meantime, ipv4+ipv6 works just fine, will hold connection for several hours. Anyone else out there using TOR? |
Re: IPv6 T-Mobile US Beta Test
Quote:
The beta is just to help tmo iron out the wrinkles. Think gmail or google voice. beta first, then free to everyone later. If I were tmo, I'd offer a cheaper rate to ipv6 uses to encourage adoption. |
Re: IPv6 T-Mobile US Beta Test
i am sorry for asking....
i think my eyes are just hurting from this ...lol. but i believe it is almost there thanks to that. i remember reading somewhere a url to type into microb that would allow me into the settings to enable the ipv6 in the browswer. after going through all the steps. and looking like it was all in ok...it still is giving me an ipv4 from the www.whatismyipv6.com website. |
All times are GMT. The time now is 12:09. |
vBulletin® Version 3.8.8