OpenWRT is a Linux-based firmware program for embedded devices such as residential gateways and routers. It is very modular and feature-rich, but not all chipsets are supported.
Questions tagged [openwrt]
966 questions
-1
votes
2 answers
how to check if the file is changed using stat linux command
I want to check if a file is changed or no using stat linux command.
linux@server:~/$ stat test.txt File: `test.txt' Size: 23
Blocks: 8 IO Block: 4096 regular file Device: 802h/2050d
Inode: 4887765 Links: 1
Access:…

Anis_Stack
- 3,306
- 4
- 30
- 53
-1
votes
1 answer
Wget option to output last line to the file on openWRT
I want to output only the last line of wget in to the File.
I am using openWRT with wget-nossl package
when I am trying to output all the file with wget 2>tempLOG command:
my router get very slow internet connection.(it cuts speed 3 times because…

Coldsteel48
- 3,482
- 4
- 26
- 43
-1
votes
1 answer
Create a program to run it on openWRT getting started
I just cant find anyone to help me
I have a C++ program and am running it on windows now i want to run it on(Linux) OpenWRT and on raspberry pi raspbian with the use of the opencv
now I installed code blocks I need to know the extension of program…

user132631
- 65
- 1
- 8
-1
votes
1 answer
iptable rule on OpenWRT for all remaining ports
Ok, I'm working with an OpenWRT router. I have the following iptable rules:
iptables -t nat -I prerouting_rule -m mac --mac-source $2 -p tcp --dport 80 -j DNAT --to-destination $3:80;
iptables -t nat -I prerouting_rule -m mac --mac-source $2 -p tcp…

exvance
- 1,339
- 4
- 13
- 31
-2
votes
1 answer
Use PiHole for Guest Network on OpenWRT router
I followed this tutorial to create a guest wifi, which is working great.
My PiHole is filtering out ads on my main wifi at 192.168.1.1.
However, if I add 6,192.168.1.2 (which is my PiHole's static address) as the DHCP Option to the guest interface's…

jrn
- 2,640
- 4
- 29
- 51
-2
votes
2 answers
Hide or Change URL in addressbar
I have implemented authentication page in javascript for OpenWrt router and after successful login user is redirected to another web page. I need to hide the name of that page so that user is not able to bypass the authentication. Please help.

Saran Brar
- 147
- 1
- 1
- 8
-2
votes
1 answer
Bridging two wireless interfaces with openwrt (LEDE)
AP: AP121U (ALFA)
external Wifi-card: AR9271 (ALFA)
I am trying to set up a wifi extension.
However I am stuck now:
Managed to put the internal Wifi into Master(wlan0) and the external into Client-mode(wlan1) which is connected to the Network I want…

djesys
- 1
- 1
- 1
-2
votes
3 answers
File not found in Linux while the file is there
Aim is to run the file sendData.c with passing argument. But it shows file not found while it is already there. Let me know where it is going wrong.
root@OpenWrt:/tmp/sendData# ls -l
-rw-r--r-- 1 root root 75 Dec 19 07:02…

Nusrat
- 85
- 3
- 13
-2
votes
1 answer
ssh tunnel on a openwrt router, and access it from a LAN host
Here's the thing. I'd like to access a remote host by ssh, and make a tunnel as a proxy. I did it on my windows computer with Putty. In putty, there is a "tunnels" options, add a dynamic tunnel would do the trick. That is, a (dynamic, that is in the…

Coldice Ray Esedra
- 19
- 7
-2
votes
1 answer
How to connect two wireless networks to share internet?
I have 2 devices:
Device A: Huawei E8231 emits wifi signal
Device B: Ravpower WD-02 device emits wifi signal
Device A has access to internet and is running stock firmware.
Device B doesn't have access to internet and is running Openwrt Attitude…

Sindhu S
- 942
- 1
- 10
- 23
-2
votes
1 answer
Openwrt documentation describing web interface
I'm looking for a documentation/tutorial for OpenWRT 15.05 that would describe router web interface. My company is using OpenWRT for one of our IoT node, and it needs to have custom WiFi web interface where we would be able to choose the network the…

Ilia_Mochalov
- 39
- 1
- 9
-2
votes
1 answer
getting wget error while trying to upgrade openwrt kernel
BusyBox v1.22.1 (2014-11-14 10:11:32 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || …
-2
votes
1 answer
Install ip package on router with OpenWRT
I am using a Linkys WRT54G v3 router with OpenWRT v10.03.1. My end goal is to use Traffic Control (tc) and Network Emulator (netem) on the router, which are in the ip package (this is the iproute2 package in most linux distributions).
However, my…

wcarhart
- 2,685
- 1
- 23
- 44
-2
votes
1 answer
Send file between 2 Openwrt routers
I have 2 TP-Link routers with OpenWRT installed. Two routers are connected by WDS bridging system. How can I send file from one router to another from ssh session? Please, suggest me how I can do that.
Thanks.

Jurgus
- 1
- 2
-2
votes
1 answer
Find MAC Addresses of devices in range of Wifi router with programatically
How can I programtically get the MAC address of WiFi router.
i want the command or the program in c which will list only the mac address of devices which are connected to the my WiFi router. it it possible to get when i know the IP address of the…

megha
- 1
- 1
- 3