Questions tagged [openwrt]

A GNU/Linux based firmware program for embedded devices such as residential gateways and routers.

The OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned. [from the OpenWrt home page]

336 questions
69
votes
7 answers

How do I upgrade all of my installed packages in OpenWRT?

I'm just wondering what is the equivalent of apt-get upgrade apt upgrade yum update with OpenWRT or LEDE?
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290
29
votes
2 answers

Linux find WiFi Networks protocol (a/b/g/n) version of all available access points

I do use iwlist wlan0 scanning and it gives me a fair amount of data, but one part is missing: It is the protocol version. By protocol I mean (a/b/g/n). It would be very good to have these commands in a standard distro. I am using OpenWRT.
Justin Bibys
  • 465
  • 1
  • 5
  • 7
23
votes
2 answers

Human readable dmesg time stamps on OpenWRT

The output of dmesg shows the number of second+milliseconds since the system start. [ 10.470000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 14.610000] device eth0 entered promiscuous mode [ 18.750000] cfg80211: Calling CRDA for…
user55518
19
votes
5 answers

Zero-fill numbers to 2 digits with sed

Input: 201103 1 /mnt/hdd/PUB/SOMETHING 201102 7 /mnt/hdd/PUB/SOMETH ING 201103 11 /mnt/hdd/PUB/SO METHING 201104 3 /mnt/hdd/PUB/SOMET HING 201106 1 /mnt/hdd/PUB/SOMETHI NG Desired output: 201103 01 /mnt/hdd/PUB/SOMETHING 201102 07…
LanceBaynes
  • 39,295
  • 97
  • 250
  • 349
18
votes
4 answers

How to know disk space occupied by packages in OpenWrt?

I am trying to configure OpenWrt on my device and got out of space. I was downloading some tooling packages. Now how can I determine their weights so that decide what to uninstall? Is it possible to display the size of installed packages with OPKG?
Suzan Cioc
  • 353
  • 2
  • 5
  • 11
13
votes
2 answers

How does NAT reflection (NAT loopback) work?

I use the auto generated rules that come from OpenWRT as an example of NAT reflection (NAT loopback). So let's pretend there's a network 192.168.1.0/24 with two hosts (+ router): 192.168.1.100 and 192.168.1.200. The router has two interfaces LAN…
Mikhail Morfikov
  • 10,309
  • 19
  • 69
  • 104
11
votes
2 answers

“invalid tar magic” on OpenWRT

I'm trying to install JavaSE on a OpenWrt (Pandorabox) device. When I run tar -xvf ejdk-8u65-linux-arm-sflt.tar.gz I get tar: invalid tar magic. How can I solve this problem?
Toc
  • 253
  • 1
  • 2
  • 8
10
votes
2 answers

How to setup PPPoE with OpenWrt

Probably this is a simple question, but I can't find an answer... I have an ADSL router (Dlink DSL-524T) which runs OpenWrt Backfire 10.03.1. It connects to the internet using PPPoA: this is my /etc/config/network file: config 'interface'…
zar
  • 245
  • 1
  • 5
  • 11
10
votes
4 answers

How to apply new wireless settings on an OpenWRT router without rebooting it?

After I manually edit the: vi /etc/config/wireless file, what should I do to apply the modifications? Until this day I rebooted the router, but aren't there any better solutions? (and no, www is disabled on the router)
gasko peter
  • 5,434
  • 22
  • 83
  • 145
9
votes
2 answers

Configure OpenWRT as repeater

At home I'd like to configure one of my wifi routers to serve as a WI-FI signal extender. Since my main router is OpenWrt-based (Backfire 10.1.3), I'd like to use it for that purpose. I've looked into the problem and found that there is "Access…
Marcin Cylke
  • 253
  • 1
  • 2
  • 7
9
votes
2 answers

Disable SSH password authentication on specific interface

I have an OpenWrt router, I want to disable password authentication on SSH, so that one can only authenticate with keys. This is easily achieved by following the guide in the documentation, however, I want to only disable password authentication on…
Hegla79
  • 93
  • 1
  • 4
8
votes
1 answer

Have someone ever audited the default OpenWrt firewall rules?

I have an Openwrt 10.03.1 installed from: openwrt-ar71xx-wrt160nl-squashfs-factory.bin (firewall only customized with this: sed 's/REJECT/DROP/g' /etc/config/firewall) - so besides this, IT'S A DEFAULT OPENWRT INSTALL I have 3 SSID's on it for 3…
gasko peter
  • 5,434
  • 22
  • 83
  • 145
7
votes
1 answer

The n mode on "iwlist wlan0 scan"

I know how to determine if scanned AP uses B or G mode, but how to know (using "iwlist wlan0 scan") it uses N protocol ? if I use "iw dev wlan0 scan" and see if the cell has a "HT capabilities" block. OK. "iw dev wlan scan" partially works, but i…
Justin Bibys
  • 465
  • 1
  • 5
  • 7
7
votes
7 answers

dropbear ssh server won't let me connect

I'm trying to gain ssh access to my router. Currently I only have telnet access and I installed dropbear and is running (using opkg on a usb drive connected to the router). From the beginning, what I did was generate a private key and decrypt it…
Chazy Chaz
  • 178
  • 1
  • 1
  • 5
7
votes
3 answers

Do I want a Repeater or a Bridge? (OpenWrt)

I'm setting up a network with openwrt. I have a router that I have set up for wifi which I will use as an access point. I want to add another router to my network so that the two can exchange traffic wirelessly. Right now, my computer is connected…
user461262
  • 147
  • 1
  • 1
  • 9
1
2 3
22 23