My actual settings for gaming belkin rt3200

hello everybody this is my settings for gaming

what do you think ? thanks

config queue 'eth1'
        option enabled '1'
        option interface 'wan'
        option debug_logging '0'
        option verbosity '5'
        option qdisc 'fq_codel'
        option script 'simple.qos'
        option download '62000'
        option upload '18000'
        option linklayer 'ethernet'
        option overhead '44'

iptables is here

iptables -t mangle -N dscp_mark
iptables -t mangle -F dscp_mark

iptables -t mangle -A -j dscp_mark

iptables -t mangle -A POSTROUTING -p udp --dst 192.168.2.160 -j DSCP --sport 30000:45000 --dport 3074 --set-dscp-class CS4 -m comment --comment "Dopam-IT_1987-UDP-1"

iptables -t mangle -A PREROUTING -p udp --src 192.168.2.160 -j DSCP --sport 3074 --dport 30000:45000 --set-dscp-class CS4 -m comment --comment "Dopam-IT_1987-UDP-2"


iptables -t mangle -A POSTROUTING -p tcp --dst 192.168.2.160 -j DSCP --dport 50000:65535 --sport 3074 --set-dscp-class CS4 -m comment --comment "Dopam-IT_1987-TCP-3"

iptables -t mangle -A PREROUTING -p tcp --src 192.168.2.160 -j DSCP --dport 3074 --sport 50000:65535 --set-dscp-class CS4 -m comment --comment "Dopam-IT_1987-TCP-4"
config include
        option path '/etc/firewall.user'

config redirect
        option target 'DNAT'
        option name 'DMZ'
        option src 'wan'
        option src_dport '1-65535'
        option dest 'lan'
        option dest_ip '192.168.2.160'
        option dest_port '1-65535'

ps5 in hostname and dhcp and dns static lease for ps5

monitor pc aoc Q34E2A
and hardware software belkin rt3200 version 5.10.32 snapshot

@segal_72 @dlakelan @moeller0 @Kinel @johnnyt @EXREYFOX

have a nice day everybody

1 Like

Iptables rules doesnt "fall" anywhere...doesnt work if you use SQM and piece of cake script.

1 Like

in firewall status doesnt appair at your home ?

it's weird at my home i have well 4 rules in status firewall ...

sorry my wrong... i didnt see that you use "
simple.qos"

1 Like