Re: [OpenWrt-Users] [OpenWrt-Devel] buildroot not building for specific models

2013-04-08 Thread Saverio Proto
This models that are not built have 4Mb flash ? maybe you are trying to build an image that is too big, so only the images of the models with 8Mb of flash are generated. This is a common question. Saverio 2013/4/8 cmsv : > I have had this problem in the past for a couple router models/version >

Re: [OpenWrt-Users] Using iptables to forward out going packets to specified interface.

2014-01-21 Thread Saverio Proto
you dont need iptables, you need policy routing check iproute2 ip rule add (your specific stuff) table XXX ip route add default via interface table XXX 2014/1/21 John Clark : > I've been looking at various configurations of iptables, and I don't have a > clear idea on how to do the following:

Re: [OpenWrt-Users] /files permissions

2014-08-25 Thread Saverio Proto
I have this workaround: https://github.com/zioproto/Barrier_Breaker/commit/e24f958f8fc3536ea5af969380a27ecf5d8772ce Saverio 2014-07-24 13:49 GMT+02:00 Peter Münster : > Hi, > > I've added a ticket for this issue: https://dev.openwrt.org/ticket/17099 > > -- >Peter > ___

Re: [OpenWrt-Users] Squid and OpenWRT

2014-12-11 Thread Saverio Proto
Hello, how much RAM you have on this TP-Link ? Squid is a quite heavy program. Try using polipo or tiniproxy. They are lighter solutions. Saverio 2014-12-11 17:14 GMT+01:00 camden lindsay : > Ah, i was aware I didn't include the list. > I often don't know what i'm talking about, and didn't want

Re: [OpenWrt-Users] Missing quagga vty sockets in barrier breaker.

2014-12-15 Thread Saverio Proto
Hello, I just fixed the quagga package: https://github.com/openwrt-routing/packages/commit/0820b44d826d90f958c85435f601942dc451 bye, Saverio 2014-12-05 17:03 GMT+01:00 : > Hi, > > Is anyone else using quagga zebra / ospfd packages from barrier breaker and > missing the /var/run/quagga/*.vt

Re: [OpenWrt-Users] Understanding WDS

2015-10-23 Thread Saverio Proto
post here cat /etc/config/network cat /etc/config/wireless Saverio 2015-10-23 18:19 GMT+02:00 Nemesis : > Hi everybody, > > I'm trying to understand how WDS works with 2 TP-Link WDR4300. > > Is this wiki page still relevant? > http://wiki.openwrt.org/doc/recipes/atheroswds > > I have successful

Re: [OpenWrt-Users] Disable IPv6 - OpenWrt 15.05 Chaos Calmer

2016-02-25 Thread Saverio Proto
Compile your kernel without IPv6 support Check from kmod-ipv6 Unload and remove the module. You have several options Saverio 2016-02-25 13:52 GMT+01:00 tovis : > Hi. > I'm trying to suppress all IPv6 related things. > I've got a good tip: > # uci del network.globals.ula_prefix > # uci commit ne

