IPv6 in v24

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3, 4, 5, 6, 7
Author Message
rogue
DD-WRT Novice


Joined: 28 Apr 2010
Posts: 2

PostPosted: Wed Apr 28, 2010 19:30    Post subject: IPv6 support on DIR-600 B1 Reply with quote
@crushedhat: Does your builds support this model ?
Sponsor
markzero
DD-WRT Novice


Joined: 30 Apr 2010
Posts: 1
Location: USA

PostPosted: Fri Apr 30, 2010 20:44    Post subject: Re: WRT54G v6 & IPv6 Reply with quote
karl wrote:
sfixphdi wrote:
After reading this entire thread and following all the links, am I to correctly assume that there is no way to enable IPv6 functions on my WRT54G v6 (running v24-sp2 build 13064 micro generic)? My first clue is that there is no check box on the Administration>Management page to enable/disable IPv6. All of the other builds seem to be for 4 MB flash - is there no way to make it work on a 2 MB flash unit? Thanks for your help!


Official micro builds do not include IPv6 support. More specifics here: http://www.dd-wrt.com/wiki/index.php/What_is_DD-WRT%3F#Build_Features


Hi. Sorry for the tangent, but I'm also having this problem, but with an official generic standard build.

That table says standard generic supports IPv6, though for v24 it doesn't work by default, and the linked page says it has to be turned on by going to the Administration Management page to enable IPv6. Well, I'm running DD-WRT v24-sp2 (04/23/10) std - build 14311 on my WRT54GS v3, and I don't see that switch, nor the radvd switch on that page. I don't think I had one when I was running "bad" build 13064, either.

Am I clueless? (Quite possibly) Or did IPv6 not get built into these versions? (possibly) Or something else? (meh)

p.s. I can't seem to find a changelog page anywhere on the main site, so have no idea what's new with 14311, or if it has fixed the issues with 13064. It does seem to have marginally better reception, though I could be imagining that. Wonder why the router db keeps recommending the "bad" build, though, when this newer one has been out a week?
karmak
DD-WRT Novice


Joined: 03 May 2010
Posts: 1

PostPosted: Mon May 03, 2010 23:36    Post subject: Re: WRT54G v6 & IPv6 Reply with quote
markzero wrote:
I don't think I had one when I was running "bad" build 13064, either.


I'm running DD-WRT v24-sp2 (10/10/09) std (SVN revision 13064) and there are no options regarding IPv6 under administration/management.
rogue
DD-WRT Novice


Joined: 28 Apr 2010
Posts: 2

PostPosted: Thu May 06, 2010 20:55    Post subject: Re: WRT54G v6 & IPv6 Reply with quote
I'm currently running v24-sp2 (04/23/10) std - build 14311 on a D-Link DIR-615 C2 and no IPv6 here as well. There doesn't seem to be any IPv6 modules in this build. I wonder which build has IPv6 support in it and supports this router..hrm..
bl@d3runn3r
DD-WRT User


Joined: 10 Jan 2010
Posts: 210

PostPosted: Sun May 09, 2010 20:22    Post subject: Reply with quote
I'm also running build 14311 on a D-Link dir-825 and do have the IPv6 option.




