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
6
votes
3 answers

How to write DD-WRT C app?

I want to write a small proxy as a user-level program for the DD-WRT environment. The proxy will read/write between a USB HID device (Arduino) attached to the DD-WRT box and a specific web server. The USB device will use an AT-style code. The web…
Larry K
  • 47,808
  • 15
  • 87
  • 140
6
votes
2 answers

Python scripts on DD-WRT embedded router

I've written two Python (2.x) scripts to perform the following: Custom Proxy server (imports optparse, ConfigParser, TLDextract, SocketServer...) Web admin for proxy (imports flask, ConfigParser, netifaces...) These are both currently running on a…
MrDB
  • 659
  • 3
  • 7
  • 15
5
votes
1 answer

Settingup router vpn while exluding Netflix

I have an DD-WRT router with an activated OpenVPN service. I have created the following startup script which I was hoping would exclude Netflix from the VPN tunnel. However, I havent succeeded just yet. When I lookup the ip at whatsmyip.org I still…
7heViking
  • 7,137
  • 11
  • 50
  • 94
5
votes
1 answer

Redirect all the traffic from router to proxy server

I don't know if the question is related to the topics on stackoverflow so, if not sorry in advance. I have the following problem that I'm trying to solve : I am connected to my university network that requires me to configure my browser to use a…
Iulian Rosca
  • 1,005
  • 4
  • 15
  • 30
5
votes
3 answers

Automatically Wake NAS on Access

I'm trying to get my NAS server to wake from an S3 sleep state when the NAS is accessed by a user. I want to do this to increase the longevity of the server, and also to limit its power usage. I've seen people asking for similar advice but none that…
Rabid
  • 326
  • 4
  • 14
5
votes
2 answers

NodeJs on Router via DD-WRT or OpenWRT?

Know anybody, how i can install NodeJS on dd-wrt, openwrt or freewrt system? Or Maybe on any Router with one on these systems: http://en.wikipedia.org/wiki/List_of_router_or_firewall_distributions
tiefenb
  • 732
  • 3
  • 16
  • 32
4
votes
1 answer

Valid ARM executable doesn't find libraries

I cross-compiled a small Hello World program for an ARM embedded device (an Asus RT-AC68U router running DD-WRT): # arm-linux-gnueabi-g++ hello.cpp -mcpu=cortex-a9 -s -o hello The file seems fine: # file hello hello: ELF 32-bit LSB executable, ARM,…
charles
  • 192
  • 1
  • 14
4
votes
0 answers

Concurrent Connection Test

So I ran into a network problem the other day and I was trying to find a way to test for this problem in the future. I had a lot of users online at once and hit my routers max IP connection limit (not DHCP! TCP/UDP connections.) Once I figured out…
4
votes
2 answers

Captive Portal - Chillispot | OpenWrt vs DD-wrt

I've been trying to configure a captive portal using DD-wrt and Open-wrt, with my own radius server and I've also tried to configure them using a CSP page (http://worldspot.net). DD-wrt My first try was with a TP-LINK WR841N (v7.) and DD-wrt using…
AlvaroAV
  • 10,335
  • 12
  • 60
  • 91
4
votes
2 answers

Using Optware packages and startup scripts on dd-wrt router

I'm trying to run a mumble server (umurmur) on my dd-wrt router (Buffalo WZR-HP-AG300H). I flashed one of the recent community versions of dd-wrt on the device (SVN Rev.: 23320), it has an Atheros CPU inside. After that I mounted a USB pendrive…
IlikePepsi
  • 645
  • 1
  • 8
  • 18
4
votes
1 answer

How to write Hello World for OpenWRT and/or dd-wrt

I'm working on running a Hello World program on the Linksys WRT54G-V4 running either dd-wrt or OpenWRT. Right now this router is running dd-wrt for reasons I'll explain below. I'd like to switch this router to OpenWRT, because I've not been able to…
Jim In Texas
  • 1,524
  • 4
  • 20
  • 31
3
votes
1 answer

CISCO E2500 firmware alteration

I got into the firmware programming area very recently and I am in need of your expert advice on keeping my initial step in to this area. I want to modify the firmware of CISCO E2500 router to enhance the routing of IPv4 and IPv6 which includes…
Hasitha Shan
  • 2,900
  • 6
  • 42
  • 83
3
votes
0 answers

Create hostnames on LAN with DD-WRT (on Asus RT-N 16)

I already took a look at this question. But it didn't help me out. My aim is to address targets in my home LAN via http://myrouter or ftp://data etc. and not like http://my_computer.my_domain.local as someone pointed out in the question I linked. I…
jim810
  • 128
  • 2
  • 10
2
votes
0 answers

dd-wrt automount usb storage after reboot

Follow the dd-wrt howto about auto-mount usb storage, I correctly set the script but after reboot it does not runs. nvram set rc_startup=" mount UUID="cc86da36-d6fd-445d-af1b-c08ded86ff00" /mnt/ " after reboot usb device is not mounted. From webgui…
Pol Hallen
  • 1,852
  • 6
  • 32
  • 44
2
votes
1 answer

DD WRT - Is there any option(SNMP /CLI) to get temperature of the router without using web interface?

The dd-wrt firmware is installed in the router. I can able to ssh/telnet to the router also I can able to snmpwalk to the router. How to get router temperature using SNMP or CLI (ssh/telnet) which is shown in web GUI?
1
2 3 4 5