My ultimate settings for GAMING and VISIO!

Good evening everyone,
first of all
I will show you the equipment I use as well as my configuration

firstly disable all ipv6 on the wan and lan
then hostname and dhcp and dns static on ps4
then
firewall port forward 1-65535

TCP-UDP on ps4 lan

firewall traffic rules

all traffic to udp tcp in CS4

then in the main firewall I put everything in accept (@dlakelan @moeller i'm not sure of the party but is good for my gaming)

then the picture of my sqm settings for my vdsl2 work perfectly to the fiber with this router

Capture d’écran 2021-02-09 à 23.48.40 Capture d’écran 2021-02-09 à 23.48.29 Capture d’écran 2021-02-09 à 23.48.04

Capture d’écran 2021-02-09 à 23.37.50

my SQM settings

root@OpenWrt:~# cat /etc/config/sqm

config queue 'eth1'
        option interface 'eth1'
        option qdisc 'cake'
        option script 'piece_of_cake.qos'
        option ingress_ecn 'ECN'
        option enabled '1'
        option download '0'
        option upload '16000'
        option debug_logging '0'
        option verbosity '5'
        option qdisc_advanced '1'
        option qdisc_really_really_advanced '1'
        option linklayer 'ethernet'
        option overhead '44'
        option linklayer_advanced '1'
        option tcMTU '2047'
        option tcTSIZE '128'
        option linklayer_adaptation_mechanism 'cake'
        option squash_dscp '0'
        option squash_ingress '0'
        option egress_ecn 'NOECN'
        option tcMPU '64'
        option iqdisc_opts 'ingress'
        option eqdisc_opts 'ack-filter'

config queue
        option enabled '1'
        option download '0'
        option upload '56000'
        option debug_logging '0'
        option verbosity '5'
        option qdisc 'cake'
        option script 'piece_of_cake.qos'
        option qdisc_advanced '1'
        option ingress_ecn 'ECN'
        option egress_ecn 'NOECN'
        option qdisc_really_really_advanced '1'
        option linklayer 'ethernet'
        option overhead '44'
        option linklayer_advanced '1'
        option tcMTU '2047'
        option tcTSIZE '128'
        option linklayer_adaptation_mechanism 'cake'
        option interface 'eth0'
        option squash_dscp '0'
        option squash_ingress '0'
        option tcMPU '64'
        option iqdisc_opts 'ingress'
        option eqdisc_opts 'ack-filter'

config queue
        option enabled '1'
        option download '0'
        option upload '56000'
        option debug_logging '0'
        option verbosity '5'
        option qdisc 'cake'
        option script 'piece_of_cake.qos'
        option qdisc_advanced '1'
        option ingress_ecn 'ECN'
        option egress_ecn 'NOECN'
        option qdisc_really_really_advanced '1'
        option linklayer 'ethernet'
        option overhead '44'
        option linklayer_advanced '1'
        option tcMTU '2047'
        option tcTSIZE '128'
        option linklayer_adaptation_mechanism 'cake'
        option interface 'wlan0'
        option squash_dscp '0'
        option squash_ingress '0'
        option tcMPU '64'
        option iqdisc_opts 'ingress'
        option eqdisc_opts 'ack-filter'

my firewall settings

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.IP OF MY PS4'
        option dest_port '1-65535'

config rule
        list proto 'udp'
        option src 'wan'
        option dest '*'
        option target 'DSCP'
        option set_dscp 'CS4'
        option family 'ipv4'
        option name 'UDPGAMESVISIO'

config rule
        option name 'TCPGAMESVISIO'
        option family 'ipv4'
        list proto 'tcp'
        option src 'wan'
        option dest '*'
        option target 'DSCP'
        option set_dscp 'CS4'

root@OpenWrt:~#

YTB Dopam-IT_1987 for see my gameplay

i would like create a special controller for lefty and configure the new way of games to call of duty

special lefty but activision don't listen my message :confused:

i'm desesperate as long as there are vehicles in a game

because i'm playing reverse to fps player bit not vehicles , i'm weird maybe but it's my way of play to the video games

lefty player ...

do not hesitate to tell me if you see any errors in my configuration or things to improve,

cordially

dopam

for my mate who appreciate my help @segal_72 @GT9484 @Knomax @EXREYFOX @dlakelan

@moeller0 thanks to you for the help and sharing these few months

:slight_smile: :wink:

You have made a lot of dangerous changes to your firewall!

  • You ACCEPT ALL WAN traffic
  • You ACCEPT FORWARD of traffic across the WAN zone
  • :warning: You ACCEPT INPUT of traffic from the WAN zone
  • You noted that you created a port forward rule to open all ports
  • You changed all default firewall rules to ACCEPT

I suggest you fix this before your network is compromised.

Are you @isslam?

A lot of his threads are similar and miss basics of networking and firewalling too.

1 Like

I think @Dopam-IT_1987 is using openwrt as a 2º router .. the 1º router is a ISP router an he use firewall..
Right @Dopam-IT_1987 :sweat_smile:

1 Like

:confused:

hummm...

:warning: To those who read - do not set your router's firewall like this - it is dangerous.

2 Likes

Yes i have a box of behind ok i'm will make like before if you think is dangerous but like say exreyfox i have modem +router + router openWRT...

I'ts settings by defauts now thanks

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