Zdravím.
Mám na síti jednoho šílenýho stahovače a chtěl bych mu omezit rychlost stahování.
Router je ubnt edgerouter-x. Rychlost připojení mám 150/10.
Podle různých howto na netu jsem vydedukoval toto.
config
set traffic-policy shaper DOWNLOAD default bandwidth 100%
set traffic-policy shaper DOWNLOAD bandwidth 145mbit
set traffic-policy shaper UPLOAD default bandwidth 100%
set traffic-policy shaper UPLOAD bandwidth 8mbit
set traffic-policy shaper DOWNLOAD class 1001 bandwidth 50mbit
set traffic-policy shaper DOWNLOAD class 1001 match ADDR ip destination address 192.168.1.50
set traffic-policy shaper UPLOAD class 2001 bandwidth 5mbit
set traffic-policy shaper UPLOAD class 2001 match ADDR ip source address 192.168.1.50
commit
save
Nerad bych to rozvrtla nějakými pokusy, tak se radši ptám tady. Je to tak správně?
Díky.