Telescola meu amigo?
TV rural!
Telescola meu amigo?
@dave14305...speaking of snapchat categorized under "Others" as default, I know FreshJR recommended for those who used the script for gaming to recategorize snapchat under "web", I believe it was due to when gaming and using a mic & gaming using VOIP. I know you mentioned you're not a gamer but I just wanted to put that out of there!It's always been a "feature" of FreshJR to recategorize Snapchat to Other. What are you seeing differently?
Any rule that isn’t tricky behind the scenes will be editable/removable in my fork. “Tricky” to me means it doesn’t follow the normal patterns, such as iptables OUTPUT chain vs POSTROUTING.@dave14305...speaking of snapchat categorized under "Others" as default, I know FreshJR recommended for those who used the script for gaming to recategorize snapchat under "web", I believe it was due to when gaming and using a mic & gaming using VOIP. I know you mentioned you're not a gamer but I just wanted to put that out of there!
Any rule that isn’t tricky behind the scenes will be editable/removable in my fork. “Tricky” to me means it doesn’t follow the normal patterns, such as iptables OUTPUT chain vs POSTROUTING.
I’ve been studying Fresh’s code a lot. I need to write a lot on paper to grasp everything he is doing. I don’t want to mess too much with the tc stuff, but I would like to reduce the 5 minute wait based on some output from tc show, hopefully.
I also would like to spay or neuter the ssh menu system since it will become unworkable with my plans for more than 4 rules. We shall see. I’ve yet to ever publish anything.
iptables -D OUTPUT -t mangle -o $wan -p tcp -m multiport ! --dports 53,123,853,80 -j MARK --set-mark ${Downloads_mark_up} &> /dev/null #VPN Fix - (Fixes upload traffic not detected when the router is acting as a VPN Client)
iptables -A OUTPUT -t mangle -o $wan -p tcp -m multiport ! --dports 53,123,853,80 -j MARK --set-mark ${Downloads_mark_up}
admin@RT-AX88U-F2E8:/tmp/home/root# iptables -t mangle -L OUTPUT -n -v
Chain OUTPUT (policy ACCEPT 314K packets, 260M bytes)
pkts bytes target prot opt in out source destination
248K 89M MARK udp -- * eth0 0.0.0.0/0 0.0.0.0/0 multiport dports !53,123,853 MARK set 0x40030001
3003 160K MARK tcp -- * eth0 0.0.0.0/0 0.0.0.0/0 multiport dports !53,123,853,80 MARK set 0x40030001
At least you didn’t miss it in the future...yet.I can't believe I missed this in the past!
At least you didn’t miss it in the future...yet.
"Dwight, at 8:00 a.m. today, someone poisons the coffee. Do not drink the coffee. More instructions will follow. Cordially, Future Dwight."
What command did you use to opt into the dev branch if you don't mind me asking?@dave14305 I've been using your dev branch, and so far so good - ipv6 seems working good (although I have a 6in4 solution, not native. And I use it only sometimes, most for testing things)
Changed master to dev inside script (using nano for example) and then force updateWhat command did you use to opt into the dev branch if you don't mind me asking?
Ahh gotcha thanks for that, which line exactly may i ask?Changed master to dev inside script (using nano for example) and then force update
I've been happy with 30sec delay in mine but there was a reason it was extended so long. Im not sure if it was hardware delays or special scenarios but it was deemed enough to be 100% sure it would work.Any rule that isn’t tricky behind the scenes will be editable/removable in my fork. “Tricky” to me means it doesn’t follow the normal patterns, such as iptables OUTPUT chain vs POSTROUTING.
I’ve been studying Fresh’s code a lot. I need to write a lot on paper to grasp everything he is doing. I don’t want to mess too much with the tc stuff, but I would like to reduce the 5 minute wait based on some output from tc show, hopefully.
I also would like to spay or neuter the ssh menu system since it will become unworkable with my plans for more than 4 rules. We shall see. I’ve yet to ever publish anything.
It was to do with changes not applying correctly for some reason, he wanted to give the firewall enough time to process, I remember he explained it in depth some posts back.I've been happy with 30sec delay in mine but there was a reason it was extended so long. Im not sure if it was hardware delays or special scenarios but it was deemed enough to be 100% sure it would work.
lines 1877,1906. 2379 probably, they reference https://raw.githubusercontent.com/@dave14305 I've been trying to work out which line I need to change to the dev branch, if it's not too much to as if I could be directed to which it is if that's not too much trouble.
dhcp_client: bound 108.228.12.xxx/255.255.252.0 via 108.228.12.1 for 600 seconds.
lldpd[298]: removal request for address of 108.228.12.xxx%4, but no knowledge of it
I use Comcast but I ended up buying my own modem. Are you able to use your own modem with ATT?My setup
I've been struggling with QoS the last 8 weeks of working from home with the whole family trying to work and learn at the same time - especially for Zoom/WebEx video calls. Tried Asus adaptive QoS, failed. Tried FreshJR Adaptive QoS failed (didn't read the instructions, especially about not using device priority, and having to wait 5 minutes). Read all 212 pages of this thread, success! Almost.
- AC68U router (Merlin 384.16, TrendMicro 2.176)
- Pace 5268AC modem/router (DMZ+ to Asus)
- AT&T bonded FTTN through Sonic.net (~50Mbps down / ~6Mbps up)
I've set bandwidth manually and tuned for bufferbloat. I'm using default allocation percentages. I've set up custom prioritization - Voip, Gaming, Others, Web Surfing, Streaming, File Transferring. Turn it on, wait 5 minutes, and it works! Eureka!
5 minutes later, I'm back to default Asus adaptive Q0S. Doh!
5 minutes later, it works!
Repeat ad nauseum.
Checking the logs, I see an endless loop of my WAN connection resetting, triggering QoS resetting. So it starts Asus QoS, then FreshJR QoS which waits 5 minutes, then starts up. So I have 5 minutes of good QoS and 5 minutes of horrible.
I've investigated, and apparently ATT sets a 10 minute DHCP lease, and every time it expires, it is causing this problem. If I disable Adaptive QoS, I don't see any mention oforCode:dhcp_client: bound 108.228.12.xxx/255.255.252.0 via 108.228.12.1 for 600 seconds.
and the Adaptive QoS doesn't cycle back and forth between Asus and FreshJR. Factory reset of the router and modem didn't fix anything. Also tried reverting from 384.17 to 384.16 with factory reset just in case.Code:lldpd[298]: removal request for address of 108.228.12.xxx%4, but no knowledge of it
Pasting the syslog triggers a Cloudflare block, so I've posted it here - https://pastebin.com/jWSu4Cfb
I really really really want to get this to work (did I mention I read all 212 pages of this thread?). Sonic was useless - can't sell me a static IP to avoid the DHCP situation, and won't send me a different type of modem to try.
I'm desperately hoping someone here can suggest a way to fix this.
Thanks!
I use Comcast but I ended up buying my own modem. Are you able to use your own modem with ATT?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!