Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. source IPBB { udp(ip(0.0.0.0) port(514)); };
  2.  
  3. destination LOG { file("/var/log/ipbb.log"); };
  4. destination NOC { udp("127.0.0.1" port(1514)); };
  5.  
  6. log { source(IPBB); destination(LOG); };
  7. log { source(IPBB); destination(NOC); };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement