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  Next
Author Message
Infern0
DD-WRT Novice


Joined: 21 Jul 2008
Posts: 8

PostPosted: Thu Aug 07, 2008 14:24    Post subject: Reply with quote
Since I have a asus WL500W I can use the mega build what is the benefit of using the mega build? Since I cannot find any docs on that.

You mentioned earlier that for the new version you recommended a reset of the router. Is this still the case for the latest version?
Sponsor
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Fri Aug 08, 2008 23:11    Post subject: Reply with quote
Infern0 wrote:
Since I have a asus WL500W I can use the mega build what is the benefit of using the mega build?

All builds intended for a router with 4MB of flash are a compromise of capabilities to fit this space. Routers with 8MB of flash can accommodate everything at once that is in any other build (except for different driver variants, which require different kernel builds). If you have an 8MB router there’s no reason to run any build except a mega unless you really want the extra 4MB in JFFS space.

Infern0 wrote:
Since I cannot find any docs on that.

If you search the wiki and forums, you will find plenty of reference to mega builds, but the concept is pretty simple.

Infern0 wrote:
You mentioned earlier that for the new version you recommended a reset of the router. Is this still the case for the latest version?

I assume you’re asking whether a reset is required between my two versions. My experience is that it is not, but this may differ depending on your hardware (I doubt it is necessary in any case, but I haven’t verified this.) Try it out—worst case you’ll have to reflash via TFTP. If it doesn’t boot or doesn’t work right, you can then reset. The paranoid advice often given is to reset upon any upgrade, but this is a bit extreme. I believe one intent to this advice is to reduce bug reports due to old NVRAM junk causing weird behavior.

If you’re instead asking whether my newer version requires a reset relative to some older DD-WRT version (such as stock v24), then the answer is that this requirement hasn’t changed.

The right solution would be for NVRAM to carry an “NVRAM version” (similar to a structure version carried in a database) and for each version of DD-WRT to know how to upgrade NVRAM parameters from anything previous, or at least from one previous major version. At worst, someone would need to upgrade in several steps to keep their parameters, and the things affected, that might need to be checked or reset, would be documented. How often have you heard of a commercial software package that requires you to lose all of your settings every time you upgrade? If this were the norm, it’d be pretty hard to sell upgrades.

Yes, I know this isn’t commercial software (unless you count BS’s store), but that’s no excuse for lazy coding.

Sorry about the rant, but this stuff bugs me.


One procedure that I have used to merge my settings is this:
  1. In an ssh session, copy my enhanced nvram binary (built for mipsel, which is most routers) to your router using scp, wget, ftp, etc.
  2. Use this nvram with a command such as /tmp/nvram -q show > /tmp/nvram-old.txt to dump your current settings, and then copy this file to a Linux machine somewhere (or an environment with Unix-like utilities, such as Windows SFU, Interix, or Cygwin).
  3. Use Administration->Backup in the GUI to save your current settings. You may never use this, but it’s nice to be able to go back if necessary.
  4. Upgrade the firmware with the option Reset to Default settings.
  5. In an ssh session with the new firmware, repeat the nvram command (which is my enhanced version in my builds) and copy the results out.
  6. In your external Unix environment, manually separate out any multi-line definitions using a text editor. Searching for lines that don’t begin with nvram will find these quickly.
  7. Run the following:
    Code:
    sort nvram-old.txt > nvram-old-sort.txt
    sort nvram-new.txt | comm -3 nvram-old-sort.txt - > nvram-merge.txt
  8. Go through and edit nvram-merge.txt, choosing the appropriate old or new variable definitions (if you choose to keep the new version, you can simply delete it here since it is already set this way on your router). This is the hard part. For things that are less obvious, such as the sets of wireless settings and network interface plumbing, play it safe and choose the new stuff, and make notes about what to reconfigure manually later using the GUI. Also manually compare and merge in the multi-line variables you broke out earlier.
  9. Copy the resulting merge file to your router, and apply the settings by running it as a shell script.
  10. Do nvram commit and reboot your router.
  11. Hope for the best.
  12. For any settings you noted earlier for which you weren’t comfortable simply setting the variables, manually change them through the GUI.
