Page 1 of 1
How do I set routerboard for end user equipments to use UDP
Posted: Sun Nov 15, 2009 2:58 pm
by daitea
Hi All,
I have problems in get my end user equipment (webcast conference camera) to use udp protocol.
I will like to know how to setup the routerboard to enable the end user equipment to use the UDP protocol.
pl help
Re: How do I set routerboard for end user equipments to use UDP
Posted: Sun Nov 15, 2009 4:13 pm
by roc-noc.com
I am not sure why you are having problems. udp is the standard for both video and voice over IP.
udp and tcp are part of tcp/ip and have universal support in all ROS routing protocols.
Are you sure you are not looking for Multicast?
http://wiki.mikrotik.com/wiki/Multicast ... uterOS_3.x
Tom
Re: How do I set routerboard for end user equipments to use UDP
Posted: Sun Nov 15, 2009 10:33 pm
by daitea
The point is i dont know how to configure the udp on the rb and the service provider thinks if i allow the end user equipment to get udp from the board then transmission will be fine
so lets configure upd
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 2:26 am
by roc-noc.com
It doesn't work that way.
You don't configure udp on the RouterBoard. It is just a router and will route what the end device requests. If the end device requests udp on port 5000 then that is what the router will route. If the end device requests tcp on port 5001 then that is what the router will route.
Tom
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 2:58 am
by daitea
how do i know what port the device will use and how do i configure that?
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 5:27 am
by roc-noc.com
That is chosen by the programmers making the end device. They might allow you to change it depending on their code.
Tom
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 6:19 am
by daitea
can it also work if we configure the rb to dhcp?
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 11:58 am
by KillerOPS
do you have any firewall rules on any rb-s on the path? Maybe that is blocking your udp packets.
Re: How do I set routerboard for end user equipments to use UDP
Posted: Mon Nov 16, 2009 1:26 pm
by daitea
no firewall rule
Re: How do I set routerboard for end user equipments to use UDP
Posted: Tue Nov 17, 2009 2:43 pm
by spire2z
Sounds to me like they are using NAT and need to setup port forwards?