Re: Install a Trap receiver on CentOS 5.7
Troels Arvin <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Usuário do Sistema wrote: > anyone has a how to about configuration a trap receiver on CentOS ?? Add a file /etc/snmp/snmptrapd.conf containing the following line: authCommunity log public (If you want the community to be "public"; you probably do.) Then restart the trap daemon: /sbin/service snmptrapd restart If you have an iptables local firewall/packet filter running, you may also need to drill a hole there, perhaps something like: iptables -I INPUT 1 -p udp --dport snmptrap -j ACCEPT /sbin/service iptables save -- Regards, Troels Arvin <[email protected]> http://troels.arvin.dk/ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users