After a long time of struggling with Linux commands (i'm a linux noob) and help from others i managed to get IPv6 tunnel working with HE.

Config used:
Radvd
interface br0 {
AdvSendAdvert on;
prefix 2001:yyy:yyy::/64
{
AdvOnLink on;
AdvAutonomous on;
};
};

startup
ip tunnel add he-ipv6 mode sit remote xxx.xxx.xxx.xxx ttl 64
ip link set he-ipv6 up
ip addr add 2001:xxx:xxx:xxx::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip addr add 2001:yyy:yyyy::1/64 dev br0

Only problem i have is that my desktop doesn't get an IPv6 with DHCPv6 (only manual works)

I'm also struggling with ip6tables and don't know how to get that working.

The tuts i found are all talking about vlan1 etc (which my router doesn't have when doing ifconfig)

Only thing i would like to have solved is DHCPv6.

Any ideas?
thito01
DD-WRT Novice


Joined: 28 Jul 2010
Posts: 7

PostPosted: Wed Jul 28, 2010 3:21    Post subject: Where has crushedhat gone Reply with quote
Crushedhat seems to be AWOL. It would be great to see his firmware updated using the newest builds.
methaneb
DD-WRT Novice


Joined: 17 Dec 2006
Posts: 9
Location: Joliet, Illinois, USA

PostPosted: Sun Aug 01, 2010 15:56    Post subject: Reply with quote
I am currently using Crushedhat's mega build on my WRT350N to participate in Comcast's 6RD trial. I also would like to see an updated build for this. Shoot... I'd even be willing to pay for a version of DD-WRT with more native IPV6 support!!
_________________
+WRT350N running DD-WRT v24
+WRT54G running DD-WRT v24
+WHRG54S running DD-WRT v24
thito01
DD-WRT Novice


Joined: 28 Jul 2010
Posts: 7

PostPosted: Sun Aug 01, 2010 17:29    Post subject: Reply with quote
I too would buy the 'box' version being offered if it would have all the IPv6 stuff, including firewall, if it would run on my WRT54G v3
netbus
DD-WRT User


Joined: 27 Jun 2008
Posts: 88
Location: Europe / Austria / Vienna

PostPosted: Wed Aug 04, 2010 11:45    Post subject: Reply with quote
6to4 on WNDR3700 is working fine but a firewall for IPv6 would be great
_________________
WNDR37000v1 @ DD-WRT v24-sp2 - build 18007
sfixphdi
DD-WRT Novice


Joined: 04 Mar 2010
Posts: 27

PostPosted: Wed Dec 22, 2010 21:50    Post subject: WLAN IPv6 on WRT54G-TM Reply with quote
Well, this is quite baffling to me. I had a WRT54G v3 that was working great on IPv6 using the ancient Crushedhat build 10070. It was working fine with the following setup (addresses tweaked, of course):

Code:

# IPv6 Tunnel Settings
ip tunnel add he-ipv6 mode sit remote 66.220.18.42 local 22.33.44.55 ttl 64
ip link set he-ipv6 up
ip addr add 2001:1470:c:1234::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip addr add 2001:1470:f111:abcd::1/64 dev br0
radvd -C /tmp/radvd.conf start
# Firewall Rules for IPv6
iptables -I INPUT 2 -p ipv6 -i vlan1 -j ACCEPT
iptables -I FORWARD -s 66.220.18.42 -i vlan1 -j ACCEPT
#radvd
interface br0 {
        AdvSendAdvert on;
        prefix 2001:1470:f111:abcd::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};


This worked like a charm and served both my wired and wireless computers. Now I have acquired a WRT54G-TM, and have 15508 mega installed on it. With the same code above, IPv6 works for my wired clients, but not my wireless clients. As an aside, it is interesting to note that I do not have to use all of the extra code that is listed elsewhere in this thread (such as insmod ipv6, etc.) to get it to work, however, as I stated, my wireless clients are not getting IPv6 addresses. Anyone have any ideas as to why it's working for wired and not wireless clients?
HolyRoses
DD-WRT User


Joined: 01 Oct 2007
Posts: 138

PostPosted: Tue Sep 25, 2012 1:55    Post subject: Reply with quote
I know this is an old firmware but I still used it.

Finally coded a proper script for it. It's a collection of other scripts on these forums I just put together to my liking.

I attached script, go ahead and use it if you like or modify it to your liking.

-HR



hurricane-electric-ipv6-pub.txt
 Description:
hurricane electric ipv6 script

Download
 Filename:  hurricane-electric-ipv6-pub.txt
 Filesize:  4.14 KB
 Downloaded:  1269 Time(s)

Goto page Previous  1, 2, 3, 4, 5, 6, 7 Display posts from previous:    Page 7 of 7
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum