Page 4 of 5

Re: WRT1200AC v1.9 ?

Posted: Fri Oct 09, 2015 6:33 pm
by Lantis
Don't know. I just overwrote the contents using WinSCP.
That could be the reason it fails though! Because the script that is supposed to take care of it using mv.

Re: WRT1200AC v1.9 ?

Posted: Fri Oct 09, 2015 7:06 pm
by shm0
Renaming on (or in?) the overlay partition works fine.
Delete works in both directories.
But why is that?

//edit
Is the .temp extension a problem?
root@Gargoyle:/etc# mv 'opkg.gpkg.tmp' opkg.conf1
mv: can't rename 'opkg.gpkg.tmp': Invalid argument
root@Gargoyle:/etc# rm opkg.gpkg.tmp
root@Gargoyle:/etc# touch opkg.gpkg.tmp
root@Gargoyle:/etc# mv 'opkg.gpkg.tmp' opkg.conf1
mv: can't rename 'opkg.gpkg.tmp': Invalid argument
root@Gargoyle:/etc# touch opkg.gpkg.temp
root@Gargoyle:/etc# mv 'opkg.gpkg.temp' opkg.conf1

Re: WRT1200AC v1.9 ?

Posted: Sat Oct 17, 2015 7:10 pm
by Lantis
As of this build: viewtopic.php?f=14&t=7745&p=32607#p32604

These routers should be fully supported.
All the bugs we've noticed thus far are gone.

Please continue to report them as you notice them :)

Re: WRT1200AC v1.9 ?

Posted: Sun Oct 25, 2015 6:50 pm
by shm0
I installed this build a few days ago. Runs quite good. Thanks for this.
But the Plugin page fix isnt in there isnt it?

Re: WRT1200AC v1.9 ?

Posted: Sun Oct 25, 2015 7:12 pm
by Lantis
it should be. did it not work for you?

edit: just tested it with a sysupgrade and a fresh flash. both worked fine.

Re: WRT1200AC v1.9 ?

Posted: Mon Oct 26, 2015 5:00 am
by shm0
Hmm that is strange.
Did you use your own build? Or the one provided by ispyisail?
Also when i do a sysupgrade my QoS Distribution page stops working.
I always have to do a clean install.

Re: WRT1200AC v1.9 ?

Posted: Mon Oct 26, 2015 5:11 am
by Lantis
I used spy's.
Sounds like something might be slightly broken.
You might have to do a firstboot and start fresh. Not sure.

Usually when the graphs break its a sign that the firewall isn't restarting properly (which makes me think something is corrupt).

Re: WRT1200AC v1.9 ?

Posted: Mon Oct 26, 2015 5:45 am
by shm0
I will make a fresh install later the day just to be sure.
Is it possibly to get the l7 detection replaced by nDPI and maybe ipp2p?
http://www.ntop.org/products/deep-packe ... tion/ndpi/

Re: WRT1200AC v1.9 ?

Posted: Mon Oct 26, 2015 11:12 am
by tapper
shm0 wrote:I will make a fresh install later the day just to be sure.
Is it possibly to get the l7 detection replaced by nDPI and maybe ipp2p?
http://www.ntop.org/products/deep-packe ... tion/ndpi/
Hi could that do per device blocking? So could i block my kids from using snapchat? If that works wood be so frigging cool! I meen just block one device from using snapchat or skype. would be a grate thing to ad to the firmware.

Re: WRT1200AC v1.9 ?

Posted: Mon Oct 26, 2015 11:58 am
by shm0
Yes it is possible to block just by device through the Restrictions Tab under Firewall. So it is already there. But it uses the old l7 iptables module (has no snapchat pattern) which isn't updated anymore and has been removed from openwrt if i'm right. But if the l7 module gets replaced by ndpi you can block snapchat per device.
Maybe because of that i can't get l7 working on gargoyle.
There is also an alternative which is tp use the iptables string module.

There should be a file l7marker.marks in /etc/ but i don't have it?
//
Edit
Im sorry. I have that file. But l7 doesnt seem to work. the l7 iptables chain stays empty.
When i try to manually create a l7 rule:
iptables v1.4.21: Couldn't load match `layer7':No such file or directory
So it seems indeed removed.