Answer the question
In order to leave comments, you need to log in
Simultaneously 2 Mikrotik providers. 1st main, 2nd telephony?
Good afternoon.
Now there is 1 provider, a lot has been brought to its white address and I don’t want to refuse it.
To implement IP telephony, it is necessary to connect another provider through which digital telephony itself should work. (We will purchase Asterisk.) So far, this is all only in the plans, and there is not enough knowledge to confirm the entire implementation process with confidence.
Question - how to implement at the level of Mikrotik? PS The search engine leads to 2+ year old topics that no longer exist.
Answer the question
In order to leave comments, you need to log in
To implement IP telephony, it is necessary to connect another provider
If the condition is 2 providers, then ...
Plug 2 provos into Mikrotik into a separate port, naturally remove this port from the bridge (if it is there), configure it to receive Internet, make a masquerade rule for this interface. Then dst-nat to Asterix's internal ip address (if you need a DMZ zone). Or just forwarding the necessary ports to the internal ip of the asterix.
Forwarding example
/ip firewall nat
add chain=dstnat dst-address=your second external IP (or select an ethernet port instead) protocol=tcp port=443 action=dst-nat to-addresses=ip asterix to-ports=443
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question