# .__, .J##," '_____ .__ .__, # J##] J###### [######L ###] J##] _#, J# .J] # ###]' "\#######, [#######, .#### .###] J## "### .##] # .###' ####¯4### J##F4###] 4#### ### ,# _,[ [##] ._, , [##F _, J##] # ]### ###] "### #### "### [##### ### J####L"[##### .##### [####] [#####][[####] # [### #### ###' ### [####L[##] [######,[##### ######][####].#######[#####] # #### ###] .### '.### ######4##] ###'[##F[####][##F¯##][####][##F ### #####. # ###] ###] . _. [### ###F.###[#####][###_J##].###, ######, ### . .J##### [### # ###] ###] [###]4### ###L ### #####'[#######] ### .######, ### [####### [##] # ###L____###L [### [##]"J###][##] ##### [#######].### 4#### [##] ####\##F [##' # #######][######## ######### ###] [#### [##L. [[###J[##L"J## [##LJ ### J### [##L# # [#######] #######'[########' ###] ###] ####### [#### ######F][#### #######] [###] # [#######] "#####4 #######' ### 4##] [##### .###] 4##### .###] [######] 4###] # by Patrick Lagacé # Version 2.0 http://lcdnetstat.intellos.net patou@sympatico.ca # # Configuration file (lcdnetstat.conf) # This file control the LCDnestat program # Dont forget: The name of the parameter is case sensitive # Use space and no tab # # 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 # # #==================================================================================== # # # # 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 127.0.0.1 # IgnoreList 192.168.0.2 # IgnoreList 192.168.0.3 # # (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 IgnoreList 192.168.0.2 # # # # 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 # NameResolution FreshMeat.net 64.28.67.35 # NameResolution SlashDot 198.70.34.35 NameResolution station1 192.168.0.1 NameResolution station2 192.168.0.2 # # # # HIDE DUPLICATE # it allow you to decide if you want to show only 1 connection for a specific type. # this is very usefull for port 80 and 443 for example. # if someone try to access hello.html and you have 5 pictures on this page, it will # show you 6 connections on your port 80. # # But if you HideDuplicate on port 80, it will show you only one # # exmaple: # HideDuplicate 80 # HideDuplicate 110 HideDuplicate 80 # # # # DEBUG # It it`s enable, it will show lots of details # When Debug is enable, it automaticly disable the daemon flag # (0=off, 1=on) # example: # # Debug 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 # example: # # Daemon 0 Daemon 1 # # # # REFRESH # Number of seconds to wait between each refresh # example: # # RefreshInterval 60 # (will refresh every minute) # # RefreshInterval 1 # (will refresh every second) RefreshInterval 1 # # # # LCD DEVICE NAME # This is the path of your com. If you are using your LCD display on com1, enter the path for your com1 # example: # /dev/cua00 # (this is com1 on BSD system) # /dev/ttyS1 ou /dev/ttyS0 # (this is com1 and com2 on Linux system) LCDDeviceName /dev/ttyS0