home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-10-04 | 1.6 KB | 59 lines |
- ; Demo configuration file for IP configuration
- ; Default configuration file is 'BEHOLDER.INI'
- ; For an other configuration file, type 'IPDOS -f <filename>'
-
-
- [BUFFER]
- numberbuffers = 4 # 1 buffer for buffer management
- buffersize = 65500 # of 45000 bytes each
-
- [DISPATCHER]
- SizeSmall=192
- CountSmall=75
- SizeLarge=1514
- CountLarge=100
-
- ; Settings for IP section
- [IPDOS]
- forwarding = yes # act as a gateway
- sourceroute = yes # send source routed to other interface
- nd0address = 127.0.0.1 # your own internet address
- nd0mask = 0xfffffe00 # and your own mask
- lo0address = 128.0.0.1 # loopback address
-
- ; Routing table entries
- [ROUTES]
-
- ; hostmodify : add a dynamic route for a host (may be changed by redirects)
- ; hoststat : add a static route for a host
- ; netmodify : add a dynamic route for a network
- ; netstat : add a static route for a network
-
- hoststat 127.0.0.1 127.0.0.1 # loopback interface
-
- [SYSTEM]
-
- Description = The Beholder, a SNMP-able Network Monitor
- Contact = Jan van Oorschot
- Name = Beholder3
- Location = 0903
-
- [AUTHENTICATION]
-
- Community public
- AddAddress 130.161.0.0 255.255.0.0
- Community trap
- AddAddress 130.161.0.0 255.255.0.0
- Community test
- AddAddress 130.161.0.0 255.255.0.0
-
- [ERRORS]
-
- ErrorFile = error.out
- DebugFile = debug.out
- DebugLevel = 1
-
- [PKTCAPT]
-
- StartMask = 0
-