Instruction manual – StarTech.com CONYX ECS0016 User Manual

Page 120

Advertising
background image

Instruction Manual

113

–-match state –-state ESTABLISHED,RELATED –-jump ACCEPT
# Explicitly accept any connections from computers on
# 192.168.10.0/24
iptables –-append INPUT –-source 192.168.10.0/24 –-jump ACCEPT
More documentation about using the iptables command can be found at
the linux netfilter website http://netfilter.org/documentation/index.html

Modifying SNMP Configuration

/etc/config/snmpd.conf
The net-snmpd is an extensible SNMP agent, which when enabled should
run with a default configuration. Its behavior can be customized via the
options in /etc/config/snmpd.conf.
Changing standard system information such as system contact, name
and location can be achieved by editing /etc/config/snmpd.conf file and
locating the following lines:
sysdescr “opengear”
syscontact root <root@localhost>(configure
/etc/default/snmpd.conf)
sysname Not defined (edit /etc/default/snmpd.conf)
syslocation Not defined (edit /etc/default/snmpd.conf)

Simply change the values of sysdescr, syscontact, sysname and sysloca-
tion to the desired settings and restart snmpd.
For further information on the snmpd.conf, visit the net-snmp website
http://www.net-snmp.org, specifically:
Main Page: http://www.net-snmp.org/docs/man/snmpd.conf.html
FAQ: http://www.net-snmp.org/docs/FAQ.html
Net-SNMPD Tutorial: http://www.net-snmp.org/tutorial/tutorial-5/demon/
snmpd.html

Advertising