Questions tagged [dd-wrt]

DD-WRT is a Linux-based 3rd-party replacement firmware for wireless routers, originally for Linksys routers but now supporting a wide variety of brands.

DD-WRT is a Linux based alternative OpenSource firmware suitable for a great variety of WLAN routers and embedded systems. The main emphasis lies on providing the easiest possible handling while at the same time supporting a great number of functionalities within the framework of the respective hardware platform used.

Compared to the software preinstalled on many WLAN routers, DD-WRT allows a reliable operation with a clearly larger functionality that also fulfills the demands of professional deployment.

Useful Links

69 questions
2
votes
0 answers

Android 5 (Lollipop) Wifi Landing Page now in modal dialog/view without redirect to homepage function any more

The Wifi login with Android 5 has changed fundamentally. The redirect (e.g. with a DD-WRT NoCatSplah landing page) is not directly ignored, but it closes after the user clicks on accept-button (now displayed in a new modal view not any more in…
Marian Lux
  • 53
  • 8
1
vote
1 answer

Convert repeated code into a loop

I have a router running DD-WRT that has a start up script used to wake my computer on LAN requests on certain ports. I found this shell script here and changed it to allow for wake on multiple ports. I tried doing a for loop so I wouldn't have to…
MattR
  • 127
  • 2
  • 11
1
vote
0 answers

Failing to run opkg in dd-wrt on ASUS rt-ac66u

I'm trying to install opkg on my ASUS rt-ac66u router running dd-wrt framework. I followed instructions in this link, but it didn't work! Keep in mind that I'm installing it on router's internal Flash Storage, not an external USB. But I don't think…
mmohaveri
  • 528
  • 7
  • 23
1
vote
0 answers

python can't install, build pycrypto

When installing "pip3 install pycrypto" I have this error: creating build/lib.linux-armv7l-3.6/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-armv7l-3.6/Crypto/Protocol copying…
Diamond
  • 175
  • 1
  • 2
  • 14
1
vote
1 answer

How to configure freeradius + mikrotik?

On Centos 7 installed FreeRADIUS 3.0.12 + MYSQL Trying authorization: DD-WRT (all is well): http://pastebin.com/61ScJiQF Mikrotik (error) http://pastebin.com/KzPCREeR MikroTik RouterOS 6.32.4 As can be seen, mikrotik accounting is not passed, even…
entermix
  • 43
  • 1
  • 9
1
vote
2 answers

DD-WRT wget returns a cached file

I'm developing an installer for my YAMon script for *WRT routers (see http://www.dd-wrt.com/phpBB2/viewtopic.php?t=289324). I'm currently testing on a TP-Link TL-WR1043ND with DD-WRT v3.0-r28647 std (01/02/16). Like many others, this firmware…
Al_Caughey
  • 11
  • 6
1
vote
1 answer

nc from host -> VM works (port 9050), but VM (running server written in Python) resets connection [TCP RST] from host -> VM on same port (9050)

Background Info I'm developing a network-enabled embedded device that is intended to communicate with a server. Because this server will be running linux (but I require Windows tools for development), I'm running a VM with Ubuntu Server 14.04 for…
user3738848
1
vote
1 answer

Where can I get sources or detailed documentation of /usr/sbin/nas

I tried to get /usr/bin/nas sources from http://downloads.openwrt.org/sources/nas-4.80.9.1.tar.gz but found that it only contains compiled ELF binaries. I tried to get dd-wrt sources (with hope to find nas there) using the instruction on page…
ChewbaccaKL
  • 366
  • 1
  • 3
  • 11
1
vote
0 answers

Connecting a DD-WRT router to a Squid proxy running on AWS

I am trying to get a Linksys router with the latest DD-WRT (v24-sp2) in my house connected, via Comcast, to an external Squid (v3) proxy that I am running on AWS. When I connect over the WiFi to the DD-WRT router, it connects to the Squid proxy, but…
Dave Strickler
  • 151
  • 1
  • 7
1
vote
1 answer

How to pass commands through ssh to dd-wrt with a loop using a variable from a text file?

So far I have been able to create a small script using ssh combined with expect to pass a single command through to the dd-wrt router that I am working with. Now that this has been accomplished I wish to pass the same command several times through…
Kevin Suchy
  • 57
  • 2
  • 8
0
votes
1 answer

Setting up a repeater with dd-wrt

I need a spare wireless router to provide a wired connection to a pc (pc has no wireless adapter), while the spare router is connected to a 'primary' wireless router. My problem is that it does not seem all is working 100%. From the pc connected…
Roger
  • 2,063
  • 4
  • 32
  • 65
0
votes
0 answers

How can I improve WiFi speeds on my TP-Link TL-WDR4300v1 router running DD-WRT firmware?

WiFi speeds on DD-WRT router are slow compared to the standard rates. The current router is TP-Link TL-WDR4300v1 running the latest DD-WRT firmware (06/02/23 as of this moment) and the speeds I'm getting from 2.4 G are 30-43Mbps down & 40-56Mbps up…
error404
  • 1
  • 2
0
votes
1 answer

anyway to edit dd-wrt nvram .bin backup ( settings backup) file?

is there any way to edit the .bin backup ? i found program by nirosoft called "routerpassview" and it decrypted it very well but don't know how to encrypt it again to .bin file and restore settings DECIMAL HEXADECIMAL DESCRIPTION 84 …
0
votes
1 answer

Read -s with timeout shows text after timeout

Hello I'm using read in bash to ask for a password and have -s to hide input and -t 10 to timeout and all works as expected except for one thing. Here is the code (I'm using the array switch): read -t 10 -a mp -s -p "Enter Password:" It hides the…
8ts
  • 3
  • 1
0
votes
1 answer

openvpn tunnel is slower for select IP addresses

I have a bit of a weird problem with openvpn. I am running an openvpn server on an asus router at home and I have an openvpn client on another router (netgear running dd-wrt) in another location. My initial setup for the client was to pass all…
lucian
  • 350
  • 4
  • 18