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?
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.
Can you tell me how please? My (advanced) configuration is in my first post.
(Edited adding direction: both that I've forgot).
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".
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)?