- Joined
- Aug 23, 2015
- Messages
- 1
- Reaction score
- 0
Hi All,
I am new with 3cx pbx system. Here is my LAN: Internet -> mikrotik -> LAN
mikrotik : 192.168.100.1
3cx server IP : 192.168.100.184
Port: 5000,5060,5090,10000-20000
Phone Extention: 100 at Home, 200 at Laptop used from outside my LAN/Home
Here is my mikrotik filter and nat
/ip firewall filter
add action=accept chain=forward disabled=no dst-address-list=protected_host \
dst-port=5060,5090,10000-20000 protocol=udp
add action=accept chain=forward disabled=no dst-address-list=protected_host \
dst-port=5060,5090,5000 protocol=tcp
/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=10000-20000 in-interface=\
Internet protocol=udp to-addresses=192.168.100.184
add action=dst-nat chain=dstnat disabled=no dst-port=5060,5090 in-interface=\
Internet protocol=udp to-addresses=192.168.100.184
add action=dst-nat chain=dstnat disabled=no dst-port=5060,5090,5000 \
in-interface=Internet protocol=tcp to-addresses=192.168.100.184
add action=masquerade chain=srcnat disabled=no src-address=192.168.100.0/24
SIP 5060/5061 disable
From 3cx pbx server I did firewall checker and all passed. ext 100 and 200 success registered.
When i try to call from outsite my home using ext 200 to ext 100 or ext 999, i can not hear any voice.
Please some one help me what i miss in here.
Thank you
I am new with 3cx pbx system. Here is my LAN: Internet -> mikrotik -> LAN
mikrotik : 192.168.100.1
3cx server IP : 192.168.100.184
Port: 5000,5060,5090,10000-20000
Phone Extention: 100 at Home, 200 at Laptop used from outside my LAN/Home
Here is my mikrotik filter and nat
/ip firewall filter
add action=accept chain=forward disabled=no dst-address-list=protected_host \
dst-port=5060,5090,10000-20000 protocol=udp
add action=accept chain=forward disabled=no dst-address-list=protected_host \
dst-port=5060,5090,5000 protocol=tcp
/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=10000-20000 in-interface=\
Internet protocol=udp to-addresses=192.168.100.184
add action=dst-nat chain=dstnat disabled=no dst-port=5060,5090 in-interface=\
Internet protocol=udp to-addresses=192.168.100.184
add action=dst-nat chain=dstnat disabled=no dst-port=5060,5090,5000 \
in-interface=Internet protocol=tcp to-addresses=192.168.100.184
add action=masquerade chain=srcnat disabled=no src-address=192.168.100.0/24
SIP 5060/5061 disable
From 3cx pbx server I did firewall checker and all passed. ext 100 and 200 success registered.
When i try to call from outsite my home using ext 200 to ext 100 or ext 999, i can not hear any voice.
Please some one help me what i miss in here.
Thank you