Create a separate vlan only for gaming + SQM

Good evening everyone, having tried a lot these days to find a good ideal connection I believe that this parameter can be quite good I had no game crash, the game was fluid and the impression of having advance on my enemies

the vlan eth0.3 corresponds to the white cable which is my ps4;)

@dlakelan @johnnyt @segal_72 @Knomax @badrisuper @Happi @Kinel

config include
        option path '/etc/firewall.user'

config rule
        option name 'cold war'
        option target 'DSCP'
        option src 'wan'
        list proto 'udp'
        option src_port '3074-3075'
        option dest_port '30000-45000'
        option dest '*'
        option set_dscp 'CS4'

config rule
        option src_port '30000-45000'
        option src 'wan'
        option name 'cold war 2'
        list proto 'udp'
        option target 'DSCP'
        option dest_port '3074-3075'
        option dest '*'
        option set_dscp 'CS4'

config queue 'eth1'
        option enabled '1'
        option interface 'eth0.2'
        option debug_logging '0'
        option verbosity '5'
        option qdisc 'cake'
        option linklayer 'ethernet'
        option overhead '26'
        option download '0'
        option qdisc_advanced '1'
        option squash_dscp '1'
        option squash_ingress '1'
        option ingress_ecn 'ECN'
        option egress_ecn 'NOECN'
        option qdisc_really_really_advanced '1'
        option upload '16000'
        option iqdisc_opts 'nat dual-dsthost ingress'
        option eqdisc_opts 'nat dual-srchost ack-filter'
        option script 'test_WAN_triple-isolate__piece_of_cake.qos'

config queue
        option debug_logging '0'
        option verbosity '5'
        option enabled '1'
        option qdisc 'cake'
        option interface 'eth0.3'
        option linklayer 'none'
        option upload '0'
        option download '54000'
        option qdisc_advanced '0'
        option script 'test_LAN_triple-isolate__piece_of_cake.qos'

what do you think ??

Capture d’écran 2020-12-28 à 02.21.11 Capture d’écran 2020-12-28 à 02.20.52 Capture d’écran 2020-12-28 à 02.20.15 Capture d’écran 2020-12-28 à 02.19.55 Capture d’écran 2020-12-28 à 02.19.47 Capture d’écran 2020-12-28 à 02.19.37 Capture d’écran 2020-12-28 à 02.19.15 Capture d’écran 2020-12-28 à 02.16.19

I think this will bork when someone does a speedtest on your LAN network because you have no download control but it probably will be fine much of the time otherwise.

1 Like