Modify ↓
#11133 closed defect (duplicate)
QoS not working with MultiWan (MultiWan QoS Init Bug)
Reported by: | anonymous | Owned by: | developers |
---|---|---|---|
Priority: | high | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | qos, iptables, multiwan | Cc: |
Description
Hi When i get multiwan script turn on the QoS stop to working
I checked qos_init() into MultiWan script and
I see the script must create a chain name: MultiWanQoS into mangle table and that do not exist, the script do not create it
in r30833 jow say:
Info: For the moment the qos management of the multiwan package is broken (it's speaks about IMQ, instead of IFB)
Magle QoS status:
Chain qos_Default (References: 2) Rule # Pkts. Traffic Target Prot. Flags In Out Source Destination Options 1 282687 17.91 MB CONNMARK all -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK restore mask 0xff 2 6 572.00 B qos_Default_ct all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff 3 0 0.00 B MARK all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x1/0xff length 400:65535 MARK and 0xffffff00 4 0 0.00 B MARK all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x2/0xff length 800:65535 MARK and 0xffffff00 5 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff length 0:500 MARK xset 0x2/0xff 6 5831 659.71 KB MARK icmp -- * * 0.0.0.0/0 0.0.0.0/0 MARK xset 0x1/0xff 7 1 40.00 B MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff tcp spts:1024:65535 dpts:1024:65535 MARK xset 0x4/0xff 8 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff udp spts:1024:65535 dpts:1024:65535 MARK xset 0x4/0xff 9 5833 292.74 KB MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 length 0:128 mark match !0x4/0xff tcp flags:0x3F/0x02 MARK xset 0x1/0xff 10 119301 5.09 MB MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 length 0:128 mark match !0x4/0xff tcp flags:0x3F/0x10 MARK xset 0x1/0xff Chain qos_Default_ct (References: 1) Rule # Pkts. Traffic Target Prot. Flags In Out Source Destination Options 1 0 0.00 B MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff tcp spts:7800:28950 dpts:7800:28950 MARK xset 0x4/0xff 2 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff udp spts:7800:28950 dpts:7800:28950 MARK xset 0x4/0xff 3 1 40.00 B MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff tcp spts:29000:65535 dpts:29000:65535 MARK xset 0x4/0xff 4 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff udp spts:29000:65535 dpts:29000:65535 MARK xset 0x4/0xff 5 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff udp multiport ports 22,53 MARK xset 0x1/0xff 6 0 0.00 B MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff tcp multiport ports 2106,7777,3306,28960,28961,28962,28963 MARK xset 0x2/0xff 7 0 0.00 B MARK udp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x0/0xff udp multiport ports 2106,7777,3306,28960,28961,28962,28963 MARK xset 0x2/0xff 8 6 572.00 B CONNMARK all -- * * 0.0.0.0/0 0.0.0.0/0 CONNMARK save mask 0xff Chain zone_wan_MSSFIX (References: 1) Rule # Pkts. Traffic Target Prot. Flags In Out Source Destination Options 1 7261 364.29 KB TCPMSS tcp -- * eth0.2 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU 2 865 43.65 KB TCPMSS tcp -- * eth1 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU Table: Raw
Also i saw a iptables issue in System log:
Mar 13 16:52:29 Openwrt user.info sysinit: iptables v1.4.10: Bad range "524288" Mar 13 16:52:29 Openwrt user.info sysinit: Try `iptables -h' or 'iptables --help' for more information. Mar 13 16:52:29 Freddy-Balancer user.info sysinit: iptables v1.4.10: Bad range "524288" Mar 13 16:52:29 Openwrt user.info sysinit: Try `iptables -h' or 'iptables --help' for more information. Mar 13 16:52:30 Freddy-Balancer user.info sysinit: iptables v1.4.10: Bad range "524288" Mar 13 16:52:30 Openwrt user.info sysinit: Try `iptables -h' or 'iptables --help' for more information. Mar 13 16:52:30 Openwrt user.info sysinit: iptables v1.4.10: Bad range "524288"
Attachments (0)
Change History (3)
comment:1 Changed 6 years ago by Guilhem Lettron <guilhem+openwrt@…>
comment:2 Changed 6 years ago by nbd
- Resolution set to duplicate
- Status changed from new to closed
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
this ticket duplicate #11088