~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  As of version 5.2.2, the default configuration disables SMUX support
4
4
  and binds the SNMP port to 127.0.0.1.
5
5
  
6
 
  Please configure /etc/snmpd.conf, /etc/hosts.allow and /etc/hosts.deny
7
 
  first to set up who can access the SNMP deamon, then edit
 
6
  Please configure /etc/snmp/snmpd.conf, /etc/hosts.allow and /etc/hosts.deny
 
7
  first to set up who can access the SNMP daemon, then edit
8
8
  /etc/default/snmpd and remove 127.0.0.1 from SNMPDOPTS.
9
9
 
10
10
  To enable SMUX again, remove "-I -smux" from SNMPDOPTS and eventually
11
11
  bind it to localhost by adding "smuxsocket 127.0.0.1" to
12
 
  /etc/snmpd/snmpd.conf.
 
12
  /etc/snmp/snmpd.conf.
13
13
 
14
14
 -- Jochen Friedrich <jochen@scram.de>  Fri, 20 Jan 2006 15:11:07 +0100