QoS and UPnP not working properly with ERLite-3

Post new topic   Reply to topic    DD-WRT Forum Index -> Ubiquiti Devices
Author Message
Klaus-Bertram
DD-WRT Novice


Joined: 06 Aug 2014
Posts: 19

PostPosted: Wed Mar 25, 2015 20:03    Post subject: QoS and UPnP not working properly with ERLite-3 Reply with quote
Hi, i just want to post some bugs with DD-WRT at Edgerouter Lite with betas r26424 and r26490.

First, UPnP is not working properly. Testet with Xbox360 and Playstation3. Forwarding will NOT be added from UPnP to DD-WRT, with both consoles you have strict NAT. It´s not possible to play with these properly.

Second bug is QoS related. I added a few rules, but as you can see, pop3 may not be added to QoS. It is also buggy that if you ping to internet, sometimes packets will be marked as ICMP and sometimes as bulk traffic. But ping should every time marked as ICMP packet.

See picture for QoS rules and link for screenshot from QoS GUI. May someone open Tickets for these issues or a developer take a look at this?


http://www.directupload.net/file/d/3937/p98ch6nz_jpg.htm

iptables -t mangle -nvL
Chain PREROUTING (policy ACCEPT 66 packets, 6616 bytes)
pkts bytes target prot opt in out source destination
64 6372 FILTER_IN 0 -- * * 0.0.0.0/0 0.0.0.0/0
0 0 MARK 0 -- !ppp0 * 0.0.0.0/0 x.x.x.x MARK or 0x80000000
66 6616 CONNMARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK save

Chain INPUT (policy ACCEPT 71 packets, 6906 bytes)
pkts bytes target prot opt in out source destination
0 0 IMQ 0 -- ppp0 * 0.0.0.0/0 0.0.0.0/0 IMQ: todev 0

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 TCPMSS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
0 0 IMQ 0 -- ppp0 * 0.0.0.0/0 0.0.0.0/0 IMQ: todev 0

Chain OUTPUT (policy ACCEPT 42 packets, 5854 bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 50 packets, 6269 bytes)
pkts bytes target prot opt in out source destination
42 5854 FILTER_OUT 0 -- * * 0.0.0.0/0 0.0.0.0/0

Chain FILTER_IN (1 references)
pkts bytes target prot opt in out source destination
64 6372 CONNMARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK restore
9 1788 SVQOS_SVCS 0 -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol Mail_SMTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol Mail_SMTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol Mail_IMAP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol Mail_IMAP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol HTTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol HTTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol ICMP MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol ICMP MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol DNS MARK xset 0x35000/0x7ffc00
2 302 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol DNS MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol SIP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol SIP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol RTP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol RTP MARK xset 0x34c00/0x7ffc00
1 151 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 mark match 0x0/0x7ffc00 MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 mark match 0x0/0x7ffc00 MARK xset 0x35400/0x7ffc00
58 5037 CONNMARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK save
58 5037 RETURN 0 -- * * 0.0.0.0/0 0.0.0.0/0

Chain FILTER_OUT (1 references)
pkts bytes target prot opt in out source destination
42 5854 CONNMARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK restore
6 1518 SVQOS_SVCS 0 -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol Mail_SMTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol Mail_SMTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol Mail_IMAP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol Mail_IMAP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol HTTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol HTTP MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol ICMP MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol ICMP MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol DNS MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol DNS MARK xset 0x35000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol SIP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol SIP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 protocol RTP MARK xset 0x34c00/0x7ffc00
0 0 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 protocol RTP MARK xset 0x34c00/0x7ffc00
1 888 MARK 0 -- * * 192.168.1.0/24 0.0.0.0/0 mark match 0x0/0x7ffc00 MARK xset 0x35400/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 192.168.1.0/24 mark match 0x0/0x7ffc00 MARK xset 0x35400/0x7ffc00
37 5224 CONNMARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK save
37 5224 RETURN 0 -- * * 0.0.0.0/0 0.0.0.0/0

Chain SVQOS_SVCS (2 references)
pkts bytes target prot opt in out source destination
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol RTP MARK xset 0x2800/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol SIP MARK xset 0x2800/0x7ffc00
2 302 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol DNS MARK xset 0x5000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol ICMP MARK xset 0x5000/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol HTTP MARK xset 0x7800/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol Mail_IMAP MARK xset 0x7800/0x7ffc00
0 0 MARK 0 -- * * 0.0.0.0/0 0.0.0.0/0 protocol Mail_SMTP MARK xset 0x7800/0x7ffc00

regards Klaus-Bertram
Sponsor
Klaus-Bertram
DD-WRT Novice


Joined: 06 Aug 2014
Posts: 19

PostPosted: Sun Mar 29, 2015 19:22    Post subject: Reply with quote
With build 26587 still the same issues.

I also tested port triggering. It is bugged too, trigger ports do not open NAT.

With these issues, DD-WRT is not good for ERLite. :-\
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Ubiquiti Devices All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum