Qosify: new package for DSCP marking + cake

I've also been testing Qosify for a while in order to get it working properly with GeForce Now.

In case you haven't set it up yet, here is my configuration that works with adding GeForce Now to the Video tin priority:

# GeForceNow
udp:49003	+video
udp:49004	+video
udp:49005	+video
udp:49006	+video

# GeForceNowSpeedtest
udp:5001	+video
udp:5002	+video

dns:*.nvidiagrid.net	+video

To save this configuration, you can:

  1. Login with SSH to your router and write cat > /etc/qosify/05-geforcenow.conf
  2. Copy and paste the configuration from above
  3. Press CTRL + D to save it
  4. Restart Qosify by typing /etc/init.d/qosify restart and press Return

That's it. This should work right away, if you already configured your speed and enabled WAN in the default Qosify config.

The next time you start the GeForce Now app, you can either do a speed test or run a game, and it should show the traffic going into the video tin. You can check this using the qosify-status command.

If you don't have the default Qosify config, here is how it should look like when you type uci show qosify:

qosify.@defaults[0]=defaults
qosify.@defaults[0].defaults='/etc/qosify/*.conf'
qosify.@defaults[0].dscp_prio='video'
qosify.@defaults[0].dscp_icmp='+besteffort'
qosify.@defaults[0].prio_max_avg_pkt_len='500'
qosify.@defaults[0].dscp_default_udp='besteffort'
qosify.besteffort=class
qosify.besteffort.ingress='CS0'
qosify.besteffort.egress='CS0'
qosify.bulk=class
qosify.bulk.ingress='LE'
qosify.bulk.egress='LE'
qosify.video=class
qosify.video.ingress='AF41'
qosify.video.egress='AF41'
qosify.voice=class
qosify.voice.ingress='CS6'
qosify.voice.egress='CS6'
qosify.voice.bulk_trigger_pps='100'
qosify.voice.bulk_trigger_timeout='5'
qosify.voice.dscp_bulk='CS0'
qosify.wan=interface
qosify.wan.name='wan'
qosify.wan.overhead_type='none'
qosify.wan.ingress='1'
qosify.wan.egress='1'
qosify.wan.mode='diffserv4'
qosify.wan.autorate_ingress='0'
qosify.wan.disabled='0'
qosify.wan.host_isolate='1'
qosify.wan.nat='1'
qosify.wan.bandwidth_up='100mbit'
qosify.wan.bandwidth_down='100mbit'
qosify.wandev=device
qosify.wandev.disabled='1'
qosify.wandev.name='wan'
qosify.wandev.bandwidth='100mbit'

If you have any additional questions about the configuration, please feel free to let me know.

2 Likes