Temat: Problem z Simpleshaper na najnowszym Trunku
Witam
Mam problem z Simpleshaper'em na routerze TP-Link TL-WR740N/ND v4, Firmware Version OpenWrt Barrier Breaker r35089 / LuCI Trunk (trunk+svn9605). Po zainstalowaniu i skonfigurowaniu simpleshaper'a nie ogranicza mi łącza. Ip przydzielone komputerom statycznie i podane w pliku konfiguracyjnym /etc/config/simpleshaper. Nie dziala ani ograniczenie całego łącza, ani pojedynczych komputerów. Wszystkie ustawienia standardowe, nic nie zmienialem w routerze, oprocz wlaczenia wifi i przydzielenia ip statycznie komputerom. Czyżby simpleshaper nie działał na nowym trunku??
root@OpenWrt:/tmp# vi /etc/config/simpleshaper
config settings
option enabled 1
option line_download 7000
option line_upload 400
config shape
option ip_addr 192.168.1.100
option guaranted_dl 1
option max_dl 5024
option guaranted_ul 1
option max_ul 200
config shape
option ip_addr 192.168.1.101
option guaranted_dl 1
option max_dl 5000
option guaranted_ul 1
option max_ul 200
root@OpenWrt:~# ss-stat
************
**Download**
************
************
***Upload***
************
***************************
***iptables mangle table***
***************************
Chain PREROUTING (policy ACCEPT 660K packets, 576M bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 12007 packets, 1455K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 648K packets, 574M bytes)
pkts bytes target prot opt in out source destination
648K 574M zone_wan_MSSFIX all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 12050 packets, 3147K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 660K packets, 577M bytes)
pkts bytes target prot opt in out source destination
Chain zone_wan_MSSFIX (1 references)
pkts bytes target prot opt in out source destination
4818 246K TCPMSS tcp -- * eth1 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
root@OpenWrt:~#