diff options
author | glebius <glebius@FreeBSD.org> | 2006-02-08 11:55:03 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2006-02-08 11:55:03 +0000 |
commit | ae6d6a4d2dafba1a879b5abde81f26b541b5bd3b (patch) | |
tree | d45fa50c54e4e0de00f94ec0d81de8b783652675 /etc | |
parent | 8c6fee91dbcfe15c52ca0a758a76ae272e067db1 (diff) | |
download | FreeBSD-src-ae6d6a4d2dafba1a879b5abde81f26b541b5bd3b.zip FreeBSD-src-ae6d6a4d2dafba1a879b5abde81f26b541b5bd3b.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/snmpd.config | 4 |
1 files changed, 2 insertions, 2 deletions
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! |