[flow-tools] Re: Flow-tools error on flow-receive function
Mark Fullmer
maf@eng.oar.net
Thu, 13 Sep 2001 15:23:42 -0400
PDU = Protocol Data Unit. I don't see it coded as 'PUD'.
Before 0.55 flow-receive and flow-capture would lock on
to the first source IP address. So you must be sending
from multiple sources. 0.55 it will accept multiple
sources.
Regardless, if you configure 10.10.1.1 as the loopback
address on the router and expore datagrams using that
IP address then you would need a different IP on the host.
On Thu, Sep 13, 2001 at 02:21:07PM +0800, Edwin D . Viņas wrote:
> When I run the command as you suggested, it responds
>
> ./flow-receive 0/0/9500 | ./flow-print | head -10
> listening on fxp0
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> ..............................[10.10.1.1] not configured. Ignoring PUD.
>
> Question: What is PUD? by the way, 10.10.1.1 is my Loopback address which i configured in the router and my computer where flow-tools is installed.
> What do you think is the possible error on this?
>
> Edwin
>
> #########################################
> > "Life is full of uncertainty."
> >"Others think 10 minutes ahead; while,
> Filipinos think 10 years ahead."
> >Edwin D. Viņas
> >ASTI, UP Diliman, Q.C., Philippines
> >http://www.geocities.com/edwin_vinas/main.htm
> >http://www.asti.dost.gov.ph
> >Mobile: 6309163750552
> >Office: 4351071
> >Fax: 4351052
> ----- Original Message -----
> From: "Mark Fullmer" <maf@eng.oar.net>
> To: "EdwinD . Viņas" <edwinv@asti.dost.gov.ph>
> Cc: <flow-tools@splintered.net>
> Sent: Thursday, September 13, 2001 12:18 PM
> Subject: Re: Flow-tools error on flow-receive function
>
>
> > The "bind(): Address already in use" says that something else on
> > your server is using port 9991. Try a different port.
> >
> > You're also missing a |, ie
> >
> > ./flow-receive 0/0/9500 | ./flow-print | head -10
> > ^^^
> >
> > On Thu, Sep 13, 2001 at 12:16:25PM +0800, EdwinD . Viņas wrote:
> > > Through TCPdump command, I found out that the router is really exporting flows to my host at the correct port. But, when I tried to receive the flows thru flow-tool's flow-receive function, it has the following errata:
> > >
> > > #./flow-receive 0/0/9991 | ./flow-print head -10
> > > flow-receive: Exproter IP not specified
> > > flow-receive: bind(): Address already in use
> > > flow-print: short read while loading header top
> > > flow-print: ftiheader_read(): failed
> > > flow-print: ftio_init(): failed
> > >
> > > A debugging tip from you will be greatly appreciated!
> > >
> > > #########################################
> > > > "Life is full of uncertainty."
> > > >"Others think 10 minutes ahead; while,
> > > Filipinos think 10 years ahead."
> > > >Edwin D. Viņas
> > > >ASTI, UP Diliman, Q.C., Philippines
> > > >http://www.geocities.com/edwin_vinas/main.htm
> > > >http://www.asti.dost.gov.ph
> > > >Mobile: 6309163750552
> > > >Office: 4351071
> > > >Fax: 4351052
> >
> >