Search found 7 matches
- Mon Jun 02, 2025 11:28 am
- Forum: Bugs
- Topic: Subnet matching problem
- Replies: 2
- Views: 32351
Re: Subnet matching problem
We’re working on this. It requires some restructuring so it’s going to take a day or two. To update this, I didn’t like the hash distribution I’m seeing so while I’m working on this i’m installing some new hash algorithms that test out better in practice. So it will be another day or 2 to get it te...
- Fri May 30, 2025 12:10 pm
- Forum: Bugs
- Topic: Subnet matching problem
- Replies: 2
- Views: 32351
Re: Subnet matching problem
We’re working on this. It requires some restructuring so it’s going to take a day or two.
- Fri May 23, 2025 7:12 pm
- Forum: ET/BWMGR V8
- Topic: No Matches
- Replies: 1
- Views: 5248
Re: No Matches
Make sure you have local addresses turned on for your path. By default, locale to local traffic (192.168 or 10. Addresses) are ignored for efficiency.
There’s a checkbox in the GUI
bwmgr addpath BWMGR ix1 ix0 -wantslocal
- Fri May 23, 2025 12:23 pm
- Forum: ET/BWMGR V8
- Topic: Max Queue Errors
- Replies: 4
- Views: 182733
Re: Max Queue Errors
The max_qlen setting for each rule is now dynamic based on the bandwidth setting for the rule. It will not exceed the sysctl setting for bwmgr.max_qlen. You can override this in profiles or individual rules
- Sun May 18, 2025 2:38 pm
- Forum: ET/BWMGR V8
- Topic: Customer Portal
- Replies: 3
- Views: 31994
Re: Customer Portal
We’re working on it. Trying to get some bug fixes released first.
We’re making the portal so it can run on another system so you don’t have to host it on the BWMGR box. Included is a remote JSON interface for getting stats and billing info from a remote system. It’s more than just a port from v6
We’re making the portal so it can run on another system so you don’t have to host it on the BWMGR box. Included is a remote JSON interface for getting stats and billing info from a remote system. It’s more than just a port from v6
- Sat May 17, 2025 12:07 pm
- Forum: ET/BWMGR V8
- Topic: min_window setting
- Replies: 2
- Views: 7390
Re: min_window setting
Be aware that you can also set the min_window below 1500 and the BWMGR will negotiate a smaller MSS. The can be used to slow connections even more than a 1 packet window. A window of 1500 is essentially a window of 1 packet. It creates a send and wait situation; A packet is sent and another can’t be...
- Thu May 15, 2025 8:17 pm
- Forum: ET/BWMGR V8
- Topic: Max Queue Errors
- Replies: 4
- Views: 182733
Re: Max Queue Errors
Note that this will be dynamic shortly. The queue depth should be calculated based on the allowed bandwidth. In fact I’m going to add that as a priority task. TCP traffic gets window shaped so if you’re blowing. your queue it means you have a lot of icmp or udp traffic and you might want to see what...