i currently have 2 nics
1 public interface
1 private interface
now i need to add another nic which will have public ip…
so i want to have 1 nic whith private nat generated address and 2 nics (190.x.x.18-190.x.x.19)
.18 for internet browsing
.19 for voip
please help me out with config..
Hi.
What you want to do is definitely possible. I am using this quite often.
Once you have added the NIC and set up its ip addressing and routing you will then need to use the IP FIREWALL MANGLE to mark the traffic.
So, because you want to use each public interface for different types of traffic you must mark that traffic accordingly.
Say makr VOIP Traffic, and then mark ALL OTHER traffic.
Then you will use policy based routing to direct VOIP traffic to one interface and ALL OTHER traffic to the other interface.
Dont forget to set up your nat properly though.
Take a look at the wiki for examples: http://wiki.mikrotik.com/wiki/Policy_Routing_in_RouterOS_2.9.x
yes, wiki gives you all you need. also you probably need an deep look at documentation.
re,
c. g.