Publish NTP service within a VRF

Hi,

I am trying to find out how I will be able to setup access to the NTP feature from a VRF.

It works from MAIN table, but pulling my hair to find a way to make it work from a different VRF.

Do I need to do something special with MANGLE rules?

I know it should be segregated, but is it possible to “leak” specific services?

Thanks.

You might try making an output chain rule in mangle that matches NTP and sets a routing mark on the packets.

The new packet flow diagram shows a “routing adjustment” step after mangle output, so this could possibly help.

Thanks,

It works!

Your assistance is appreciated.