Need help to set a router QoS setting

Shayan Taheri

Posts: 40   +0
I need help in order to set QoS settings for an specific application (It's an online game which I have ports, protocols, server ip's and any other information about it but I dunno how to work with my old router) I found a page named IP QoS in my Router config menu, bu t I dunno how t o work with it, I will explain the fields and entries, so you may have an idea(Options I can choose are seprated by /////////) :
IP QoS

Entries in this table are used to assign the precedence for each incoming packet based on specified policy.
Config Procedure:
1: set traffic rule.
2: assign the precedence or add marker for different stream.
IP QoS: disable///enable
QoS Policy : stream based /////////802.1p based//////////DSCP based
Schedule Mode : strict prior///////////WFQ(4:3:2:1)


Add QoS Rule
Src IP: (ENTRY BOX) Src Mask: (ENTRY BOX)
Dest IP: (ENTRY BOX) Dest Mask: (ENTRY BOX)
Src Port: (ENTRY BOX) Dest Port: (ENTRY BOX)
Protocol: TCP////////UDP///////ICMP
Phy Port: LAN1/// LAN2 ///LAN3/// LAN4/// WLAN/// WLAN-VAP0///
WLAN-VAP1///WLAN-VAP2///WLAN-VAP3

set priority: p3(Lowest)/////p2/////p1/////p0(Highest)
insert or modify QoS mark(Markable so If I mark it these options will appear)
IP Precedence: 0//1//2//3//4//5//6//7
IP ToS: Normal Service////Minimize Cost////Maximize Reliability////
Maximize Throughput////Minimize Delay
802.1p: 0//1//2//3//4//5//6//7
 
I found that when I set the QoS policy, to 802.1p based or DSCP based some other settings will appear
802.1p Set

this page is used to config 802.1p priority. 802.1p rule list
For each row I can choose any of its following choices

[FONT=Arial]802.1p rule list:[/FONT]

0---> p3(lowest) p2 p1 p0(highest)
1 ---> p3(lowest) p2 p1 p0(highest)
2 ---> p3(lowest) p2 p1 p0(highest)
3 ---> p3(lowest) p2 p1 p0(highest)
4 ---> p3(lowest) p2 p1 p0(highest)
5 ---> p3(lowest) p2 p1 p0(highest)
6 ---> p3(lowest) p2 p1 p0(highest)
7 ---> p3(lowest) p2 p1 p0(highest)

DSCP Set

this page is used to config dscp priority.

DSCP tag: (ENTRY BOX) (0-63)
Transmit Prior: p3(lowest) p2 p1 p0(highest)
 
You need to forward a port for online game, not QoS. Look for stuff like:
- Port forwarding
- Port xxxxxxxxxxxxxxxxx
- VLAN
 
Back