Can you please help me figure out why this isn’t working?
I had to get a Mikrotik router for comcast fiber. I’ve got a lot to learn and can really use the help.
From Obitalk:
What ports should I keep open on my router/firewall?
In order for your OBi to be able to send packets w/o interruption, please configure your router as follows:Allow Outgoing:
TCP Ports: 6800, 5222, 5223
UDP Ports: 5060, 5061, 10000 to 11000, 16600 to 16998, 19305
Allow Incoming on UDP Port: 10000
My internet comes in on sfp-sfpplus1
I have a bridge on all the ports for my internal network (router).
add action=masquerade chain=srcnat out-interface=sfp-sfpplus1
add action=dst-nat chain=dstnat dst-port=32400 in-interface=sfp-sfpplus1
protocol=tcp to-addresses=192.168.1.103 to-ports=32400
add action=dst-nat chain=dstnat dst-port=10000 in-interface=sfp-sfpplus1
protocol=udp to-addresses=192.168.1.119 to-ports=10000
add action=src-nat chain=srcnat out-interface=bridge1 protocol=tcp src-port=
6800 to-addresses=192.168.1.119 to-ports=6800
add action=src-nat chain=srcnat out-interface=bridge1 protocol=udp src-port=
5060 to-addresses=192.168.1.119 to-ports=5060
add action=src-nat chain=srcnat out-interface=bridge1 protocol=udp src-port=
5061 to-addresses=192.168.1.119 to-ports=5061
add action=src-nat chain=srcnat out-interface=bridge1 protocol=udp src-port=
10000-11000 to-addresses=192.168.1.119 to-ports=10000-11000
add action=src-nat chain=srcnat out-interface=bridge1 protocol=udp src-port=
19305 to-addresses=192.168.1.119 to-ports=19305
add action=src-nat chain=srcnat out-interface=bridge1 protocol=udp src-port=
16600-16988 to-addresses=192.168.1.119 to-ports=16600-16988
add action=src-nat chain=srcnat out-interface=bridge1 protocol=tcp src-port=
5223 to-addresses=192.168.1.119 to-ports=5223
add action=src-nat chain=srcnat out-interface=bridge1 proto