Page 1 of 1
Voip and Vpn Between 2 Connections
Posted: Mon Feb 05, 2007 2:07 pm
by fpascual
I have a customer with 2 adsl connections. They use normal internet traffic and in addition VPN and VOIP traffic.
I want to route VOIP traffic through one of this connections and the rest for the other. I must use /ip firewall mangle feature ?, in this case, i must use "connection-type" option to to identify them ?. Which is the best method ?
Thanks a lot.
Posted: Mon Feb 05, 2007 2:37 pm
by janisk
IMHO set default route to connections that uses VOIP and VPN and route all other traffic (normal) to other gateway using routing marks
![Smile :)](./images/smilies/icon_smile.gif)
Posted: Mon Feb 05, 2007 2:39 pm
by fpascual
Sorry janisk, I donĀ“t understand.
Posted: Mon Feb 05, 2007 2:42 pm
by janisk
you can set one of those DSL's as default route so, all traffic goes to lets say route 1
then you in mangle set routing marks and add another gateway that actept only marked packets and that traffic goes through other gateway
here about mangle and routing marks
http://www.mikrotik.com/testdocs/ros/2.9/ip/mangle.php
Posted: Mon Feb 05, 2007 2:47 pm
by fpascual
Ok ok, and marking the packet matches in connection-type=h323 no ?
Thanks
Posted: Mon Feb 05, 2007 3:00 pm
by janisk
i do not know exactly what you have to mark.
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
Posted: Mon Feb 05, 2007 3:06 pm
by fpascual
Voip packets.
With mangle I mark packets for the both ways ? (input and output)
Posted: Mon Feb 05, 2007 3:26 pm
by janisk
as your voip packets will leave only by one gateway you do not need to think about incoming packets, just for outgoing as destination always will be client that is having voip but outgoing should be all transferred to correct GW.
Posted: Mon Feb 05, 2007 3:26 pm
by janisk
as your voip packets will leave only by one gateway you do not need to think about incoming packets, just for outgoing as destination always will be client that is having voip but outgoing should be all transferred to correct GW.