home *** CD-ROM | disk | FTP | other *** search
- ; Demo configuration file for IP configuration
- ; Default configuration file is 'BEHOLDER.INI'
- ; For an other configuration file, type 'IPDOS -f <filename>'
-
-
- [BUFFER]
- numberbuffers = 5 # 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 = 130.161.145.3 # your own internet address
- nd0mask = 0xfffffe00 # and your own mask
- lo0address = 127.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
-
- ; netmodify 131.155.0.0 130.161.180.25 0xffff0000 # TU Eindhoven
- hoststat default 130.161.144.65 # default gateway
- hoststat 127.0.0.1 127.0.0.1 # loopback interface
- hoststat 130.161.145.3 127.0.0.1 # to yourself via loopback
- netstat 130.161.144.0 130.161.145.3 0xfffffe00 # how to reach your network
-
- [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
-
-
- [AGENT]
-
- ObjectId = 1.3.6.1.4.1.99
- Port = 161
- Trap = Enable
- TrapPort = 162
- TrapAddress = 130.161.144.171
- TrapCommunity = trap
-
- [MATRIX0]
-
- HostTableLength = 1500
- ConnectionTableLength = 3000
- HashTableLength = 2000
- HashOverflow = 1000
-
-
- [ERRORS]
-
- ErrorFile = error.out
- DebugFile = debug.out
- DebugLevel = 0
-
- [GENERIC]
-
- StartMask = 0
- TimerValue = 500
-
- [MATRIX]
-
- TimerValue = 3600000
-
- [DISPLAY]
-
- TimerValue = 5000
-
- [DOG]
-
- SecsWithoutFreeTime = 120
- SecsWithoutReceivePkt = 10
-
-