Search found 6753 matches

by Lantis
Fri May 01, 2015 9:53 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Lost with QOS!
Replies: 16
Views: 12033

Re: Lost with QOS!

QoS is a pay to win kind of system. You sacrifice a small amount of bandwidth for it to operate. Your speed loss makes sense.

QoS will not operate correctly if you set your download speed above what it actually is. Setting it to what the modem states is the right thing to do.
by Lantis
Fri May 01, 2015 10:20 am
Forum: Network / Wireless Issues
Topic: firewall iptables
Replies: 11
Views: 9545

Re: firewall iptables

Not sure then mate. Might be a better question for the openwrt forums.
by Lantis
Fri May 01, 2015 5:02 am
Forum: Other Issues
Topic: Schedule reboot router
Replies: 6
Views: 6857

Re: Schedule reboot router

ok well i think it will now work properly.

I would probably do the 15 minute experiment just to check, but i think you're good to go.

I'll confirm in a while if the issue exists for me also.
by Lantis
Fri May 01, 2015 4:57 am
Forum: Other Issues
Topic: Schedule reboot router
Replies: 6
Views: 6857

Re: Schedule reboot router

* * * * * | | | | | | | | | | | | | | +---- Day of the Week (range: 1-7, 1 standing for Monday) | | | +------ Month of the Year (range: 1-12) | | +-------- Day of the Month (range: 1-31) | +---------- Hour (range: 0-23) +------------ Minute (range: 0-59) what it means is that for some reason your s...
by Lantis
Fri May 01, 2015 4:48 am
Forum: Monitoring / Quota / QoS Issues
Topic: Lost with QOS!
Replies: 16
Views: 12033

Re: Lost with QOS!

Looks good to me mate. :) However you need a class for everyone else too. So change that % bandwidth to 99, and make a new one with 1%. No need to change any other settings. Got an idea for your classification rule? Your classification rule will be super simple, but keep an eye on "default clas...
by Lantis
Fri May 01, 2015 3:56 am
Forum: Monitoring / Quota / QoS Issues
Topic: Lost with QOS!
Replies: 16
Views: 12033

Re: Lost with QOS!

this is a pretty simple setup.

why dont you tell me what you think your settings should be, and we'll go from there. :)
by Lantis
Fri May 01, 2015 3:09 am
Forum: Other Issues
Topic: Schedule reboot router
Replies: 6
Views: 6857

Re: Schedule reboot router

please post the output of

Code: Select all

crontab -l
by Lantis
Fri May 01, 2015 3:07 am
Forum: Network / Wireless Issues
Topic: firewall iptables
Replies: 11
Views: 9545

Re: firewall iptables

helmax wrote:how i restart firewall?
/usr/lib/gargoyle/restart_firewall.sh
helmax wrote:how use Dnat ?
iptables -t nat -I PREROUTING -p tcp --dport 1723 -j DNAT --to-ports 57777
iptables -t nat -I PREROUTING -p udp --dport 1723 -j DNAT --to-ports 57777
by Lantis
Thu Apr 30, 2015 8:55 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-April-30 18:21.torrent
Replies: 19
Views: 20273

Re: gargoyle-ispy 2015-April-30 18:21.torrent

basix wrote:what about 802.11Q vlan tagging support? Would be the best feature for me. thanks for all the good work so far. Greetz
You can manually setup your own vlans. Another user did this only a month ago.
by Lantis
Thu Apr 30, 2015 8:31 pm
Forum: Network / Wireless Issues
Topic: firewall iptables
Replies: 11
Views: 9545

Re: firewall iptables

Did you restart the firewall after making those changes in the firewall.user file?

Also instead of a REDIRECT shouldn't it be a DNAT?