Hi folks,
one of our customer needs a router which is capable of traffic prioritization, therefore I would like to use a RB450.
ether1 is WAN/Internet Interface and ether2 is LAN (connected to a switch).
LAN-IP: 10.108.1.200/24
ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade src-address=10.108.1.0/24 out-interface=ether1-WAN
The problem is that they have 3-4 office PCs and one Hotspot-Gw in their LAN.
PC1: 10.108.1.1/24
PC2: 10.108.1.2/24
PC3: 10.108.1.3/24
PC4: 10.108.1.4/24
Hotspot-GW: 10.108.1.10/24
the goal is to prioritize the office pcs higher than the hotspot gateway, that means that the stuff should be able to work/surf in the internet even if a hotspot customer utilizes the whole line with a ftp download for example.
the major problem is that I can't say how much bandwidth they have, it should be a 8Mbit DSL line but most of the time they don't get more than 1 Mbps, so I'm not quite sure how the queues/queue trees should be set.
can you please point me in the right direction?