WRT1200AC v1.9 ?

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Lantis
Moderator
Posts: 6786
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1200AC v1.9 ?

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

shm0
Posts: 67
Joined: Sat Sep 19, 2015 10:06 am

Re: WRT1200AC v1.9 ?

Post 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

Lantis
Moderator
Posts: 6786
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1200AC v1.9 ?

Post 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 :)
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

shm0
Posts: 67
Joined: Sat Sep 19, 2015 10:06 am

Re: WRT1200AC v1.9 ?

Post 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?

Lantis
Moderator
Posts: 6786
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1200AC v1.9 ?

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

shm0
Posts: 67
Joined: Sat Sep 19, 2015 10:06 am

Re: WRT1200AC v1.9 ?

Post 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.

Lantis
Moderator
Posts: 6786
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1200AC v1.9 ?

Post 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).
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

shm0
Posts: 67
Joined: Sat Sep 19, 2015 10:06 am

Re: WRT1200AC v1.9 ?

Post 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/

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: WRT1200AC v1.9 ?

Post 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.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

shm0
Posts: 67
Joined: Sat Sep 19, 2015 10:06 am

Re: WRT1200AC v1.9 ?

Post 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.

Post Reply