Page 1 of 4 1234 LastLast
Results 1 to 10 of 32

Thread: Ipv6 working in Windows 7 / Windows 2008 for FREE usenet without 3rd party software.

  1. #1
    THE WHY

    Okay this is made b/c Cabalo sparked my interest. He read my ubuntu usenet tut and then asked about what about for windows 7. the ubuntu guide is here.
    Ubuntu Lucid (linux) + Sabnzbplus + miredo (ipv6) + FREE usenet + auto download

    Now i guess in linux u can consider miredo 3rd party and it is but its not like having to sign up for a tunnelbroker or run go6 on windows. It runs at system boot and is seemless your ipv6 usenet servers just works... at least for me. I'm sitting behind a verizon dsl modem(westell b90 ???) then a featureless router(d-link DI524), a ddwrt(Net Gear WNR834bv2) broadcasting wireless N to a second ddwrt(Net Gear WNR834bv2) router receiving that wireless N and rebroadcasting it in my house at wireless G and behind all those stacked Ubuntu and miredo work just fine for free ipv6 usenet. So miredo for linux is teredo's equivalent from windows. I think teredo should be able to do the same job with the correct settings.


    What can my linux box do that your win7 can't? I hope to show NOTHING =)

    THE PROBLEM
    If you have your PC plugged straight into your modem then setup without 3rd party software can be done pretty easy. If you are behind a router, specifically not a ipv6 friendly router your setup is much harder and usually consists of signing up for some tunnel broker or using gogo6 client software to tunnel through your NAT(created by your router) and give you ipv6 connectivity to the internet.
    Here is some of the articles I have read and they all give me the notion that its possible to setup in windows natively.
    http://social.technet.microsoft.com/...8-cab3766bd2d1

    http://www.microsoft.com/downloads/d...displaylang=en

    http://social.technet.microsoft.com/...3-2802db7f2869

    http://pugio.net/2007/07/howto-enabl...-teredo-w.html

    http://www.faqs.org/rfcs/rfc4380.html this one is a lot of reading on how teredo works.

    http://yorickdowne.wordpress.com/200...erview-teredo/ articles on forcing teredo sounds promising
    And now combined with the one above bingo.
    http://lmgtfy.com/?q=+IPv6+%2F+Tered...ta+SP2+x86&l=1 its the first link

    thats my reading so far well my relavent reading so far. I will mess with it more on monday and update this post. i did take my win box to a wired internet connection so i can test. but im out for the weekend and ill only have my ubuntu laptop.

    So far from my reading i have found that there are several types of NATs and depending on your type will vary the difficulty of the process of getting the tunneling working. I know that hexago go6 is a working method and will post my luck with it but i want to get ipv6 working without 3rd party software. My thought/belief so far from research is it depends on your modem/router software and how it handles your NAT so there might end out being more requirements than just settings on your win box. Still dunno about this.

    Quick Guide
    For vista and 7 and server 2008+
    step 1.
    get your LAN IP address. should be 192.168. .... something like that. For this guides lets assume its 192.168.1.100
    Take that number to this website and convert it to ipv6 format.
    http://ip-lookup.net/conversion.php
    for 192.168.1.100 it converts to 2002:C0A8:164::

    step 2.
    Open network and sharing center>change adapter settings>(select the network adapter that connects you to the internet)>properties>internet protocol version 6 (tcp/ipv6)>properties.

    If you find that you now have a window that you can set the ipv6 address of your machine. put the ipv6 address you converted to from step one in to the ipv6 address box right under that set the subnet to 48 do not specify a gateway.

    * note if you can ping ipv6 websites but can view them in the browser the problem might be that you need to setup an ipv6 DNS server. One that works is Google ipv6 DNS. http://code.google.com/speed/public-...ing.html#setup

    click ok.close.close. u can exit from the network connections window as well.

    step 3.
    open an administrator cmd window. if your user account is admin thats all you need. go to the start menu and in the search box type
    Code:
    cmd
    now that you have a command window type
    Code:
    netsh int ipv6 show teredo
    enter to look at the current state if its not enterpriseclient make it so with
    Code:
    netsh interface teredo set state enterpriseclient
    enter. then
    Code:
    netsh int ipv6 show teredo
    now it should be interprise.
    Code:
    route print
    find the number of the interface listed as "teredo tunneling Pseudo-Interface" in my case its 49 so replace the number with your number.
    Code:
    netsh interface ipv6 add route ::/0 interface=49
    Thats it except it buggy see if you can
    Code:
    ping ipv6.google.com
    or http://wattcher.015.info/check-ipv6-refresh.html(If you have source code for this site I'd love to have it =).)
    http://test-ipv6.com/ to check the connectivity.
    It seems to drop out sometimes on me and all i do is cmd
    Code:
    netsh interface ipv6 add route ::/0 interface=49
    again and it works again.
    Last edited by rdtphd; 10-09-2011 at 06:24 PM.

  2. Guides and Tutorials   -   #2
    Cabalo's Avatar FileSharingTalker BT Rep: +24BT Rep +24BT Rep +24BT Rep +24BT Rep +24
    Join Date
    Mar 2007
    Location
    European Union
    Age
    47
    Posts
    11,849
    Nice post once again.
    I'm eagerly waiting for an explanation how to use 3rd party software on windows to achieve IPv6 tunneling.

  3. Guides and Tutorials   -   #3
    i am having some success from following what i have found from other places. ill report in now with this link that helped to get it working

    http://lmgtfy.com/?q=+IPv6+%2F+Tered...ta+SP2+x86&l=1

    By following the instructions here I can get ipv6 to work in mt internet browser and i can browse to ipv6.google.com and i can ping ipv6.google.com but i cannot ping reader.ipv6.xsnews.com. I get request timed out. So this I think is a matter of getting the routing correct for the server addresses and then I think ipv6 will work without any 3rd party software.

    Is nobody but Cabalo interested in this? I would write a guide once i finish if its working good but so far no support.
    Last edited by rdtphd; 08-30-2010 at 11:43 PM. Reason: more info

  4. Guides and Tutorials   -   #4
    Cabalo's Avatar FileSharingTalker BT Rep: +24BT Rep +24BT Rep +24BT Rep +24BT Rep +24
    Join Date
    Mar 2007
    Location
    European Union
    Age
    47
    Posts
    11,849
    I'm sure a lot of people will be interested once they know they have full news access using IPv6

  5. Guides and Tutorials   -   #5
    i need some help from somebody that knows how to setup routing tables in windows. Right now its just got me confused. I can browse ipv6 only websites and can ping them, but i cant ping the ipv6 usenet servers it doesn't make sense. have ipv6 address on the net and ipv6 name resolving but still no usenet, I'm only trying xsnews.nl and newszilla which are the 2 free ipv6 servers. Linux+miredo is still one up on Windows+teredo

    I have connected to xsnews.nl only using windows 7 no additional software from behind a nat. The router i have is not ipv6 compatible so there is some success the only problem is there where zero changes from when it was not working to know when it is working. Soooo. thats a little hiccup to be dealt with. Maybe i just needed to give it time.

    close to proof as i can get. sorry for the bad looking image it autoresizes. click it for the full size


    I guess ill say its buggy. but who cares its free and go6 is buggy too. i'll make a guide soon i figure it out the best i can.

    I made a screen of it downloading for more proof. dont mind the slow speed that is my max internet speed atm. 1.5mbit~170kb/s. also a nice note here is that using free ipv6 from xsnews is connecting you to astraweb servers (=


    anybody else getting interested yet =) maybe ill just PM the info to Cabalo

    also to be made clear I hold no special knowledge about how stuff works or programming. I got this to work with minimal knowledge of home networking and using google.com learning how to conduct a search on google is the best thing you can learn. In this case it took some serious googling and with the right search terms answers did popup. I still cant believe the answer was on slickdeals I browse that site all the time but for deals not how to setup my ipv6. So I might title it something like "slickdeals.net brings you ipv6 connectivity"
    Last edited by rdtphd; 08-31-2010 at 08:11 PM. Reason: Automerged Doublepost

  6. Guides and Tutorials   -   #6
    I am interested too, I just don't have time to actually give it a try. I wil try it out over the next two or three days and let you know how I get on.

  7. Guides and Tutorials   -   #7
    I am annoyed now. I am staying an apartment for a few weeks that only has wireless and ubuntu+miredo wont tunnel through properly but now that I know how to setup Windows+teredo it is working great.

  8. Guides and Tutorials   -   #8
    what's the problem ?, your obviously not looking in the right place , its all been covered Right Here on https://filesharingtalk.com forget those external links.

    in effect you simply open a cmd cli/shell, type 'ipv6 install' ,to get the dual IPv6 windows stack going and attached on your Ethernet/wireless cards, go and get the go6 ipv4 to ipv6 tunnel app for your OS , add a working ipv6 usenet server or two into SABnzbd+, and be happy.

    for instance this thread of several available is good enough.

    https://filesharingtalk.com/threads/3...ht=ipv6+server

    the only time waster is that non of them seem to link directly to the old download go6 page to make it simple to get the needed simple to install and almost forget IPv6 tunnel client....(forget, unless you want to use the GUI to change POP (Point Of Presence out there in the co-location web side sites) to a better served POP for the time of day to get better data throughput etc.

    so here you go

    http://go6.net/4105/download.asp

    notice how theres even an older v5 OpenWRT Client and Beta sources, perhaps some dev HERE will take the time to update them for the V6 and make them useable on the more popular http://www.dd-wrt.com sometime ?

    OC it would also be a very good thing if people realized that Usenet used to be essentially free for all , and is the original old school P2p.

    so people and especially current dev's might like to also take the time to re-make and add in todays P2p protocols and other ways to get/give binary content, and make a small self contained micro usenet P2p server that all users could install locally and so simply interface with external end user mail servers and commercial usenet servers etc to make their own local micro sized TB usenet collections readily available to all that they give access too and (P2p or whatever) peer with.

    the old hamster Free newsserver and mailserver software for single computers http://www.elbiah.de/hamster/ code-base re-factored and brought up to date with multi-threading and other nice things etc would be a very good starting point as an example...
    Last edited by pip99; 10-08-2010 at 12:36 PM.

  9. Guides and Tutorials   -   #9
    Quote Originally Posted by rdtphd View Post
    i am having some success from following what i have found from other places. ill report in now with this link that helped to get it working

    http://lmgtfy.com/?q=+IPv6+%2F+Tered...ta+SP2+x86&l=1

    By following the instructions here I can get ipv6 to work in mt internet browser and i can browse to ipv6.google.com and i can ping ipv6.google.com but i cannot ping reader.ipv6.xsnews.com. I get request timed out. So this I think is a matter of getting the routing correct for the server addresses and then I think ipv6 will work without any 3rd party software.

    Is nobody but Cabalo interested in this? I would write a guide once i finish if its working good but so far no support.
    thats the thing ALWAYS Check the Obvious first, you typed a wrong URL that is all.

    it's
    reader.ipv6.xsnews.nl and newszilla6.xs4all.nl but they both have a twist to them, it can be pinged but you need to register on a non English site with one of them i seem to remember to get a free valid user and password emailed to you, its been a long time now but i posted the link and click this word somewhere on here in one of the ipv6 threads if you care to search.

    also i just noticed you set 8 connections and that could be causing problems too, as their both FREE and Your not supposed to use More than 4 max connections at any time , so they or more likely their automatic system can kick you off at any time, it seem silly to risk being kicked off and banned from their good free service for the sake of a little more speed sometimes but thats up to you, ipv6 is no good if you dont have any servers out there to actually connect to.
    Last edited by pip99; 10-08-2010 at 10:38 PM.

  10. Guides and Tutorials   -   #10
    snap3r's Avatar ..::/\::.. BT Rep: +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35BT Rep +35
    Join Date
    Jun 2007
    Age
    36
    Posts
    629
    This is really interesting if what Cabalo says its true then i definitely want to give it a try.I asked a friend to let me try his astraweb today to see what my new ISP can do and as seen here its really awesome

    But i dont know if this is working on me cuz i have a dial up connection and every time i dial the connection ( restart the computer) i get another ip.If i can make this work ill quit torrenting
    Last edited by snap3r; 10-10-2010 at 03:31 PM.

Page 1 of 4 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •