Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-12 Thread Gui Iribarren
On 06/12/2014 09:13 PM, Shankar Unni wrote: Ping? How can I look up the current state of the various wireless interfaces using uci now? http://wiki.openwrt.org/doc/uci/network#determining.linux.interface.names The uci state vars are deprecated and not used anymore for network related

Re: [OpenWrt-Devel] Few question about compiling your own firmware images

2014-06-24 Thread Gui Iribarren
On 24/06/14 22:01, Damian Kaczkowski wrote: On 25 June 2014 01:07, Jonas Liepuonius thinker...@gmail.com mailto:thinker...@gmail.com wrote: 1. Is there a way to preset the default IP address? The default is 192.168.1.1 but I want to change it to something like 10.0.0.1, so that

[OpenWrt-Devel] uhttpd: Cert error sec_error_reused_issuer_and_serial

2014-07-09 Thread Gui Iribarren
Hello hackers, so, we've been bumping lately into what seems to be a pretty well known bug, that noone cared enough to fix yet? the symptom of the issue is that after flashing several same-model routers with the same openwrt binary, then accessing them over https, and accepting the self-signed

Re: [OpenWrt-Devel] How to properly add an unreachable route?

2014-07-12 Thread Gui Iribarren
On 12/07/14 20:10, Dave Taht wrote: I have been trying to simplify my babel setup. I have 8 /27s out of a single /24 that I would like not to have to expose to the universe. I have 172.21.2.0/27, 172.21.2.64/27 etc on each of the 8 devices I have. But there is no need to export each /27,

Re: [OpenWrt-Devel] IPv6 firewall and Port Control Protocol (Was: Barrier Breaker 14.07-rc1)

2014-07-16 Thread Gui Iribarren
+1 to all benjamin arguments, default openwrt ipv4 firewall basically does: * deny all unsolicited traffic coming from WAN to the router (i.e. it's own host) * masquerade the LAN hosts behind a single, scarce, ipv4 address, on outgoing traffic. * allow *any possible traffic* that involves LAN

Re: [OpenWrt-Devel] IPv6 firewall and Port Control Protocol (Was: Barrier Breaker 14.07-rc1)

2014-07-16 Thread Gui Iribarren
adding more wood to baptiste fire... :) On 16/07/14 06:15, Baptiste Jonglez wrote: 2/ Allow inbound traffic in the home gateway's firewall. In an ideal world, this is the best solution, since it leaves all the intelligence to end nodes (in accordance with the end-to-end principle). In

Re: [OpenWrt-Devel] IPv6 firewall and Port Control Protocol (Was: Barrier Breaker 14.07-rc1)

2014-07-16 Thread Gui Iribarren
On 16/07/14 12:09, Gert Doering wrote: Hi, On Wed, Jul 16, 2014 at 08:41:50AM -0300, Gui Iribarren wrote: then, what happens when those devices are deployed in a myriad of real-world scenarios? hackers rejoice! This actually is a somewhat moot arguments. Devices travel today, and while

Re: [OpenWrt-Devel] IPv6 firewall and Port Control Protocol (Was: Barrier Breaker 14.07-rc1)

2014-07-17 Thread Gui Iribarren
. But that's not the world we live in. David Lang On Wed, 16 Jul 2014, Lyme Marionette wrote: - Original Message - On Wednesday, July 16, 2014 2:10:53 PM Gui Iribarren g...@altermundi.net wrote: Benjamin is giving some great examples of real-world scenarios where an default-open firewall

Re: [OpenWrt-Devel] IPv6 firewall and Port Control Protocol (Was: Barrier Breaker 14.07-rc1)

2014-07-17 Thread Gui Iribarren
Marionette wrote: - Original Message - On Wednesday, July 16, 2014 2:10:53 PM Gui Iribarren g...@altermundi.net wrote: Benjamin is giving some great examples of real-world scenarios where an default-open firewall simplifies administration, and where a default-closed firewall would

Re: [OpenWrt-Devel] How to clone the barrier-breaker rc1 branch.

2014-07-18 Thread Gui Iribarren
On 18/07/14 04:48, Alive wrote: Hello, Is there any convenient way to clone Barrier Breaker rc1 branch? Is it as simple as cloning trunk branch with `git clone git://git.openwrt.org/openwrt.git`? Does BB-rc1 have a different branch name, for example barrier-breaker.git or similar?

