Community discussions

MikroTik App
 
sleimanr
Member Candidate
Member Candidate
Topic Author
Posts: 176
Joined: Mon Oct 18, 2010 9:31 am

4 dsl lines

Wed Jul 27, 2011 9:25 pm

i have 4 dsl lines..if any customer open skype it must go to route Vi
because route Vi CIR connection

ip address
7   192.168.2.25/24    192.168.2.0     192.168.2.255   Vi                     
 8   192.168.0.45/24    192.168.0.0     192.168.0.255   Bro                    
 9   192.168.3.55/24    192.168.3.0     192.168.3.255   calls3                 
10   192.168.4.20/24    192.168.4.0     192.168.4.255   w 
ip firewall mangle
7
  ;;; f
     chain=prerouting action=mark-routing new-routing-mark=f passthrough=no src-address=152.11.3.0/29 

18   ;;; visp
     chain=prerouting action=mark-routing new-routing-mark=visp passthrough=no src-address=152.11.3.8/29 

19   ;;; calls3
     chain=prerouting action=mark-routing new-routing-mark=calls3 passthrough=no src-address=152.11.3.16/29 

20   ;;; visp
     chain=prerouting action=mark-routing new-routing-mark=visp passthrough=no src-address=152.11.3.24/29 

21   ;;; g
     chain=prerouting action=mark-routing new-routing-mark=g passthrough=no src-address=152.11.3.32/29 

22   ;;; f
     chain=prerouting action=mark-routing new-routing-mark=f passthrough=no src-address=152.11.3.40/29 
 
Anthonymo
newbie
Posts: 33
Joined: Mon Jun 20, 2011 2:53 am

Re: 4 dsl lines

Thu Jul 28, 2011 3:47 am

Is there a question Here?
 
sleimanr
Member Candidate
Member Candidate
Topic Author
Posts: 176
Joined: Mon Oct 18, 2010 9:31 am

Re: 4 dsl lines

Thu Jul 28, 2011 1:21 pm

if customer open skype how redirect to route Vi ?
 
cicserver
Member
Member
Posts: 303
Joined: Sun Jul 24, 2011 12:04 pm

Re: 4 dsl lines

Fri Jul 29, 2011 10:26 am

if customer open skype how redirect to route Vi ?
Jsut mark the packets of Skype, and create a route for marked packets pointing to Vi GW.
 
sleimanr
Member Candidate
Member Candidate
Topic Author
Posts: 176
Joined: Mon Oct 18, 2010 9:31 am

Re: 4 dsl lines

Fri Jul 29, 2011 3:42 pm

plz send me code
thx
 
BigTrumpet
Frequent Visitor
Frequent Visitor
Posts: 53
Joined: Thu Feb 07, 2008 7:46 pm

Re: 4 dsl lines

Mon Aug 01, 2011 7:32 pm

Take a look at Mangle and L7 filters on Mikrotik documentation.
Catching Skype traffic is not so easy, but you can see here:
http://protocolinfo.org/wiki/Skype

Massimo