hi all!
There was a following problem:
There are 2 nic, one(eth0)-LAN, one(inet)-Internet.
1.Has adjusted - Network->Interfaces->
inet->Edit interface->Advanced Options->show-> QoS Real BW (kbits)->128
2. Has adjusted Masquerading -
Name:nat
Rule type:Masquerading
Network:eth0_Network
Interface: inet
3.Quality of Service (QoS)
rule: eth0_Network__ -FTP-inet_Network__-low- don"t share
logs:
========= tc entries in the kernel ==========
---- network card eth0 ----
scheduler : cbq
handle : 8011:
modi : 10Mbit
---- classes ----
name | parent | scheduler | rate | bounded | isolated
------------------------------------------------------------------
8011: | root | cbq | 10Mbit | yes | yes
---- filter ----
---- network card eth1 ----
scheduler : cbq
handle : 1:
modi : 10Mbit
---- classes ----
name | parent | scheduler | rate | bounded | isolated
------------------------------------------------------------------
1: | root | cbq | 10Mbit | yes | yes
1:1 | 1: | cbq | 128Kbit | yes | yes
---- filter ----
----------------------------------------------------------------------
filter in class : �1:1� parent : �1:� filtertyp : u32 protocol : ip
matches :
source IP : 192.168.2.0 / 255.255.255.0
protocol number : 6 ( tcp )
destination port : 21
destination IP : 62.76.XX.XX / 255.255.255.192
----------------------------------------------------------------------
filter in class : �1:1� parent : �1:� filtertyp : u32 protocol : ip
matches :
source IP : 192.168.2.0 / 255.255.255.0
protocol number : 6 ( tcp )
destination port : 20
destination IP : 62.76.XX.XX / 255.255.255.192
Such circuit, however qos does not work. Help, where a problem?
This thread was automatically locked due to age.