Search found 916 matches

by nworbnhoj
Wed Mar 02, 2016 6:51 am
Forum: Monitoring / Quota / QoS Issues
Topic: quota and mac addresses
Replies: 49
Views: 33373

Re: quota and mac addresses

Really!!?
http://linux.die.net/man/8/iptables
mac

--mac-source [!] address
Match source MAC address. It must be of the form XX:XX:XX:XX:XX:XX. Note that this only makes sense for packets coming from an Ethernet device and entering the PREROUTING, FORWARD or INPUT chains.
What am I missing??
by nworbnhoj
Wed Mar 02, 2016 6:25 am
Forum: Hardware / Installation Issues
Topic: How to change SPI (soft) 4mb on 8mb (16mb) ?
Replies: 8
Views: 6831

Re: How to change SPI (soft) 4mb on 8mb (16mb) ?

Wouldn't life be boring if we all spoke JavaScript!

Perhaps one of our Polish friends can help?
by nworbnhoj
Wed Mar 02, 2016 1:13 am
Forum: Other Issues
Topic: CIFS shares - not working guest
Replies: 1
Views: 2797

Re: CIFS shares - not working guest

Long long ago I also noticed a similar issue with USB shared storage. I roughly recall that if I was connected to a share requiring a username/password then I could no longer connect to an anonymous drive. Something like that ... If you could take the time to discover and document a very simple case...
by nworbnhoj
Tue Mar 01, 2016 11:52 pm
Forum: Monitoring / Quota / QoS Issues
Topic: quota and mac addresses
Replies: 49
Views: 33373

Re: quota and mac addresses

Hey @Tareq, user @roadhawk has just identified a typo of mine that might finally fix your issue. Try making the following correction to gargoyle_firewall_util.sh for p in $pairs ; do local mac local ip mac=$(echo $p | sed 's/\^.*$//g') ip=$(echo $p | sed 's/^.*\^//g') if [ -n "$ip" ] &...
by nworbnhoj
Tue Mar 01, 2016 11:35 pm
Forum: Gargoyle Development
Topic: The Bleeding Edge
Replies: 44
Views: 49458

Re: The Bleeding Edge

More good news! Table Sorting has been merged into the master Gargoyle build.

Now the only additional functionality in the Bleeding Edge is Known Devices & Device Groups.
https://github.com/nworbnhoj/gargoyle/t ... e#gargoyle
by nworbnhoj
Tue Mar 01, 2016 7:25 pm
Forum: Hardware / Installation Issues
Topic: How to change SPI (soft) 4mb on 8mb (16mb) ?
Replies: 8
Views: 6831

Re: How to change SPI (soft) 4mb on 8mb (16mb) ?

I think that you will need to build your own Gargoyle image to suit your router if you have modified it by adding memory.

See section "Building from Source"
https://www.gargoyle-router.com/wiki/do ... umentation
by nworbnhoj
Tue Mar 01, 2016 7:21 pm
Forum: Hardware / Installation Issues
Topic: Gargoyle doesn't work with DSL Modem
Replies: 7
Views: 4621

Re: Gargoyle doesn't work with DSL Modem

Does this page help?
https://www.gargoyle-router.com/wiki/do ... ario-modem

You will choose the "not to Bridge"alternative in the doco
by nworbnhoj
Tue Mar 01, 2016 6:58 pm
Forum: Network / Wireless Issues
Topic: I'm installed but can't connect to WiFi modem
Replies: 13
Views: 9395

Re: I'm installed but can't connect to WiFi modem

Happy to chat - will pm you
by nworbnhoj
Tue Mar 01, 2016 6:54 pm
Forum: General Discussion
Topic: Gargoyle - changelog
Replies: 7
Views: 48808

Re: Gargoyle - changelog

Thanks for taking the time to say thanks!
by nworbnhoj
Tue Mar 01, 2016 6:52 pm
Forum: Other Issues
Topic: Hosts With Active Connections
Replies: 4
Views: 4339

Re: Hosts With Active Connections

Yes that may indeed be part of the explanation - but it still should not show up in the Active Connections list the way it occasionally does. The other part of the explanation may well be fixed in Gargoyle just a couple of days ago. I fixed a latent bug in the logic for active connections because of...