Force SQM to Oceanic

As title. How would I force the SQM scripting to default to 'Oceanic' rather than the default 'Internet' setting. Alternatively, how would I add a script that's tied to restarting of the SQM script? In doing this I'd be able to just automate the 'tc qdisc change' settings.

I guess just add the oceanic keyword to the relvant advanced option strings iqdisc_opts and eqdisc_opts? If you set option qdisc_advanced '1' and option qdisc_really_really_advanced '1' you will even see these in the GUI:

Here is an example how my own version of these option would look like with oceanic added:

       option iqdisc_opts 'nat dual-dsthost ingress oceanic'
        option eqdisc_opts 'nat dual-srchost oceanic'

If these options do not exist, you should be able to just add them....

1 Like

Ah, goddamn, I'm an idiot. Completely forgot about those options. Thanks a bunch.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.