Hello Friends
I Have Problem to Limit Queue of Static IP .
My Router Have IP Address 177.30.20.1/29
I Have 5 Server Give IP Valid and Internet From My Router Like Web Server , Game Server , FTP and Mail
They Give Internet With Below Config on Their Ethernets :
IP Address: 177.30.20.3
Sub : 255.255.255.248
GateWay: 177.30.20.1
Queue Printout :
Flags: X - disabled, I - invalid, D - dynamic
0 name="queue1" target-addresses=177.30.20.3/32 interface=all parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=20M/20M burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default-small
but Don’t Work .
How Can I Add a Queue to Limit the Rate of Internet ?
177.30.20.3 is IP address of a computer?
177.30.20.1 is IP address of your router?
Then - why are you limiting 177.30.20.1/32 ?? You limit your router, not the computers from the network .
If you want to limit this specific computer - set target-address=177.30.20.3/32
If you want to limit them all collectively - you set target-address=177.30.20.0/29 (/29 = 255.255.255.248)
**#**Sorry on The First Post , IP Address is Wrong Writed (First Post Edit to Real My Queue Printout)
I Was Set the target to 177.30.20.3/32 , but in the Traffic Now any Graph See or Limit the Speed.
I Can Easily Limit LAN Address are NAT (Like 192.168.1.x) but I Cant Limit The Static (Valid IP) with Queue
Where is the Problem ?
Thanks