IPv6 updated instructions and scripts for 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, 8  Next
Author Message
Diosbejgli
DD-WRT Novice


Joined: 23 Aug 2008
Posts: 30

PostPosted: Fri Apr 09, 2010 23:42    Post subject: Reply with quote
Linux DD-WRT 2.4.37 #4442 Wed Apr 7 13:10:53 CEST 2010 mips unknown
eko build 14205 NEWD

using -d root and -force-depends did not help anything, results are the same for both versions.

UPDATE:
libiptc_1.4.6-2_brcm-2.4.ipk and libxtables_1.4.6-2_brcm-2.4.ipk were needed. both are available from downloads.openwrt.org.
after installing libiptc the ip6tables was complaining about "can't load library 'libxtables.so.4'". installing that as well solved the problem.

UPDATE 2:
now it says the following with any kind of target:
# ip6tables -I INPUT -p icmp -j DROP
ip6tables v1.4.6: Couldn't load target `standard':File not found
Sponsor
bl@d3runn3r
DD-WRT User


Joined: 10 Jan 2010
Posts: 210

PostPosted: Mon May 10, 2010 16:57    Post subject: Reply with quote
This looks promising for my d-link dir-825.

It runs build 14311 on kernel 2.6.24.111

Anyone tested this already or can tell if this works for this build?
(also ip6tables as mentioned in start post)
mreimer
DD-WRT Novice


Joined: 02 Jun 2010
Posts: 2

PostPosted: Wed Jun 02, 2010 19:30    Post subject: Reply with quote
This error:

Code:
# ip6tables -A INPUT -i lo -j ACCEPT
ip6tables v1.3.8: Couldn't load target `standard':File not found


can be fixed thusly:

Code:
# IP6TABLES_LIB_DIR=/jffs/usr/lib/iptables ip6tables -A INPUT -i lo -j ACCEPT
Diosbejgli
DD-WRT Novice


Joined: 23 Aug 2008
Posts: 30

PostPosted: Wed Jun 02, 2010 19:36    Post subject: Reply with quote
Thank you for your reply mreimer. Unfortunately, it's still not working with that solution.

root@DD-WRT:~# export XTABLES_LIBDIR='/jffs/usr/lib/iptables'
root@DD-WRT:~# ip6tables -A INPUT -i lo -j ACCEPT
ip6tables v1.4.6: Couldn't load target `standard':File not found

