From: Alexei Takaseev <alexei@taf.ru>
To: ALT Linux Community <community@altlinux.ru>
Subject: Re: [Comm] ipcad
Date: Tue, 24 May 2005 18:11:04 +0900
Message-ID: <20050524181104.7af47b72.alexei@taf.ru> (raw)
In-Reply-To: <624254497.20050524121109@mail.ru>
On Tue, 24 May 2005 12:11:09 +0400
Anton Gorlov wrote:
> Здравствуйте, community.
>
> Как пользоваться ipcad?
>
> Вроде всё настроил... но он ничего не шлёт по указанному в параметре
> netflow export destination...
> Даже в netstat -nap |grep 9996 поусто. Хотя самле интересное --если
> просто запустить ipcad -то видно, что пакетики он всё же считает.
> Как же заставить его дальше информацию передавать?
> Сорри что не в isp... пароль забыл на ящик.. а заветная бумажка дома.
>
> capture-ports enable;
> interface eth0;
> aggregate 192.168.0.0/16 strip 32; /* Don't aggregate internal range
> */ aggregate 0.0.0.0/0 strip 24; /* Aggregate external networks */
> aggregate 1024-65535 into 65535; /* Aggregate wildly */
> aggregate 3128-3128 into 3128; /* Protect these ports */
> aggregate 150-1023 into 1023; /* General low range */
> netflow export destination 127.0.0.1 9996;
> netflow export version 5; # NetFlow export format version {1|5}
> netflow timeout active 30; # Timeout when flow is active, in
> minutes netflow timeout inactive 15; # Flow inactivity timeout, in
> seconds/* Note the order! */
> dumpfile = ipcad.dump; # The file is inside
> chroot(), see below... chroot = /var/lib/ipcad;
> pidfile = ipcad.pid;
> memory_limit = 1m;
Мой конфиг:
capture-ports disable;
buffers = 128k;
interface ulog group 1;
netflow export destination 10.1.1.2 9996;
netflow export version 5;
netflow timeout active 10;
minutes netflow timeout inactive 15;
chroot = /var/lib/ipcad;
pidfile = ipcad.pid;
memory_limit = 16m;
Есть предложение вам выставить capture-ports в disable и посмотреть что
получится.
next prev parent reply other threads:[~2005-05-24 9:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-24 8:11 Anton Gorlov
2005-05-24 8:37 ` Anton Gorlov
2005-05-24 9:11 ` Alexei Takaseev [this message]
2005-05-24 9:33 ` Re[2]: " Anton Gorlov
2005-05-24 10:02 ` Alexei Takaseev
2005-05-24 10:12 ` Anton Gorlov
2005-05-24 10:36 ` Re[3]: " Anton Gorlov
2005-05-24 12:03 ` Re[4]: " Anton Gorlov
2005-05-24 12:57 ` Alexei Takaseev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050524181104.7af47b72.alexei@taf.ru \
--to=alexei@taf.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git