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
Asterisk15: Pj_ssl_cipher_name: symbol not found error while loading res_pjsip.so on OpenWrt
I am getting the error below while loading res_pjsip.so in asterisk 15 on Openwrt. Can someone please let me know what am I missing?
module load res_pjsip.so
Unable to load module res_pjsip.so
Command 'module load res_pjsip.so'…

dmSherazi
- 3,743
- 5
- 37
- 62
-1
votes
1 answer
openwrt luci uhttpd permission denied
enter image description here
How do I get Permission to Start and Enable /etc/init.d/uhttpd ??
Router: TP Link WR-940N v3.0

Shaif Mohammad Reasat Dihan
- 131
- 1
- 11
-1
votes
1 answer
Azcopy failed on Linux Openwrt (Bad function name)
I need to upload file to Azure blobs on my linux device(OS: OpenWrt), I followed the instruction on the Microsoft Azure…

Paladin Lin
- 3
- 3
-1
votes
1 answer
How use MAC parameter to open 80 port for specific machines in iptables on OpenWRT router
Now I use OpenWRT 17.04 firmware for my router, but I need to configure access to my router and open 80 port for specific machines when I add a rule like
WAN='eth0.2
iptables -A input_rule -i $WAN -p tcp --dport 80 -m mac --mac-source…
-1
votes
1 answer
Mesh network with OpenWrt: clients can not ping each other
I am building a WiFi mesh network using Openwrt 802.11s and Tp-Link wr703n mini routers for my final year project. OLSR is running as a routing protocol. I am using Linux.
Total of 4 routers
LAN IP Adress Mac Mesh IP Adress
…

Aysen Altin
- 9
- 1
-1
votes
1 answer
imsi-catcher based on WIFI?
I wanted to get IMSI number on openwrt with freeradius(eap-sim) authenticate but I do not have parameters of kc, rand and SERS.
How to authenticate successfully without these parameters?

Davonter
- 11
- 1
- 3
-1
votes
1 answer
Downlgrading linux kernel version in openwrt throws build error
I was trying to downgrade the linux kernel version from 4.4.14(trunk) to 3.18.44.
I made the necessary makefile changes for my target linux system which is ipq806x.
But while building I am getting patch failed error. The build log snippet is given…

PEJ
- 1
- 2
-1
votes
1 answer
How to set up wireless network on OpenWrt + OVS router?
I flashed OpenWrt + Open Vswitch on a router: TP-link AC1750
I want to add a controller (floodlight) listens on the router and all devices connected to the wireless network can be seen on floodlight.
I have read the document on openwrt.org to learn…

Leo
- 1
- 1
- 3
-1
votes
3 answers
How to extract IP address ,MAC address and name from dhcp.lease file with a shell script?
I am trying to parse dhcp.lease file from /tmp/dhcp.lease in openwrt .
root@OpenWrt:/# cat /tmp/dhcp.leases
1568953482 70:B3:D5:14:D0:31 192.168.3.51 device1 01:70:B3:D5:14:D0:31
2867821468 38:B8:EB:10:00:22 192.168.5.93 device2…

vkp_stack
- 157
- 1
- 16
-1
votes
1 answer
Auto run any terminated process on OpenWRT
I have written a program of TCP server running on OpneWRT OS for MedaTek MT7688 module. Using Init Scripts I am starting my program at boot up.
If some how (e.g. segmentation fault) my program get terminated, What is the way to start this program…

beparas
- 1,927
- 7
- 24
- 30
-1
votes
1 answer
C - fopen text file after building - OpenWRT - opkg
I have these lines in my C program:
int main(int argc, char **argv) {
int i=0, p=0;
FILE* fp;
fp = fopen("jacina.txt", "w+");
fscanf (fp, "%d", &i);
if (ftruncate(fp, 0) == -1) {
perror("Could not truncate")
};
p = i+10;
…

banki
- 3
- 3
-1
votes
2 answers
[OpenWRT][Add custom user in image]
I want to add a custom user to my OpenWRT image, so that when that image is flashed onto a board, it should have the custom user account.
I figured out that adding a user to /etc/shadow file will do the trick.
But my doubt is how to set the password…

ssin
- 25
- 8
-1
votes
1 answer
how to connect arduino and usb camera with xiaomi nano router (openwrt)?
I want to develop a similar project based on this project, but i want to use xiaomi nano router instead of TP-WR703n router.
The problem is that my router does not have an USB port to communicate with other devices (arduino mega and camera).
My…

user3684195
- 27
- 1
- 5
-1
votes
2 answers
Curl returned ststus 6 (DNS name bad address error)
I am unable to resolve host names when one(3g-cell) of my two interfaces is turned on. One interface is WAN(Ethernet), while the other is 3g-Cell.
When WAN is turned off, I tried to do manual curl request and I was able to do it using 3g-cell…

b107
- 78
- 2
- 6
-1
votes
1 answer
Block facebook.com using openwrt router
I am using OpenWRT router. I need to block a URL or multiple URLs (Not IP) for specific time. for example, I want to block facebook.com so that clients of this router cant access the website. firewall rules should have the option to do that but I…

Raihanhbh
- 77
- 1
- 10