#------------------------------------------------------------------------ # # LCDnetstat v1.3 # Configuration file (lcdnetstat.conf) # # # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # This file control the LCDnestat program # LCDnetstat will check in his current directory to find lcdnetstat.conf # if it`s not existant there, it will search for /etc/lcdnetstat.conf # if it`s still not existant, it will load defautl value from the script # # Dont forget: The names of the parameters are case sensitive !!! # #------------------------------------------------------------------------ # # # TITLE # Title allow you to change the title that will be display on the LCD screen. # exmample: # # Title="LCDnetstat Patrick Lagacé" # Title="TCP/IP Connections" # # # IGNORE LIST # it`s a list of host that will be ignore, for example, if you want to # monitor only the connection from Internet, you can ignore the IP of you # LAN. example: # # IgnoreList="192.168.0.2 192.168.0.3 192.168.0.4" # # (note: it dont support any subnetting mask right now, so you have to # specify EVERY host that you want to be ignore) # IgnoreList="127.0.0.1 0.0.0.0" # # # # NAME RESOLUTION # it`s a list of name that will be displayed unstead an IP. # the syntax is simple, NAME IP, example: # # NameResolution="YAHOO 216.32.74.51 FreshMeat.net 64.28.67.35 SlashDot 198.70.34.35" # # NameResolution="zoubi 192.168.0.2 metar 205.156.51.200 smtp1.sympatico.ca 209.226.175.81 Janus3 199.243.226.66" # # # # HIDE DUPLICATE # it allow you to decide if you want to see all connection from a client # (ON, LIST, OFF) # default is OFF # # If it's set to ON, it will show only one connection on the same port from the same IP # example: # If a client infected by Nimba try to attack your machine, LCDNetstat will show only 1 connection. # If a client open 3 HTTP connection on your server, LCDNetstat will show only one connection. # If it's set to LIST, it will hide duplicate only for the port that you specify in HideDuplicateList # example: # If your HideDuplicateList look like this: # HideDuplicateList="80" # And a client open 3 http connection, LCDNetstat will show only 1 connection. # If the client open 3 session of ssh, LCDNetstat will show 3 connections # If it's set to OFF, it will show ALL connection on the same port from the same IP # example: # If a client infected by Nimba try to attack your machine, LCDNetstat will show 10 connections # If a client open 3 HTTP connection on your server, LCDNetstat will show 3 connections # # # # HIDEDUPLICATELIST # It it`s enable, it will show lot of detail # (0=off, 1=on) # default is 0 HideDuplicate="80" # # # # DEBUG # It it`s enable, it will show lots of details # (0=off, 1=on, 2=very verbose) # default is 0 Debug=0 # # # # DAEMON # Run as a daemon, if enable, it will use fork to run in background # (0=off, 1=on) # default is 1 Daemon=1 # # # # LCDproc SERVER SETTING # LCDproc server settings, these value must match with your LCDd # settings. Presently this is the default value. # # WARNING: change this ONLY if you already changed your LCDproc configuration # default value are: # LCDprocProto="tcp" # LCDprocPeerAddr="localhost" # LCDprocPeerPort="13666" # LCDprocProto="tcp" LCDprocPeerAddr="localhost" LCDprocPeerPort="13666"