Slashdot Mirror


IPv6 for the Linksys WRT54G

AndersBrownworth writes "Earthlink Research and Development has released a firmware load for the Linksys WRT54G wireless access point that supports end-to-end IPv6. They suggest features such as extremely large address space, stateless autoconfiguration and low cost restoration of end-to-end addressability will revolutionize IP communications. It would be interesting if releases like this significantly boost the IPv6 take-up rate but as far as I know, Earthlink doesn't supply end-to-end IPv6 yet."

10 of 232 comments (clear)

  1. They do if you ask for it... by Supp0rtLinux · · Score: 3, Interesting

    I use Earthlink and saw a link on their site about 6 months back for "testers" of their broadband offerings. I signed up cause it offered discount service. About 3 months ago, they sent me a new router (a Linksys, but not the same one as this article) and set me up with end-to-end IPv6. So far, all's worked fine and w/o issue. Perhaps this firmware patch is to be released before they start offering it to more users...

  2. Re:Does anyone support IPV6? by Wesley+Felter · · Score: 3, Interesting

    You don't need any ISP support if you use 6to4.

    Windows supports IPv6 already, although not perfectly.

    The ThreeDegrees P2P app automatically enables and configures IPv6 when you install it, and all its traffic goes over IPv6. It turned out not to be a killer app, but imagine if something like Kazaa or Skype decided to enable IPv6 on everyone's computer.

  3. Well, since China, India, and Japan are going IPv6 by WillAffleckUW · · Score: 2, Interesting

    it really doesn't matter how slow NAm and EU are in changing, because most of humanity will be using IPv6 regardless.

    You either surf the wave or it crashes over you. .-/

    --
    -- Tigger warning: This post may contain tiggers! --
  4. IPv6 - solution without a problem? by lheal · · Score: 4, Interesting

    Is IPv6 a tool looking for a job to do?

    It's not a chicken-and-egg thing, where everyone would do it if there were only the infrastructure, but there's no infrastructure because no one's doing it yet. At least, it doesn't seem that way to me.

    IPv6 came about when the Internet exploded in the early 90's. Folks looked at the address space and said "Hey, we're running out of room!"

    The solution in IPv6 was to use 128-bit addresses instead of 32-bit ones, and to design the next gen of protocols using the lessons learned from the previous one. TCP/IPv4 was designed in an era when security was not in as much focus as it is now.

    It seems like about two minutes after IPv6 began to be developed, the world discovered NAT and firewalls. We'd always had routers with private networks, but NAT made it possible for mortals to set up. A whole company with thousands or millions of IP addresses can be hidden behind a very small set of IPv4 addresses.

    That solution has worked so well that few feel the need to use IPv6.

    I wonder what will happen to force the issue?

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
    1. Re:IPv6 - solution without a problem? by cdwiegand · · Score: 2, Interesting

      Well, except that in my network here at work (~25 machines), I want IPv6. Why? Because we run about 8 servers (some of those internal only, true, but we want to expose them to employees from home, and an extranet), 14 desktops, and a few laptops. Plus VPN users. And I get to do all of this on 5 public IPs. I have to use NAT. Don't even talk to me about FTP - even with the right module, some sites won't talk to us still. But with IPv6, I can drop the NAT, just go back to the firewall being a firewall. Everyone's machine will get an address, and I can expose the servers without having to use lots of rules for port forwarding. Not to mention the security stuff, that should help remove the need for a VPN (assuming that at some point there's an extension to iptables to allow me to drop if the security bit isn't set...)

      --
      . Define sqrt(x) as something really evil like (x / rand()), and bury it deep. Watch your coworkers go nuts.
  5. Breaking the cycle by whitis · · Score: 2, Interesting

    This could be useful for breaking the cycle that prevents adoption of IPv6. ISPs don't provide service because there isn't enough user demand. Users don't demand it in part because a lot of software would break. And software developers don't provide IPv6 support because their ISP doesn't support IPv6. Yes, you can configure tunneling software but if you are behind a NATing and Firewalling router, there are likely to be some problems and by the time you are done configuring it, you don't have time to work on the software; this project actually replaces a commonly used router with one that enables IPv6 rather than getting in the way. And likewise, most people can't really switch to IPv6 only until almost everyone supports IPv6. So, this could help provide critical mass.

    The web page is pretty vague about what is actually going on under the hood. Presumably this distribution creates a tunnel to some IPv6 relay router but what gateway or tunneling protocol is used is not specified.

  6. "just about anything" is right! by phigga · · Score: 2, Interesting

    Ever tried putting Asterisk on one? It's sweet!

  7. Re:Wow. by caluml · · Score: 2, Interesting

    But when is Slashdot going to get some IPv6?
    Call themselves a site for geeks?

  8. 6to4 anycast router by Dolda2000 · · Score: 3, Interesting
    It would be interesting if releases like this significantly boost the IPv6 take-up rate but as far as I know, Earthlink doesn't supply end-to-end IPv6 yet.
    Have you tried checking if they support the IPv4-to-IPv6 anycast router address 192.88.99.1? If they do, you can set up a 6to4 tunnel Real Easy (R).

    Just set up an IPv6 tunnel (Linux SIT tunnels support this natively), and point it to 192.88.99.1 to send to non-6to4 addresses. Other 6to4 destinations will be auto-tunnelled with IPv6-over-IPv4, and any IPv6 packets sent to you will also be automatically routed over IPv6-over-IPv4 by the Internet. Therefore, there's no need to set up a tunnel with a third party if you're using 6to4.

    Fedora Core supports 6to4 more or less out-of-the-box. All you need to do are two things:
    1. Add these lines to /etc/sysconfig/network (why does Slashdot split the lines?):

    NETWORKING_IPV6=yes
    IPV6FORWARDING=yes
    IPV6_DEFA ULTDEV=tun6to4
    2. Add these lines to the /etc/sysconfig/ifcfg-* describing your outbound interface:
    IPV6INIT=yes
    IPV6TO4INIT=yes
  9. Re:Why IPv6 is needed by TheRaven64 · · Score: 2, Interesting
    No, internet routers need power to ROUTE A LOT OF PACKETS. This has nothing to do with IPv6.

    Not quite true (well, true, but misleading). IP addresses were designed to be handed out hierarchically, which made routers very simple. Now, IP addresses are handed out in blocks of 256, in a relatively arbitrary way, making the routing tables much larger than they should be. With IPv6, we will have enough IP addresses to assign them hierarchically again, and still have a few million per person.

    Now this is just nonsense!

    Again, not quite. A lot of worms propagate by simply scanning the IP address space. Because of how densely packed it is, they only need to scan a hundred or so to be guaranteed to find a host (usually a lot less). With IPv6, they would have to scan millions of IP addresses before they found one that was valid. A machine trying to connect to a million non-existent IP addresses is very easy to spot.

    --
    I am TheRaven on Soylent News