From ae6d6a4d2dafba1a879b5abde81f26b541b5bd3b Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 8 Feb 2006 11:55:03 +0000 Subject: The bar.com is an existing domain. Instead of trying to listen on 64.15.205.248 address, change host to "foobar". This won't be resolvable in most cases, so administrator will need to change it. Also do not send our trap messages to 64.15.205.248, use localhost as default traphost. --- etc/snmpd.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/snmpd.config b/etc/snmpd.config index a8c8e0d..1956f4b 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -6,11 +6,11 @@ # # Set some common variables # -host := foo.bar.com +host := foobar location := "Room 200" contact := "sysmeister@bar.com" system := 1 # FreeBSD -traphost := noc.bar.com +traphost := localhost trapport := 162 # Change this! -- cgit v1.1