Re: NTP Static Flow on SBC
Update:
There was a mistake in configuration:
out-destination has to be in core side, so i configured ntp server in on 192.168.250.133, and now i have configuration like this:
static-flow
in-realm-id IN
description
in-source 10.0.0.0/8
in-destination 10.10.10.58:123
out-realm-id OUT
out-source 192.168.251.106
out-destination 192.168.250.133
protocol UDP
alg-type none
Now, when a phone is asking for a proper time it goes to ntp server on address 10.10.10.58, ntp server is responding, but that response is not comming to the other side (ip phone)...
Any ideas?