I’ve also found this procedure helpful for moving selected settings between routers with different hardware. NVRAM backups from different routers (even with identical hardware) are certainly not compatible—at the least they should have different MAC addresses and SSH keys.
Infern0
DD-WRT Novice


Joined: 21 Jul 2008
Posts: 8

PostPosted: Sat Aug 09, 2008 23:20    Post subject: Reply with quote
crushedhat wrote:
Infern0 wrote:
Since I have a asus WL500W I can use the mega build what is the benefit of using the mega build?

All builds intended for a router with 4MB of flash are a compromise of capabilities to fit this space. Routers with 8MB of flash can accommodate everything at once that is in any other build (except for different driver variants, which require different kernel builds). If you have an 8MB router there’s no reason to run any build except a mega unless you really want the extra 4MB in JFFS space.

Ok nice and clear

Quote:
Infern0 wrote:
Since I cannot find any docs on that.

If you search the wiki and forums, you will find plenty of reference to mega builds, but the concept is pretty simple.

Then it is just my lack of searching good enough


Quote:
Infern0 wrote:
You mentioned earlier that for the new version you recommended a reset of the router. Is this still the case for the latest version?

I assume you’re asking whether a reset is required between my two versions. My experience is that it is not, but this may differ depending on your hardware .

I will just try the upgrade without a reset of the nvram and indeed it was based on a upgrade between your versions, since that is the one I'm running right now.

Thanks for the long answers and development of your firmware!
cakruege
DD-WRT Novice


Joined: 08 Jun 2006
Posts: 6

PostPosted: Mon Aug 18, 2008 21:15    Post subject: Reply with quote
I'm waiting wishfully for the version with aiccu.
SMF
DD-WRT Novice


Joined: 13 Jan 2007
Posts: 15

PostPosted: Tue Aug 19, 2008 16:43    Post subject: Reply with quote
Crushedhat,

Sorry I haven't been able to get back in a while. I have a WRT54GS v1.1. I'm using a SIXXS static tunnel. I hope I can try your build - it seems you've added what I was hoping for. Not sure I understand the difference between VINT builds and normal builds (it appears my WRT54GS needs a VINT build). Could you shed any light on this?

You've also opened up the possibility of upgrading my router at some point since you are based on v24sp1.

Thanks,
SMF
CaptObvious
DD-WRT Novice


Joined: 20 Aug 2008
Posts: 2

PostPosted: Wed Aug 20, 2008 13:02    Post subject: Reply with quote
I've tried setting up IPv6 on my WRT54GS using your firmware. It doesn't seem to be working. A ping to an IPv6 address from the router works fine, as does an nslookup, but pings and nslookups from client machines don't work properly.

Here's the info HE gave me:
Code:
Server IPv4 address: 216.66.80.26
Server IPv6 address: 2001:470:1f08:48f::1/64
Client IPv4 address: 82.23.180.243
Client IPv6 address: 2001:470:1f08:48f::2/64
Routed /64: 2001:470:1f09:48f::/64

My startup script:
Code:
ip tunnel add he-ipv6 mode sit remote 216.66.80.26 local 82.23.180.243 ttl 64
ip link set he-ipv6 up
ip addr add 2001:470:1f08:48f::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip addr add 2001:470:1f08:48f::1/64 dev br0

My Radvd script:
Code:
interface br0 {
        AdvSendAdvert on;
        prefix 2001:470:1f08:48f::2/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
}

My ifconfig output:
Code:
br0       Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2A 
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2001:470:1f08:48f::1/64 Scope:Global
          inet6 addr: fe80::216:b6ff:fe18:5b2a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:37193 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35167 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12590449 (12.0 MiB)  TX bytes:16302708 (15.5 MiB)
br0:0     Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2A 
          inet addr:169.254.255.1  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
eth0      Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2A 
          inet6 addr: fe80::216:b6ff:fe18:5b2a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:68179 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67351 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:28175101 (26.8 MiB)  TX bytes:29353280 (27.9 MiB)
          Interrupt:4
