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
0
votes
1 answer

DD-WRT Build Kills Postfix Rewrite

Okay, this one is a head scratcher. Some background -- I have been running an old DD-WRT Kong build (8-June-2019) on my Netgear R7000 router for almost a year. I recently upgraded it to the latest BrainSlayer build and everything seemed fine, except…
RichardD
  • 23
  • 1
  • 6
0
votes
1 answer

Asuswrt/Ubuntu 18.04 get gateway of all network interfaces via terminal

i'm facing a problem in a script i'm writing to route my home network. Basically on my router i have 3 interfaces (WAN and 2 VPN tunnels) clients should be routed via one of these interfaces on a sourceIP basis. Actually the script runs on a Asus…
Fulvio
  • 1
  • 3
0
votes
1 answer

docker traefik letsencrypt DDNS duckdns behind dd-wrt router

I want to expose self-hosted service to access from internet (tinytinyrss, owncloud and other stuff). So I decided to use traefik as reverse proxy with letsencrypt for HTTPS certificat. Before jumping into a whole stack for each service a tried to…
0
votes
1 answer

Bash and Awk Strange Behavior (DD-WRT)

I am testing a small script in the DD-WRT Web interface that randomizes the router's MAC address. The script uses awk to do the randomization. The script works when awk is used without the shebang (#!/bin/bash), as well as vice versa (without awk…
user3163495
  • 2,425
  • 2
  • 26
  • 43
0
votes
2 answers

Android ignoring router's DNSMasq when using a "real" domain

If I use DNSMasq in my router to set a fake address to an ip, then the Android phone can find it no problem. Example: DNSMasq address=/fake.notreal/192.168.1.112 On the Android phone using chrome to go to the address or ConnectBot to ping the…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330
0
votes
1 answer

Nginx setup for subdomain on DD-WRT

I've just installed nginx on my Netgear R7000 with DD-WRT firmware, but I'm unable to set it up to use it as a reverse proxy for my different webservers (running on a public ip). This is the setup: user nobody; worker_processes 1; #error_log …
Jokerigno
  • 1
  • 3
0
votes
1 answer

Find IP and Mac Addresses of LAN Network without subnet

I want to develop a software, my proper way is JAVA, It sounds simple, but has its own problems. I have a Network in which there are some devices ( about 400 radios or more) I do not know their IP. I just know the first and second part of their MAC…
Alireza
  • 89
  • 2
  • 15
0
votes
0 answers

Is the a type of JSON? What is this file type?

I have DDRWT running on my router, and when I request pages like http://192.168.1.1/Statusinfo.live.asp , I get an output of this : {uptime:: 00:03:49 up 15 days, 20:03, load average: 0.07, 0.07, 0.06} {ipinfo:: IP: 192.168.0.2} What file type is…
bnussman
  • 39
  • 6
0
votes
1 answer

nuget trying to connect via privoxy port on router even though privoxy is disabled

I'm using DD-WRT v3.0-r30700M kongac (09/27/16) and I used privoxy for a few days but disabled it again because it resulted in connection errors for some applications. Somehow Nuget is still trying to connect via the proxy and cant load any…
raphi011
  • 502
  • 1
  • 6
  • 23
0
votes
1 answer

DD-WRT Bash script at startup issue

Hey all I have the following BASH script running at startup on my WRT1900ac linksys: USER="admin" PASS="passhere" PROTOCOL="http" ROUTER_IP="192.168.1.1" # Port to connect to which will provide the JSON data. PORT=9898 while [ 1 ] do # Grab…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
2 answers

Problems with AWK and power of (DD-WRT)

I'm trying to extract the sum of numbers to a variable (cwr) in a file (wa_cidr) using this command: cwr=$(grep -E "^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$" /tmp/wa_cidr | awk -F '/' '`{n += 2**(32 - $NF)}` END {print…
a15995
  • 17
  • 5
0
votes
2 answers

php sendmail doesn't work after I changed the router

I'm running a web server that uses PHP sendmail function, which is directly connected to a router and after I replaced my old router to a new router it doesn't work anymore. Old router - Cisco RV082 - regular firmware New router - Netgear R7000 -…
Spi
  • 3
  • 4
0
votes
4 answers

I am trying to make a nocatsplash page- it uses HTML code to check a password and redirect visitors if a correct password is entered

I currently have a working code that just allows users through once they click a button to accept terms. I would like to integrate a password field and accept button that would only allow someone through if the password is correct. Here is my…
0
votes
1 answer

Bower install fails with Git ETIMEDOUT package errors and Exit Code #128

Environment: MS Windows 10 Node.js v0.12.4 Bower v1.65 Git v2.63 Router DD-WRT v24-sp2 (03/13/14) giga When I run 'Bower install' from a standard windows command prompt on the project directory I'm getting the following errors for some…
0
votes
2 answers

How to extract dd-wrt firmware image for development?

I am a beginner in dd-wrt firmware development. I have a Linksys router (Model Number E900) and download the suitable firmware for this model from dd-wrt website to customize this firmware web pages for some personal requirements. I know dd-wrt is…
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136