Community discussions

MikroTik App
 
Robotics909
just joined
Topic Author
Posts: 18
Joined: Wed Oct 31, 2012 5:14 pm

ANY THING WRONG IN MY SCRIPT OR SOME COMPLETE IT

Wed Dec 05, 2012 6:20 pm

Howto Exempt any User / Website from Mikrotik PCC
I recently deployed Dual WAN P.C.C configuration at a local cable.network. The scenario is something like below . . .
USERS >> MIKROTIK PPPOE SERVER >>> MIKROTIK RB 750 PCC with 2 DSL Link>>> INTERNET
Important: Move this rule above of other PCC rules, so it will accept the data before PCC catches it.
=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x=x
To Exempt Any User IP from PCC Rule,

/ip firewall address-list
add list=usere-exempted-from-pcc address=172.16.0.2/32

Now create Mangle Rule to accept traffic from above list, then PCC will not precess this user ip address , and Mikrotik will use the Default route for this user Traffic. (We will add it later)

Adding Route for Un-Marked Traffic

You have to add Default ROUTE rule to tell Mikrotik to use this ROUTE as default route for all other UNMARKED traffic not processed / marked by the PCC. and in this route, you can bind exempted traffic request to always go through Specific Link only.

/ip route
add comment=”Default Route For Un-Marked Traffic” disabled=no distance=3 dst-address=0.0.0.0/0 gateway=101.11.11.36 scope=30 target-scope=10
(Change IP Address as per your network configuration)
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: rextended and 26 guests