eth1      Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2C 
          inet6 addr: fe80::216:b6ff:fe18:5b2c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:130 errors:0 dropped:0 overruns:0 frame:2664
          TX packets:361 errors:14 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:25168 (24.5 KiB)  TX bytes:80248 (78.3 KiB)
          Interrupt:2 Base address:0x5000
he-ipv6   Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::5217:b4f3/128 Scope:Link
          inet6 addr: 2001:470:1f08:48f::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:376 (376.0 B)  TX bytes:464 (464.0 B)
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MULTICAST  MTU:16436  Metric:1
          RX packets:22 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2543 (2.4 KiB)  TX bytes:2543 (2.4 KiB)
vlan0     Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2A 
          inet6 addr: fe80::216:b6ff:fe18:5b2a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:37123 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35295 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12727894 (12.1 MiB)  TX bytes:16468834 (15.7 MiB)
vlan1     Link encap:Ethernet  HWaddr 00:16:B6:18:5B:2B 
          inet addr:82.23.180.243  Bcast:82.23.183.255  Mask:255.255.252.0
          inet6 addr: fe80::216:b6ff:fe18:5b2b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:31253 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32273 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:14307612 (13.6 MiB)  TX bytes:12710682 (12.1 MiB)

nslookup output from the router:
Code:
Server:    192.168.1.1
Address 1: 192.168.1.1 starbase.internal.captobvio.us
Name:      ipv6.he.net
Address 1: 2001:470:0:64::2
Address 2: 64.62.200.2 ipv6.he.net

My ifconfig output from a client machine:
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
   inet 127.0.0.1 netmask 0xff000000
   inet6 ::1 prefixlen 128
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
   inet6 fe80::21b:63ff:fea3:e81e%en0 prefixlen 64 scopeid 0x4
   ether 00:1b:63:a3:e8:1e
   media: autoselect (1000baseT <full-duplex,flow-control>) status: active
   supported media: autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 10baseT/UTP <full-duplex,flow-control> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> 100baseTX <full-duplex,flow-control> 1000baseT <full-duplex> 1000baseT <full-duplex,hw-loopback> 1000baseT <full-duplex,flow-control> none
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
   lladdr 00:1d:4f:ff:fe:6e:90:20
   media: autoselect <full-duplex> status: inactive
   supported media: autoselect <full-duplex>
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   inet6 fe80::21c:b3ff:fec4:5841%en1 prefixlen 64 scopeid 0x6
   inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255
   ether 00:1c:b3:c4:58:41
   media: autoselect status: active
   supported media: autoselect
vmnet8: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   inet 172.16.77.1 netmask 0xffffff00 broadcast 172.16.77.255
   ether 00:50:56:c0:00:08
vmnet1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   inet 192.168.184.1 netmask 0xffffff00 broadcast 192.168.184.255
   ether 00:50:56:c0:00:01

And finally, my nslookup output from that client machine:
Code:
Server:      192.168.1.1
Address:   192.168.1.1#53

Non-authoritative answer:
Name:   ipv6.he.net
Address: 64.62.200.2

I know it's a lot of information, but any ideas where I've gone wrong in my config? Any help would be appreciated.
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Wed Aug 20, 2008 17:21    Post subject: Reply with quote
CaptObvious wrote:
A ping to an IPv6 address from the router works fine, as does an nslookup,

You didn’t say what you were pinging, but if it was an IPv6 address out on the Internet, this proves that your tunnel is up. nslookup, in the implementation on the router, always uses IPv4 transport for the lookup, so this tells you nothing about IPv6 connectivity.

CaptObvious wrote:
but pings and nslookups from client machines don't work properly.

Again, you didn’t say to where. Your client doesn’t have a global IPv6 address, which means that it’s not communicating with radvd. It’s possible that this is a client issue, but more likely that radvd is not running or not configured properly.

Also, it appears that you have both en0 and en1 interfaces on your client connected to the same network. Why? This is at best redundant and confusing, and at worst can cause subtle problems. Just unplug one of them.