Re: [OpenWrt-Users] [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-04 Thread Saverio Proto
Wow, I received your email on so many mailing lists that I could not stop from answering. Could you please give some context about what is prplwrt ? I have been working with OpenWrt since 2006 and it is the first time I hear about prplwrt. The website did not help, and all this people are unknown

Re: [OpenWrt-Users] [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-09 Thread Saverio Proto
> I don't have a number off hand, that's still being decided. My feeling has > been that's it'd be in the tens of thousands USD total. I'll try to get more > of finalized amount as soon as possible. Hello Eric, considering that a Senior Engineer in the SF Bay Area has an average income of 120.000

Re: [OpenWrt-Users] [Battlemesh] [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-15 Thread Saverio Proto
> who says that we have to involve them into a decisional process? All they do > is offer money for some projects in which industry partners are interested in > as well. Of course, bringing the contributions back to upstream should be made > a requirement, but I don't really see anything bad in thi

Re: [OpenWrt-Users] NanoStation Loco M2: Transmission Power

2016-03-24 Thread Saverio Proto
It is just about the TX power that is visualized on screen. Read the comment: ath9k, mac80211 or any other part of the linux wireless stack does not care about txpower offsets at all. This is solely a libiwinfo feature used by the LuCI ui to show more sane txpower values. Saverio 2016-03-20 18:1

Re: [OpenWrt-Users] [OpenWrt-Devel] [PROPOSAL] move OpenWrt codebase to Git and GitHub

2016-06-01 Thread Saverio Proto
Hello, I am very happy about moving to Github. Saverio 2016-05-24 16:06 GMT+02:00 Luka Perkov : > Dear OpenWrt mailing list readers, > > as the subject says I'd like to make proposal to move the OpenWrt > codebase to Git. This was already discussed before [1] and now when > there are no blockers

Re: [OpenWrt-Users] flash from shell

2016-07-28 Thread Saverio Proto
Hello Randy, you have to download the new image into /tmp (make sure you have enogh free ram, because /tmp is ramfs) then the command is: sysupgrade -v /tmp/filename-of-downloaded-sysupgrade.bin check out the docs here: https://wiki.openwrt.org/doc/howto/generic.sysupgrade Saverio 2016-07-28

Re: [OpenWrt-Users] Sysupgrade not updating firmware

2016-08-23 Thread Saverio Proto
Are you aware of the partition changes when using devices that are shipped with Air OS 5.6 ? You cant just simply flash them with Openwrt. I have some documentation but it is from Ninux.org in Italian language. Saverio 2016-08-21 17:48 GMT+02:00 Roberto Riggio : > Hi, > > I am experimenting a s

Re: [OpenWrt-Users] Compile OpenWRT with channels from 2.3 GHz - 2.7 GHz to Ubiquiti (ar71xx)

2017-01-31 Thread Saverio Proto
May I ask you why you need to get out of the allowed frequencies ? Is because of this kind of user behavior that FCC is trying to lock devices, so I would not encourage these kind of activities. Saverio 2017-01-30 19:06 GMT+01:00 Jenny Cabrera Varona : > This could be the correct place to ask a

Re: [OpenWrt-Users] OpenWRT on repaired Bullet M2 with eth1 instead eth0

2017-02-07 Thread Saverio Proto
ipv6 eth1. ssh to the link local address of eth1 Saverio Il 07 feb 2017 6:33 PM, "Jenny Cabrera Varona" ha scritto: > I have a repaired LAN interface on Ubiquiti Bullet M2 (that changed eth0 > to eth1), with airos it works fine, right now I want to move it to OpenWRT > but when I install the f

Re: [OpenWrt-Users] OpenWRT on repaired Bullet M2 with eth1 instead eth0

2017-02-07 Thread Saverio Proto
ping multicast ff02::1℅ethx from your laptop. then check your ip -6 neigh list. you find the link local address of all ipv6 sprakers in the lan. sorry i write from cell phone ! Il 07 feb 2017 7:48 PM, "Jenny Cabrera Varona" ha scritto: El 2/7/2017 a las 1:06 PM, Saverio Proto escribi

Re: [OpenWrt-Users] OpenWRT on repaired Bullet M2 with eth1 instead eth0

2017-02-07 Thread Saverio Proto
look here http://wiki.ninux.org/RipristinoTramiteLinkLocal Il 08 feb 2017 8:43 AM, "Saverio Proto" ha scritto: > ping multicast ff02::1℅ethx from your laptop. then check your ip -6 neigh > list. you find the link local address of all ipv6 sprakers in the lan. > > sorry i

Re: [OpenWrt-Users] Compile OpenWRT with channels from 2.3 GHz - 2.7 GHz to Ubiquiti (ar71xx)

2017-02-21 Thread Saverio Proto
, Saverio 2017-01-31 20:37 GMT+01:00 Jenny Cabrera Varona : > El 1/31/2017 a las 3:33 AM, Saverio Proto escribió: >> >> May I ask you why you need to get out of the allowed frequencies ? >> >> Is because of this kind of user behavior that FCC is trying to lock >>

Re: [OpenWrt-Users] How to execute python script in rpc shell script

2018-02-14 Thread Saverio Proto
Add something like: #!/usr/bin/env python at the first line of your python script bash script has #!/bin/sh, so it is correctly detected it is shell script but for the python code you did not specify any shebang Saverio 2018-02-14 19:11 GMT+01:00 Phani Siriki : > Hi All > > I want to execute m

Re: [OpenWrt-Users] Packet shaping

2010-09-26 Thread ZioPRoTo (Saverio Proto)
>> Thank you, how is qos-scripts?  Is it easy to use and powerful, or >> missing one or the other? > > It's powerful, but has no GUI. You'll need to > edit /etc/config/qos-scripts (I can't recall the exact file name, but > that's close), and set your bandwidth and what traffic goes in what > levels

[OpenWrt-Users] upgrading from Kamikaze to Backfire

2010-11-09 Thread ZioPRoTo (Saverio Proto)
Hello, in our hacklab we have a running OpenWRT Kamikaze 8.09.1 Alix board. We want to upgrade to backfire. What is the recommended upgrade procedure ?? We have several DHCP firewall QoS settings, but all was done in a clean way with UCI syntax from the /etc/config folder what is the best opti

Re: [OpenWrt-Users] Bridge does not forward packets

2010-11-09 Thread ZioPRoTo (Saverio Proto)
> Thanks for the prompt reply. I'm not familiar with WDS. I want to bridge 3 > systems so I can run my ppp session about 10 miles away from where my DSL line > terminates. Would this be possible with WDS? Yes with WDS is possible. You can bridge WDS links and make a very long layer 2 link. Google

Re: [OpenWrt-Users] Packages installation order

2010-12-09 Thread ZioPRoTo (Saverio Proto)
> i have the problem than you. > https://lists.openwrt.org/pipermail/openwrt-users/2009-July/000833.html > > Did you get a solution to your problem ? a fast way to solve this is to change the name of you packages, using a prefix like "zzz-", so that your packages are processed at last. this is qu

Re: [OpenWrt-Users] Installing ImageBuilder created images on a WRT54-GL

2010-12-13 Thread ZioPRoTo (Saverio Proto)
> Does anyone know what the max size an image can be for a WRT54-GL? should be 4Mb try this on your PC set manually 192.168.1.2 connect your PC to a switch, and also the WRT54GL to the same switch WRT54GLSwitch-Your_PC keep a ping to 192.168.1.1 and then power cycle the device. you s

[OpenWrt-Users] tincd configuration with UCI ?

2010-12-14 Thread ZioPRoTo (Saverio Proto)
This package: https://dev.openwrt.org/browser/packages/net/tinc/Makefile does not any init.d script nor /etc/config/tinc configuration file. So I guess it not possible yet to configure it with UCI ? My problem is, that if I configure tinc in the standard Linux way, then I also have to configure

Re: [OpenWrt-Users] busybox versus bourne and strongswan

2011-01-18 Thread ZioPRoTo (Saverio Proto)
> Does anyone know of a quick workaround for this?  Without a proper > shell, strongswan's built-in functions do not function, and with one, > openwrt breaks horribly..?!?!? you can compile your OpenWRT image with bash instead of the busybox sh. Give it a try. It is under the Utilities menu when

Re: [OpenWrt-Users] Installation of OpenWRT on X86, Alix wireless node

2011-03-22 Thread ZioPRoTo (Saverio Proto)
Just unzip this file: http://downloads.openwrt.org/backfire/10.03.1-rc4/x86/openwrt-x86-generic-combined-ext2.img.gz and then attach the compact flash of the Alix with your computer using a standard compact flash reader, and flash it this way: dd if=openwrt-x86-generic-combined-ext2.img of=/dev/C

Re: [OpenWrt-Users] [WRT54GL] Small overlay partition - any way to change?

2011-03-25 Thread ZioPRoTo (Saverio Proto)
compile a custom firmware image with all you need inside. Installing packages in a second time after flashing requires more space. regards Saverio 2011/3/23 Kamil Jońca : > > I tried to install backfire on my old wrt54gl. Almost everyting works > ok. (Installer can't found wireless due to wrong

Re: [OpenWrt-Users] openwrt click modular router make fail for ar71xx

2011-04-05 Thread ZioPRoTo (Saverio Proto)
I see you have a folder called "build-tools". In the past I had problems with absolute paths containing a dash '-' try the same thing with a folder called "buildtools" and tell us if your problem is fixed regards Saverio 2011/3/28 Dongyu Yang : > Hi, all ! > >     When I cross compile clic

Re: [OpenWrt-Users] is it possible to get support for the Ubiquiti Power Station 2 or is it already supported?

2011-04-07 Thread ZioPRoTo (Saverio Proto)
> THANKS for a reply. I dont know but maybe yes. For example the firmware for NanoStationM5 and AirGrid is exactly the same, but when you download the firmware the AirGrid model is never mentioned. Another example is PicoStation and Bullet that are exactly the same hardware. I don't want to give

Re: [OpenWrt-Users] libgphoto2_2.4.9-2_ar71xx.ipk

2011-07-27 Thread ZioPRoTo (Saverio Proto)
> Now, I can try with this http://www.lst.de/~mm/libgphoto2-2.4.11.1.tar.bz2 > but where to put the untar package? > > In ROOTSVN/package/libgphoto2-2.4.11.1/ > Or must be renamed? Hello, do not untar anything modify this Makefile: https://dev.openwrt.org/browser/packages/libs/libgphoto2/Makefil

Re: [OpenWrt-Users] hostapd issues on openwrt 10.03

2011-12-14 Thread ZioPRoTo (Saverio Proto)
> However, I'm seeing some annoyances in regards to the wireless network > dropping out from time to time.  Reboot always solves it (which kind of is > acceptable for many non-techies), but it's not a good long term solution. > This needs to be done usually on a weekly basis, sometimes more often.

Re: [OpenWrt-Users] batman-adv ath9k mesh - quagga-isisd routing

2012-08-04 Thread ZioPRoTo (Saverio Proto)
Hello Luca, if you want to subnet as described you need to use a L3 protocol. I would suggest OLSR. if you want to use batman-adv just pick a big subnet and start to give the IP to your hosts. The all network is a big L2 switch Saverio 2012/8/3 Luca Pretto : > Hi folks, > > I'm going to start