Is it possible to limit download and upload speed to the internet, but not to internal server ?
I’m using PPPoE server…
PPPoE server 10.10.10.100
Server… 10.10.10.1
Clients… 10.10.10.2-10.10.10.30
Tnx for the help …
Is it possible to limit download and upload speed to the internet, but not to internal server ?
I’m using PPPoE server…
PPPoE server 10.10.10.100
Server… 10.10.10.1
Clients… 10.10.10.2-10.10.10.30
Tnx for the help …
Yes, the idea is the following, mark/divide packets in mangle,
packets from user to server with one mark and leave unlimited, and packets from users to other networks with other mark(s) and apply queues for these marks.
can you plese describe how to do that
Is this OK?
[admin@MikroTik] ip firewall mangle> print
6 chain=prerouting dst-address=10.10.10.1 action=mark-packet
new-packet-mark=server passthrough=no
7 chain=prerouting dst-address=10.10.10.1 action=mark-connection
new-connection-mark=server conn passthrough=yes
Server is connected via pppoe … IP: 10.10.10.1
I’d like to mark all trafic coming from server.
I have tryed several things and I didn’t have any sucess…