# # Simple configuration file for ipcad. # Copyright (c) 2001, 2002, 2003, 2004 # Lev Walkin . # # Please see ipcad.conf.default file or ipcad.conf(5) manual page for # complete file format explanation. # capture-ports enable; # Enable ports capturing for RSH (no effect on NetFlow). # Specify interfaces. interface eth0; # Listen on Ethernet interface... interface eth1; # ...and another onw. interface ppp*; # Listen on all PPP interfaces. # Preserve internal IP ranges, aggregate external ones. aggregate 192.168.0.0/16 strip 32; /* Don't aggregate 192.168.0.0 */ aggregate 172.16.0.0/12 strip 32; /* Don't aggregate 172.16.0.0 */ aggregate 0.0.0.0/0 strip 24; /* Drop the last octet of all other IPs */ # Aggregate port numbers. aggregate 1024-65535 into 65535; /* Aggregate wildly */ aggregate 3128-3128 into 3128; /* Protect these ports */ aggregate 150-1023 into 1023; /* General low range */ rsh enable at 127.0.0.1; rsh root@127.0.0.1 admin; /* Can shutdown ipcad */ rsh 127.0.0.1 view-only; /* Other users can view current tables */ # Uncomment this to export NetFlow information to specified destination. # netflow export destination 127.0.0.1 9996; chroot = /tmp; pidfile = ipcad.pid; # Will be created under /tmp # Dump file for -r and -s command line options. dumpfile = ipcad.dump;