Here’s what I suggest:
  1. From your client, ping the link local address of the router, which should work: ping6 fe80::216:b6ff:fe18:5b2a

  2. Change your radvd config on the router to specify a network prefix, not a host, as you have. Use: “prefix 2001:470:1f08:48f::/64”. This shouldn’t have prevented the client from working though. Also, add a semicolon at the end of the last line of your script. I believe that this was making radvd fail to start.

  3. Check ps on the router to see if radvd is running. If not, try starting it manually by running “radvd” from the command line.

  4. If you post further results, be explicit about what you tried and the results. Post the command lines you used and the exact output. Saying that something “doesn't seem to be working” is virtually content-free.

I will posting a new version very soon with GUI config. Configuration will then be much easier.
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Wed Aug 20, 2008 17:34    Post subject: Reply with quote
cakruege wrote:
I'm waiting wishfully for the version with aiccu.

Actually, my last posted version does have a working aiccu client, but you’ve got to configure and start it manually from a startup script.

My next version (coming very soon, really) has better support for aiccu config.
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Wed Aug 20, 2008 17:42    Post subject: Reply with quote
SMF wrote:
Not sure I understand the difference between VINT builds and normal builds (it appears my WRT54GS needs a VINT build). Could you shed any light on this?

As I understand it, it depends on the exact model of CPU and even the revision of it, so it is possible that my build will work. I suggest checking other threads and wiki articles for exact details about this. I have access to a similar WRT54GS that I haven’t tried my build on yet (it is in production use in an environment sensitive to disruption). I’ll probably try it soon, but not before my next release.
CaptObvious
DD-WRT Novice


Joined: 20 Aug 2008
Posts: 2

PostPosted: Wed Aug 20, 2008 21:41    Post subject: Reply with quote
crushedhat wrote:
CaptObvious wrote:
A ping to an IPv6 address from the router works fine, as does an nslookup,

You didn’t say what you were pinging, but if it was an IPv6 address out on the Internet, this proves that your tunnel is up. nslookup, in the implementation on the router, always uses IPv4 transport for the lookup, so this tells you nothing about IPv6 connectivity.


Sorry, all ping tests were to ipv6.he.net.

crushedhat wrote:
CaptObvious wrote:
but pings and nslookups from client machines don't work properly.

Again, you didn’t say to where. Your client doesn’t have a global IPv6 address, which means that it’s not communicating with radvd. It’s possible that this is a client issue, but more likely that radvd is not running or not configured properly.

Also, it appears that you have both en0 and en1 interfaces on your client connected to the same network. Why? This is at best redundant and confusing, and at worst can cause subtle problems. Just unplug one of them.


One is wired, one is wifi. It's a laptop and OS X ignores wifi while a wired connection is plugged in (even so far as dropping ALL wifi connections when you plug in an ethernet cable, much to my dismay).

crushedhat wrote:
Here’s what I suggest:
[list=1][*]From your client, ping the link local address of the router, which should work: ping6 fe80::216:b6ff:fe18:5b2a

[*]Change your radvd config on the router to specify a network prefix, not a host, as you have. Use: “prefix 2001:470:1f08:48f::/64”. This shouldn’t have prevented the client from working though. Also, add a semicolon at the end of the last line of your script. I believe that this was making radvd fail to start.


"ping6 fe80::216:b6ff:fe18:5b2a" now works after adding the semicolon. The client now has an IPv6 addy of 2001:0470:1f08:048f:021b:63ff:fea3:e81e.

"ping6 ipv6.he.net" from the router gives:
Code:
PING ipv6.he.net (2001:470:0:64::2): 56 data bytes
64 bytes from 2001:470:0:64::2: seq=0 ttl=59 time=163.378 ms
64 bytes from 2001:470:0:64::2: seq=1 ttl=59 time=185.831 ms


However, the same command from the client gives:
Code:
intrepid:~ matthew$ ping6 ipv6.he.net
PING6(56=40+8+8 bytes) 2001:470:1f08:48f:21b:63ff:fea3:e81e --> 2001:470:0:64::2

And it just stops there seemingly forever. When trying to browse to an IPv6 site, FireFox sits there saying "Connecting to ipv6.he.net..." for ages, then seems to fall back to IPv4, loading the page and showing my connecting IP as my public IPv4 address.
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Wed Aug 20, 2008 23:58    Post subject: Reply with quote
CaptObvious wrote:
One is wired, one is wifi. It's a laptop and OS X ignores wifi while a wired connection is plugged in (even so far as dropping ALL wifi connections when you plug in an ethernet cable, much to my dismay).

