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

direct URL login to dd-wrt web interface

Anyone know how to make direct login URL for dd-wrt web interface. Something like: http://192.168.1.1/index.asp?user=root&pass=admin If there is no solution please give me php example script. Thanks.
Matej Merc
  • 227
  • 1
  • 6
  • 16
0
votes
1 answer

activate and use pound proxy for domain names on dd/wrt v24 sp2

I would like to activate and use pound on DD-WRT v24-sp2 (07/24/13) mega but I didn't find any option in router administration. Please how can I activate and use it?
peter
  • 4,289
  • 12
  • 44
  • 67
0
votes
1 answer

Domain Name Split to Subnet DD-WRT

I an trying to setup a server system at home because I recently switched ISP's. I own the vrakiver.net domain name through the register.com registrar. My ISP provides a static IP to my DD-WRT router. I have 2 computers setup with static IP's: 1st:…
Tim Vrakas
  • 121
  • 6
0
votes
1 answer

Script works in the shell but not via GUI dd-wrt router

I have the following script working very well when I ssh into my dd-wrt router and issue the command /opt/bin/curl --url "smtps://smtp.gmail.com:465" --ssl-reqd --mail-from "username@gmail.com" --mail-rcpt "username@gmail.com" --upload-file…
kuruvi
  • 641
  • 1
  • 11
  • 28
0
votes
1 answer

DDWRT synology nas no longer works

I recently upgraded to DDWRT on my router, After doing so, I can't login to my Synology DS213's web interface (says cannot login as this account, root admin and my other admin account dont work) Also, the ssh keys I had setup that worked fine, no…
ss7
  • 2,902
  • 7
  • 41
  • 90
0
votes
0 answers

captive portal - allow internet access after facebook like

I want to create a captive portal ( if possible in dd-wrt ) that has an open wifi network. When someone connects he gets a pop-up page that asks him to like a facebook page. If he likes ( or even better checks-in ) then the captive portal would…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
1 answer

UIWebView displays blank page on form submit

I'm an iOS newb (.NET professional), so this may be a simple issue but I couldn't find anything through the SO search or Google (and maybe not looking for the right terms). I'm writing an app that displays information from a DD-WRT router through…
Dave Bry
  • 122
  • 1
  • 12
0
votes
1 answer

How to limit 4 downloads at once in Transmission on AsusWrt

i want to download only 4 torrent at once. how to do this with my transmission sitting on asus rt-n16. i just want to know which variable should be changed to achieve this. below is my current settings. { "blocklist-enabled": 1, …
MD TAHMID HOSSAIN
  • 1,581
  • 7
  • 29
  • 54
0
votes
1 answer

Forward ssh protocol via ssh tunnel | corporate firewall

SHORT Why is git pull/push not working now that ssh behind firewall is functioning (esp. ssh git@bitbucket.org). Similar questions has been asked, and I have read them. But I still have a lack of understanding. I'm sitting behind a corporate…
jim810
  • 128
  • 2
  • 10
0
votes
1 answer

How to setup DD-WRT between two routers with NAT

I have two networks. Network A has both wired and wireless clients and is connected to the internet. DHCP ENABLED (10.0.0.1 with subnet 255.255.255.0) Network B has both wired and wireless clients and is NOT connected to internet. DHCP ENABLED…
0
votes
1 answer

Emulate promiscuous mode with iptables

I am trying to run snort on my home network but I don't have a switch that will mirror a port. Instead I have an Asus RT-N16 with Tomato (dd-wrt) on it. After hours of searching the only solution I found was here:…
the4tress
  • 542
  • 6
  • 19
-1
votes
1 answer

Bypassing VPN while using a kill switch - DD-WRT

I have setup OpenVPN on my R7800 router to connect to my VPN provider. I want to bypass the tunnel for some sites. For the sake of question let it be www.whatsmyip.com I have two ip rules acting as kill switch for my VPN connection added to…
T81
  • 171
  • 1
  • 3
  • 12
-1
votes
2 answers

Automate scp file transfer - between Synology DS and a dd-wrt router

Summary: I'm looking to set-up a bash script to transfer a single file from a Synology DS to a dd-wrt router (Netgear WNR3500Lv1). The problem: router only allows me to write in the /tmp folder, which is erased after reboot. Instead of checking if…
Michal J Figurski
  • 1,262
  • 1
  • 11
  • 18
-1
votes
1 answer

Launch Android application from default system webview

I had created Captive portal which works very well and on connect with my wifi device it gives system generated notification using WISPR request which will open in system webview. On opening this redirected url i want to launch my application which…
-1
votes
2 answers

DD-WRT Shell script Wifi IP and Name addition

Hello everyone I am running DD-WRT v.3.0 on my Linksys EA6500 router and I have the following script running in order to give me access to the WiFi MAC address that are currently connected to the router: echo "#!/bin/ash" > /tmp/getmac.sh echo 'echo…
StealthRT
  • 10,108
  • 40
  • 183
  • 342