пишу
Код: Выделить всё
| mpd-limit | += | in#2#local=flt1 shape 1024600 pass |
| mpd-filter | += | 2#1=match dst host 172.17.0.1 or dst net 10.0.0.0/22|
| mpd-limit | += | out#2#local=flt2 shape 1024600 pass |
| mpd-filter | += | 1#1=match src host 172.17.0.1 or src net 10.0.0.0/22 |
| Framed-IP-Address | := | 10.0.3.8 |
| mpd-limit | += | in#1#inet=all shape 5024600 pass |
| mpd-limit | += | out#1#inet=all shape 5024600 pass |
Код: Выделить всё
Traffic filters :
1#1 '1#1=match src host 172.17.0.1 or src net 10.0.0.0/22 '
2#1 'match dst host 172.17.0.1 or dst net 10.0.0.0/22'
Traffic limits :
in#1#inet 'all shape 5024600 pass'
in#2#local 'flt2 shape 1024600 pass'
out#1#inet 'all shape 5024600 pass'
out#2#local 'flt3 shape 1024600 pass'