Page 3 of 5

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 2:19 am
by Tareq
nworbnhoj wrote:You can find the 3 files here https://github.com/ericpaulbishop/gargo ... /440/files


not working, if i assigned from outsider MAC i can use any static IP and still using quota internet.



Image

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 3:16 am
by ispyisail
Eric has made some other changes as well

New build on the way

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 3:19 am
by nworbnhoj
Tareq wrote:not working, if i assigned from outsider MAC i can use any static IP and still using quota internet.
Thanks for testing :-) Yes I think that bug has already been fixed. Either get the latest of these three files from the HEAD at Github or probably easier - test out ispyisail's build coming soon

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 5:04 am
by Tareq
Thank you.

Maybe i have to wait.

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 3:05 pm
by ispyisail

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 3:22 pm
by nworbnhoj
If there is still a problem with this then please post the output of

Code: Select all

uci show firewall.@defaults[0]
and of

Code: Select all

iptables -t filter -L lease_mismatch_check

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 3:57 pm
by Tareq
Thank you all,

I will test it after download finshed.


Edit:
Notice:
It is better to put the firmware files in torrent inside folder not zip file, that allow user to download his firmware single file.

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 4:21 pm
by ispyisail
Edit:
Notice:
It is better to put the firmware files in torrent inside folder not zip file, that allow user to download his firmware single file.
No

better from the clients point of view but not for the distributor

Forces people to help share (for a bit anyway)

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 4:54 pm
by Tareq
Image


For this reason

Re: quota and mac addresses

Posted: Sat Jan 23, 2016 5:09 pm
by nworbnhoj
Tareq wrote:For this reason
Yes - it sux having a slow connection :-( but mine is fast now :-)
One way around it is to setup git, clone the Gargoyle repository and build your own image - it is not so hard
https://help.github.com/articles/set-up-git/
http://www.gargoyle-router.com/wiki/dok ... umentation

Code: Select all

git apt-get install git
git clone https://github.com/ericpaulbishop/gargoyle.git
cd gargoyle
make ar71xx
And then pluck your own images out of ../gargoyle/images/

Warning - the build is going to use a bunch of diskspace, do quite a bit of downloading the first time and a couple of hours of cranking thru. You can mimimise this by targetting your build to the device that you are using (eg make ar71xx.usb_large) and the subsequent builds will be faster.