Even if the GUI tells you the connection is “dropped”, apparently BSD still thinks it’s an active (up) interface.

CaptObvious wrote:
"ping6 fe80::216:b6ff:fe18:5b2a" now works after adding the semicolon.

Actually, this should have worked even before fixing radvd by adding the semicolon.

CaptObvious wrote:
The client now has an IPv6 addy of 2001:0470:1f08:048f:021b:63ff:fea3:e81e.

This is good, and means your client saw the radvd broadcast.

CaptObvious wrote:
However, the same command from the client gives:
Code:
intrepid:~ matthew$ ping6 ipv6.he.net
PING6(56=40+8+8 bytes) 2001:470:1f08:48f:21b:63ff:fea3:e81e --> 2001:470:0:64::2

And it just stops there seemingly forever.

I don’t know BSD (and the OS X version of it) as well as Linux, but I’m guessing that the lack of an error here means that there is a default route, but there’s no response. Enter “netstat -f inet6 -r” to see if the default route is your DD-WRT router. If there is one, I suspect a firewall issue. Do you have a client of another type to try?

Did you change the address on your radvd “prefix” line to be a prefix, not a host? This may not be important, but may change the default route advertisement from radvd.

At this point, it looks like your tunnel and radvd are likely working, so the issues you are experiencing are no longer DD-WRT specific. You can probably find more help on other forums geared towards IPv6 on OS X.
SMF
DD-WRT Novice


Joined: 13 Jan 2007
Posts: 15

PostPosted: Thu Aug 21, 2008 1:49    Post subject: Reply with quote
crushedhat,

Well I installed the mega build and it seems to be working fine. The only issue I seem to be having is I can't connect to sixxs.net. It just keeps trying to load but http://ipv6.whatismyv6.com/ shows my correct ipv6 address.

The dd-wrt gui reports Broadcom BCM4712 chip rev 1.

SMF
crushedhat
DD-WRT Novice


Joined: 04 Jul 2008
Posts: 16
Location: Fair Oaks, CA, USA

PostPosted: Fri Aug 22, 2008 12:53    Post subject: Reply with quote
I was expecting to post a new version of my modified firmware soon, but it looks like I won’t be able to work on it again for another couple of weeks.

I’d rather do it right in a couple of weeks than post something rushed that doesn’t work right.
SMF
DD-WRT Novice


Joined: 13 Jan 2007
Posts: 15

PostPosted: Sat Aug 23, 2008 11:51    Post subject: Reply with quote
crushedhat,

I agree. I appreciate you tackling this and look forward to future updates.

Thanks,
SMF
Diosbejgli
DD-WRT Novice


Joined: 23 Aug 2008
Posts: 30

PostPosted: Sat Aug 23, 2008 22:45    Post subject: Reply with quote
crushedhat,
first of all, I would like to say a huge thanks to you for creating this custom version with IPv6 enabled! Very Happy I really appreciate it.

Though, I have a few questions and issues regarding this version.
Where does the '/var/log/messages' reside? Is it in the RAM or Flash? What happens when it gets too big and there's no space left to let the file grow?
Is it possible to mount SMBFS (Windows share) with this custom version so I could store more files on the router?

And I have an issue with SNMP. The SNMPD does not seem to work. I've enabled it in the webinterface then saved, applied, rebooted and the following appears in the syslog:
Code:
Aug 23 22:59:46 wrt54g user.info syslog: snmpd : SNMP daemon successfully started

But when I check the running processes with 'ps' there's no snmp anywhere, neither in 'ps' nor in 'netstat -ln'. Of course I cannot query my router from an SNMP client. I was using SNMP with v23 without any problems. I've also created firewall exceptions to allow UDP port 161 but this isn't the case because the daemon itself is not running. Is it a bug or am I doing wrong something? Please advise how should I troubleshoot this.

Thanks,
Diosbejgli
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next Display posts from previous:    Page 2 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