On 5/24/07, Grigoreva, Yelena <Yelena.Grigoreva at detecon.com> wrote:
> #source my_source {
> # # udp();
> # udp(ip("10.102.4.1")port(514));
> # };
You are going to need to have a source other than internal to receive
messages from the network.
source net { udp(ip(10.102.4.1) ); };