Search found 14 matches

by roadhawk
Thu Mar 03, 2016 8:59 am
Forum: Other Issues
Topic: Download speeds with extended ethers & Enforce DHCP
Replies: 5
Views: 4283

Download speeds with extended ethers & Enforce DHCP

I have recently been trying to find out where half of my download speed disappeared to after upgrading from 1.6.2 to 1.9.x (Built 20160219-0158 git@3969110). Here are the results of my experimentation so far: - "Enforce DHCP assignments" is active. - /etc/ethers contains 10 lines (i.e. 10 ...
by roadhawk
Wed Mar 02, 2016 7:42 am
Forum: Monitoring / Quota / QoS Issues
Topic: quota and mac addresses
Replies: 49
Views: 33617

Re: quota and mac addresses

From my raspbian jessie: jh@rpi01-jh:~ $man iptables-extensions . . 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. . . St...
by roadhawk
Wed Mar 02, 2016 6:28 am
Forum: Monitoring / Quota / QoS Issues
Topic: quota and mac addresses
Replies: 49
Views: 33617

Re: quota and mac addresses

No, iptables doesn't accept that syntax. The ! needs to be before --mac-source, not after it, thus: iptables -t filter -A lease_mismatch_check -s "$ip" -m mac ! --mac-source "$mac" -j REJECT Whether it actually does what it is supposed to do is a different matter which I will tes...
by roadhawk
Fri Feb 26, 2016 5:50 am
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2016-February-20 02:32.torrent
Replies: 33
Views: 28414

Re: gargoyle-ispy 2016-February-20 02:32.torrent

"/etc/init.d/firewall restart" generates several warnings and errors : |----------------------------------------------------------------| | Gargoyle version 1.9.X | OpenWrt Chaos Calmer branch | | Gargoyle revision 3969110 | OpenWrt revision r48220 | | Built February 19, 2016 | Target ar71...