Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - in2opnsense

#1
Thanks for the reply djGrr. I assume this can be manually enabled via the command line, but probably not officially supported? If not, how could I request this to be considered/added to the next release?
#2
I noticed this post was posted some time ago addressing this issue @ https://forum.opnsense.org/index.php?topic=1414.0

Currently, I have OPNsense 17.1 installed and basically working via VLAN 2 on my WAN interface.

The above form post stated the following needs to "scrub out":

scrub out on $WAN proto udp from port 67 to port 68 set-tos 0x40 # set DHCP packets to class 2
scrub out on $WAN proto igmp set-tos 0xC0 # set IGMP packets to class 6
scrub out on $WAN set-tos 0x60 # set all other packets to class 3


What I am wondering, is how to enable these rules for ToS for packets on my OPNSense Router to allow for the full upload bandwidth, etc? If so, I would like to know how. Thanks in Advance