Try `ip6tables -h' or 'ip6tables --help' for more information.
mreimer
DD-WRT Novice


Joined: 02 Jun 2010
Posts: 2

PostPosted: Wed Jun 02, 2010 19:49    Post subject: Reply with quote
FWIW, I was using kmod-ip6tables and ip6tables packages from http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/ .
Diosbejgli
DD-WRT Novice


Joined: 23 Aug 2008
Posts: 30

PostPosted: Wed Jun 02, 2010 19:53    Post subject: Reply with quote
me too, as I mentioned in my previous posts. however, maybe we are not using the same ddwrt build or maybe the ipkg packages are not really designed for that kernel what I'm using.
phiku
DD-WRT Novice


Joined: 29 Jun 2010
Posts: 3

PostPosted: Thu Jul 01, 2010 7:11    Post subject: Ping6 doesn't work on k2.6 Reply with quote
Hey,

I would like to test my aiccu configuration but the selftest ends by using ping6.

Code:
#ping6 www.sixss.net
/jffs/usr/bin/ping6: line 4:EL@P4p4: not found
/jffs/usr/bin/ping6/jffs/usr/bin/ping6: line 4: (

         =-*,7)
  ArÐApPï÷rÔ@+Aò: not found
/jffs/usr/bin/ping6: line 4: EC: not found
: line 5: syntax error: "(" unexpected


I have installed the packages with are described in the first post of these threat under k2.6 and test the beta's too.

thanks, phiku
fgimenez
DD-WRT Novice


Joined: 09 Jun 2006
Posts: 24

PostPosted: Thu Jul 08, 2010 5:52    Post subject: Reply with quote
fastest963 wrote:
I just tested and the 2.4.35.4 modules worked fine in 2.4.37.


you sure?

they load and give no errorss, but did you test the filters to make sure they are actually working?

please check my notes on the other post: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=61183
phiku
DD-WRT Novice


Joined: 29 Jun 2010
Posts: 3

PostPosted: Thu Jul 08, 2010 8:34    Post subject: Reply with quote
fgimenez wrote:
fastest963 wrote:
I just tested and the 2.4.35.4 modules worked fine in 2.4.37.


you sure?

they load and give no errorss, but did you test the filters to make sure they are actually working?

please check my notes on the other post: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=61183


I' am a little bit confuesed now. Are these 2.4.37 modules for the Kernel 2.6.xxx or only for Kernel 2.4.xxx.?
socal87
DD-WRT Guru


Joined: 30 Jun 2009
Posts: 944
Location: Here

PostPosted: Fri Jul 09, 2010 6:56    Post subject: Reply with quote
Think about what you're asking...the 2.4 modules are for the 2.4 kernel, and the 2.6 modules are for the 2.6 kernel, currently 2.6.24.111...
_________________
Click here for Eko beta
Click here for Brainslayer beta

>>>PEACOCK THREAD!<<<

I do NOT offer personal assistance.
Please do not PM me for help.

fgimenez
DD-WRT Novice


Joined: 09 Jun 2006
Posts: 24

PostPosted: Sat Jul 10, 2010 8:44    Post subject: Reply with quote
Got it working with kernel 2.4.37.
Compiled the modules myself.

more info here http://www.dd-wrt.com/phpBB2/viewtopic.php?t=61183
mpyusko
DD-WRT User


Joined: 09 Apr 2009
Posts: 159
Location: Rochester NY

PostPosted: Fri Jul 23, 2010 17:54    Post subject: Reply with quote
How can you test if it is working?

My debian system seems to show "no IPv6 routers present" in dmesg.

_________________
-mpyusko
fgimenez
DD-WRT Novice


Joined: 09 Jun 2006
Posts: 24

PostPosted: Sat Jul 24, 2010 5:47    Post subject: Reply with quote
mpyusko wrote:
How can you test if it is working?

My debian system seems to show "no IPv6 routers present" in dmesg.


the easiest way to test it is

Code:
ping6 ipv6.google.com


Or go to this site that will tell you your ipv6 address:
http://ipv6.whatismyv6.com/

If it ain't working try restarting radvd on the router.

You can also install the radvd package on your debian and then use radvdump to see if you are getting the advertising broadcast from the router.
thito01
DD-WRT Novice


Joined: 28 Jul 2010
Posts: 7

PostPosted: Fri Jul 30, 2010 23:01    Post subject: Reply with quote
Linksys wrt64g v3 with dd-wrt.v24-13491_VINT_std-nokaid_nohotspot_nostor.bin

I am having problems with installing the module ip6t_multiport.o mentioned in the first post.

root@dd-wrt_router_vse2pdf:/jffs# wget http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/kmod-ip6tables_2.4.35.4-brcm-2.4-1_mipsel.ipk
Connecting to downloads.openwrt.org (78.24.191.177:80)
root@dd-wrt_router_vse2pdf:/jffs# ipkg -d root -force-depends install kmod-ip6tables_2.4.35.4-brcm-2.4-1_mipsel.ipk
ERROR: File not found: /jffs/usr/lib/ipkg/lists/whiterussian
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/non-free
You probably want to run `ipkg update'
ERROR: File not found: /jffs/usr/lib/ipkg/lists/backports
You probably want to run `ipkg update'
Unpacking kmod-ip6tables...Done.
Configuring kmod-ip6tables.../jffs/usr/lib/ipkg/info/kmod-ip6tables.postinst: .: line 3: can't open /etc/functions.sh
root@dd-wrt_router_vse2pdf:/jffs# cat /jffs/usr/lib/ipkg/info/kmod-ip6tables.postinst
#!/bin/sh
[ -z "$IPKG_INSTROOT" ] || exit 0
. /etc/functions.sh
load_modules 49-ip6tables
root@dd-wrt_router_vse2pdf:/jffs# ls /jffs/lib/modules/2.4.35.4/
ip6_tables.o ip6t_IMQ.o ip6t_LOG.o ip6t_REJECT.o ip6t_eui64.o ip6t_frag.o ip6t_limit.o ip6t_owner.o ip6table_filter.o ip6table_mangle.o

I have not been able to locate the module ip6t_multiport.o.

I have successfully installed iptables, ping6 and traceroute6. And, I have actually gotten the basic IPv6 working. (Just not ip6tables.)

Any ideas?
crazyzeke
DD-WRT Novice


Joined: 03 Aug 2010
Posts: 18

PostPosted: Tue Aug 03, 2010 14:26    Post subject: Reply with quote
I'm tempted to try this on the WRT54GS v1.1 I'll be receiving in a couple of days time. Right now, I don't want to swap my WRT54G's v1.1 standard out for a smaller build to enable the JFFS needed to store the tables and whatnot.

Is it worth the time spent dicking around with scripts etc? There don't seem to be any significant advantages of IPv6 yet, other than the satisfaction of knowing your home network can do it.

Also, am I right in thinking that the function of 6to4 is literally that of an internal tunneller to allow an ISP connection that is IPv4 only to resolve IPv6 addresses? I ask because I'm pretty sure most common UK broadband providers have been (unsurprisingly) slow to roll out IPv6 support, even though it seems like it wouldn't be terribly difficult to implement.
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next Display posts from previous:    Page 3 of 8
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