Re: [OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

2014-07-22 Thread Gui Iribarren
On 22/07/14 06:50, Bastian Bittorf wrote: when reading http://en.wikipedia.org/wiki/IPv6#Link_local_address it seems to me, that the linklocal-address should be uniq, but here: root@box:~ ip neigh | grep ^'fe80::' | grep lladdr $mac fe80::1cfc:fe65:769:3784 dev wlan0 lladdr

[OpenWrt-Devel] disappearing on-link route with RA

2014-09-08 Thread Gui Iribarren
Hello fine folks, i'm testing bb-rc, compiled by myself from: git://git.openwrt.org/14.07/openwrt.git at exactly this commit: git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42398 so, a little bit more recent than the published bb-rc3 from

Re: [OpenWrt-Devel] ath9k regression (was: Barrier Breaker timeline?)

2014-09-08 Thread Gui Iribarren
On 08/09/14 11:23, John Crispin wrote: On 08/09/2014 16:16, Aaron Z wrote: I am curious if there is a timeline for either RC4 or the final release for Barrier Breaker? The RC3 release announcement said ( https://forum.openwrt.org/viewtopic.php?pid=242292 ) on 31 Jul said Depending on how

Re: [OpenWrt-Devel] disappearing on-link route with RA

2014-09-13 Thread Gui Iribarren
On 08/09/14 11:53, Steven Barth wrote: Yeah, the issue was in the tons of work-arounds needed to deal with Linux' onlink-route handling before 3.14. I added another one because they are so nice and likeable. This should hopefully do the trick again, until next time. this time, /me not

[OpenWrt-Devel] brctl showmacs oneliner

2014-09-26 Thread Gui Iribarren
hello there, i got bored of manually chasing a mac's location, in a big bridged batadv network, without brctl showmacs command (cf. http://ask.xmodulo.com/show-mac-learning-table-linux-bridge.html) (it's not compiled in openwrt's busybox by default for some reason) so i hacked up a oneliner which

Re: [OpenWrt-Devel] kernel changes on recompilation?

2014-10-01 Thread Gui Iribarren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/14 14:31, Baptiste Jonglez wrote: When you activate/deactivate packages in menuconfig, it may modify what gets compiled into the kernel, to add/remove support for the various subsystems needed by the packages you build. This will

[OpenWrt-Devel] [PATCH] dropbear: set DEFAULT_PATH for non-interactive logins

2012-07-05 Thread Gui Iribarren
Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. Signed-off-by: Gui Iribarren g...@altermundi.net --- Index: package/dropbear/patches/500-set-default-path.patch

Re: [OpenWrt-Devel] [PATCH] dnsmasq - bump version and add config option for ra_names

2012-07-05 Thread Gui Iribarren
On Thu, Jul 5, 2012 at 3:38 PM, Dominique Martinet asmad...@codewreck.org wrote: Hi, (I just subscribed to the list, so sorry if my mail format isn't right somehow. I quickly glanced at the archive and don't think what I offer has been looked at, aside of a quick reference to the changelog

Re: [OpenWrt-Devel] [PATCH] dnsmasq - bump version and add config option for ra_names

2012-07-05 Thread Gui Iribarren
On Thu, Jul 5, 2012 at 5:18 PM, Dominique Martinet asmad...@codewreck.org wrote: Hi, Gui Iribarren wrote on Thu, Jul 05, 2012 : On Thu, Jul 5, 2012 at 3:38 PM, Dominique Martinet asmad...@codewreck.org wrote: config dhcp 'lan' option interface 'lan' option ra_names '2001

Re: [OpenWrt-Devel] [PATCH] dnsmasq - bump version and add config option for ra_names

2012-07-22 Thread Gui Iribarren
I can confirm this patch works as expected, applied on trunk compiled cleanly and yields dnsmasq 2.62 root@OpenWrt:~# dnsmasq -v Dnsmasq version 2.62 Copyright (c) 2000-2012 Simon Kelley Compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack Thanks a

[OpenWrt-Devel] iperf: add minimal init.d script

2012-08-08 Thread Gui Iribarren
Starts iperf in server mode as a daemon, with IPv4 + IPv6 support enabled (-V) Signed-off-by: Gui Iribarren g...@altermundi.net Index: net/iperf/files/iperf === --- net/iperf/files/iperf (revision 0) +++ net/iperf/files/iperf

[OpenWrt-Devel] [PATCH] kmod-batman-adv: Use current /lib/functions/network.sh in hotplug.d scripts

2012-11-23 Thread Gui Iribarren
In legacy ubnt2 devices, when trying to bring 3 VAPs, one in adhoc mode managed with batman-adv, a race condition occurs and /var/state doesn't get the .ifname updated quickly enough at boot time. Using (the newer) ubus call infrastructure overcomes the race condition. Signed-off-by: Gui

Re: [OpenWrt-Devel] [PATCH] kmod-batman-adv: Use current /lib/functions/network.sh in hotplug.d scripts

2012-11-23 Thread Gui Iribarren
On Fri, Nov 23, 2012 at 7:11 AM, Jonh Wendell jonh.wend...@gmail.com wrote: hi. why did you include that file twice? is there any reason to not do a single include in the beginning of the the script? Those two functions differ very little, and could probably be refactored into one, but first

[OpenWrt-Devel] netifd macvlan support

2013-10-29 Thread Gui Iribarren
I'm trying to get a macvlan interface brought up by netifd on last week openwrt trunk BARRIER BREAKER (Bleeding Edge, r38505) with netifd - 2013-10-19-566af724dad393fa127e07469dcc9ade62bd3a75 and i'm probably missing something very silly, but i'm not getting any reaction or error whatsoever.

Re: [OpenWrt-Devel] netifd macvlan support

2013-10-29 Thread Gui Iribarren
On 10/29/2013 01:31 PM, Gui Iribarren wrote: I'm trying to get a macvlan interface brought up by netifd on last week openwrt trunk BARRIER BREAKER (Bleeding Edge, r38505) with netifd - 2013-10-19-566af724dad393fa127e07469dcc9ade62bd3a75 and i'm probably missing something very silly, but i'm

[OpenWrt-Devel] [PATCH] [packages] aircrack-ng: add missing dependency +wireless-tools

2013-12-15 Thread Gui Iribarren
Without this patch, airodump-ng, aireplay-ng and other interesting tools fail with Can't find wireless tools, exiting. Signed-off-by: Gui Iribarren g...@altermundi.net --- Some utilities have no such dependency (i.e. packetforge-ng) but the same logic applies to libpcap, which is needed only

[OpenWrt-Devel] ssh link-local fails with Servname not supported for ai_socktype

2014-01-28 Thread Gui Iribarren
Am I the only one ssh'ing into link-local addresses from openwrt devices? I came across a recent regression that makes this impossible, and couldn't find any report on google / this list. It's bugging the hell out of me on recent trunks (last known good rev: r36140, first known broken:

[OpenWrt-Devel] [REGRESSION] netifd: IPv6 RA on-link route disappearing

2014-01-31 Thread Gui Iribarren
Hello great devs, looks like something broke recently on trunk, regarding IPv6 RA handling (proto=dhcpv6) when an interface receives a router advertisement with on-link bit set, it correctly adds the default via, as well as a static route to the local (on-link) network but after some seconds

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2014.63

2014-03-13 Thread Gui Iribarren
On 03/13/2014 03:15 AM, Catalin Patulea wrote: ping?? +1 2014.63 also fixes the brown-paper-bag bug that prevented from doing ssh to link-local addresses, since the '%' operator had been (incorrectly) reassigned. On Sat, Mar 1, 2014 at 4:05 AM, Catalin Patulea c...@vv.carleton.ca wrote:

Re: [OpenWrt-Devel] Decentralized Chat Application

2014-04-05 Thread Gui Iribarren
On 03/25/2014 03:19 PM, Justyn wrote: Hello list, I'm currently running a few wireless nodes (Ubiquiti PicoStations) with OpenWrt to form an 802.11s mesh network. beware bandwidth degradation on single-radio mesh nodes.

[OpenWrt-Devel] [PATCH] [luci] Autologin if root password is empty, to improve UX flow on first access.

2014-05-15 Thread Gui Iribarren
of this intermediate step, with a conditional javascript form.submit() Signed-off-by: nicoechaniz nicoecha...@altermundi.net Tested-by: Gui Iribarren g...@altermundi.net --- modules/admin-core/luasrc/view/sysauth.htm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/admin

Re: [OpenWrt-Devel] Latest AA introduces a bug: not working as STA when AP is AirOS

2014-05-20 Thread Gui Iribarren
On 20/05/14 05:25, Saverio Proto wrote: we upgraded the ninux firmware to the latest OpenWrt AA. We run into a possible bug. When STA is OpenWrt and AP is AirOS we are not able to associate to the Access Point. We tested with the same configuration and device the two versions of the

Re: [OpenWrt-Devel] Batman-adv 2012.4.0 into attitude adjustment

2013-01-11 Thread Gui Iribarren
IIRC the openwrt package uses the out-of-kernel-tree batman release, i.e. it doesn't depend on a particular kernel version. So manually updating the package version in the makefile of your openwrt AA build environment should work. You don't need to add batman-adv feed in this case - having the

Re: [OpenWrt-Devel] support for TP-Link TL-WDR3500. Was: Re: [RFC] ar71xx: add support for the TP-Link TL-WDR4310 v1.0

2013-01-15 Thread Gui Iribarren
Hi Stefan, we truly appreciate your tips and guidance, attached is the original bootlog from serial console, in case it's useful. I'm about to try adapting flashing a binary for wdr3600, Cheers!! On Sat, Dec 22, 2012 at 12:05 AM, Nicolás Echániz nicoecha...@codigosur.org wrote: On 12/21/2012

Re: [OpenWrt-Devel] support for TP-Link TL-WDR3500. Was: Re: [RFC] ar71xx: add support for the TP-Link TL-WDR4310 v1.0

2013-01-15 Thread Gui Iribarren
for the guidance so far, it's been a charming welcome into the world of adding openwrt support for a new board! Gui On Tue, Jan 15, 2013 at 11:42 AM, Gui Iribarren g...@altermundi.net wrote: Hi Stefan, we truly appreciate your tips and guidance, attached is the original bootlog from serial console

[OpenWrt-Devel] [PATCH] Add support for TL-WDR3500

2013-01-19 Thread Gui Iribarren
! Signed-off-by: Gui Iribarren g...@altermundi.net Thanks-to: Paul Fertser fercer...@gmail.com tlwdr3500_support.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt

Re: [OpenWrt-Devel] [PATCH] Add support for TL-WDR3500

2013-01-19 Thread Gui Iribarren
On Sat, Jan 19, 2013 at 8:22 PM, Gui Iribarren g...@altermundi.net wrote: WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, and has only 1 USB port. So, this patch (over r35162) adds a new board type, based on mach-tl-wdr4300.c but replacing ethernet config with one based

Re: [OpenWrt-Devel] [PATCH] Add support for TL-WDR3500

2013-01-21 Thread Gui Iribarren
gentle words Luka, Cheers! On Sun, Jan 20, 2013 at 10:58 AM, Luka Perkov l...@openwrt.org wrote: On Sat, Jan 19, 2013 at 09:55:44PM -0300, Gui Iribarren wrote: Inline patch, probably newline-broken :( Yes it is. Please fix your client or use git send-email for sending patches. Make sure

[OpenWrt-Devel] [PATCHv2] [ar71xx] add support for TL-WDR3500

2013-01-22 Thread Gui Iribarren
. [Label] - soft device [LAN1] - eth0.4 [LAN2] - eth0.3 [LAN3] - eth0.2 [LAN4] - eth0.1 Anyone with experience fixing those details that cares to help, will be much appreciated! Thanks-to: Paul Fertser fercer...@gmail.com Signed-off-by: Gui Iribarren g...@altermundi.net --- target/linux/ar71xx/base

[OpenWrt-Devel] [PATCHv3] [ar71xx] add support for TL-WDR3500

2013-01-22 Thread Gui Iribarren
Signed-off-by: Gui Iribarren g...@altermundi.net --- target/linux/ar71xx/base-files/lib/ar71xx.sh |6 + .../ar71xx/base-files/lib/upgrade/platform.sh |1 + target/linux/ar71xx/config-3.7 |1 + .../ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c | 153

[OpenWrt-Devel] [PATCH] iputils: replace busybox symlinks for commands arping/ping/ping6 when installing the corresponding iputils alternatives

2013-04-01 Thread Gui Iribarren
Add preinst/postrm hooks to iputils, so that there are no install-time conflicts, either when opkg installing, or embedding in a binary. Symlink is restored on package removal. --- package/network/utils/iputils/Makefile | 44 +++- 1 files changed, 43

Re: [OpenWrt-Devel] [PATCH] iputils: replace busybox symlinks for commands arping/ping/ping6 when installing the corresponding iputils alternatives

2013-04-01 Thread Gui Iribarren
This fixes this error: root@6470028f4363:~# opkg install iputils-arping_20101006-1_ar71xx.ipk Installing iputils-arping (20101006-1) to root... Installing libsysfs (2.1.0-2) to root... Configuring libsysfs. Collected errors: * check_data_file_clashes: Package iputils-arping wants to install

Re: [OpenWrt-Devel] Question on conffiles define / nodogsplash

2013-04-06 Thread Gui Iribarren
On 04/06/2013 02:55 PM, Saverio Proto wrote: Hello, I have a personal version of nodogsplash OpenWRT package and I noticed today I was missing this patch from the main tree: https://github.com/ninuxorg/ninux-openwrt-packages/commit/92f90fae6ef6e29f789c2c7a539c4a3efb31b70d when I added this:

Re: [OpenWrt-Devel] Attitude Adjustment (r36608) Configuration config problems

2013-05-15 Thread Gui Iribarren
On 05/15/2013 02:15 AM, cmsv wrote: I have encountered the following problems while compiling images: The reason being is for example that the network configuration file for a dlink is not fully the same as for example tp-link. Having any of these config files in buildroot

Re: [OpenWrt-Devel] Multiple virtual wireless interfaces - mix adhoc and ap mode?

2013-06-25 Thread Gui Iribarren
On 06/25/2013 11:09 AM, jonsm...@gmail.com wrote: On Tue, Jun 25, 2013 at 8:25 AM, Conor O'Gorman i...@conorogorman.net wrote: On Tue, 2013-06-25 at 00:20 -0400, jonsm...@gmail.com wrote: Can this be made to work on Ralink? When I have the adhoc0 interface up bringing up ap0 says interface

Re: [OpenWrt-Devel] Kernel panic Process batadv.sh - Fatal

2013-08-12 Thread Gui Iribarren
On 08/12/2013 09:43 PM, cmsv wrote: OpenWrt version: Attitude Adjustment (r37747) Recently there was someone (Lucaspost) on #batman with a problem caused by mixing the latest AA and Batman-adv 2013.3.0 and while i can't be sure the problem is exactly this one; here goes my testing with a D-link

Re: [OpenWrt-Devel] Warnung vor Lötwasser beim TL-WDR4900

2013-09-12 Thread Gui Iribarren
On 09/12/2013 07:39 AM, John Crispin wrote: On 12/09/13 12:32, Bastian Bittorf wrote: * Steffen Hoffmannhoff...@web.de [12.09.2013 12:29]: Thank you for the translation, but 3 doesn't correlate with 'dutzende', or you have another, undisclosed source for your information? 8-) i'am involved

Re: [OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-09-26 Thread Gui Iribarren
On 09/17/2013 06:18 PM, Etienne CHAMPETIER wrote: This update: -adds a ProxyPort option (to use a local transparent proxy) -changes http return code to 302 (was 307, but wifidog speaks http 1.0, and we really need 303) (it was causing some trouble with, for exemple, opera) -switch to github

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc2

2015-06-14 Thread Gui Iribarren
On 15/06/15 00:15, Luiz Angelo Daros de Luca wrote: Guys, I'm no svn-git mirror expert but is there any chance of having 15.05/openwrt.git branch with full history? Is there a technical limitation/reason for it? The git mirror of svn is a dead-end. I get history only until the branch

[OpenWrt-Devel] RFC: merge LibreMesh packages into OpenWrt?

2019-01-14 Thread Gui Iribarren via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello folks, we're always

Re: [OpenWrt-Devel] [RFC openwrt-routing] batman-adv: Split batadv proto in meshif and hardif part

2019-02-24 Thread Gui Iribarren via openwrt-devel
option mtu '1536' > > # configure IP on bat0 > config interface 'bat0_lan' > option ifname 'bat0' > option proto 'static' > option ipaddr '192.168.1.1' > option netmask '255.255.255.0' > option ip6assign '60' > >Signed-off-by: Sven Eckelman