OPNsense Forum

English Forums => General Discussion => Topic started by: fox983 on October 01, 2015, 04:21:55 PM

Title: Shared bandwidth
Post by: fox983 on October 01, 2015, 04:21:55 PM
How can I replicate in OPNsense the simply QoS feature "Share bandwidth evenly on lan" that was in old great M0n0wall?
For a 10Mbit ADSL I tried these values in "Firewall - Traffic Shaper":

Pipe:
bandwith: 9Mbit/s
mask: destination

Rule:
sequence: 1
interface: wan
proto: ip
source: any
src-port: any
destination: any
dst-port: any
direction: both
target: name of pipe previously created

But results aren't great...
Does anyone know how and what set properly?
Title: Re: Shared bandwidth
Post by: AdSchellevis on October 01, 2015, 04:45:26 PM
I think m0n0wall did that, but I think it shaped on the client (LAN) side.
With OPNsense you could also bind both interfaces (LAN/WAN) to your rule, using the advanced setting on the rule.

Title: Re: Shared bandwidth
Post by: fox983 on October 01, 2015, 05:55:57 PM
Can you tell me how please? My (advanced) configuration is in my first post.
(Edited adding direction: both that I've forgot).
Title: Re: Shared bandwidth
Post by: AdSchellevis on October 01, 2015, 06:22:02 PM
Enable advanced when creating a rule (in the left corner of the dialog), choose your lan interface as interface and your wan as "interface 2".
Title: Re: Shared bandwidth
Post by: fox983 on October 05, 2015, 09:38:30 AM
Ok, but in the wiki - step 3 - is different. It is due to different needs (...limit the traffic passing between LAN/WAN to 1Mbps per user)?