netgraph....help

2004-02-12 Thread manish gautam
i want to make my own node with my own specifications.
how can i do that and load it and pass data through
it.

reply as soon as possible...

cheers
manish


Yahoo! India Education Special: Study in the UK now.
Go to http://in.specials.yahoo.com/index1.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to test my own netgraph node ?

2004-03-16 Thread manish gautam

Hi sir...

I have modified ng_tee.c to design my own netgraph
node. But i dont know how to test that it is working.

1.Tell me the right procedure to test it.

2.How can i pass incoming packet through it ?

3.How can i print incoming packet info on prompt ?

reply as soon as possible

Best regards 
Manish Gautam


Yahoo! India Insurance Special: Be informed on the best policies, services, tools and 
more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


how to compile kernel with options NETGRAPH ?

2004-03-20 Thread manish gautam
how can i compile my kernel with netgraph 

Actually i want to attach my own created node to the
existed ether node. so for that i need ether node.

For that i need to compile my kernel with optins
NETGRAPH.

plz explain elaborately. Reply asap

Best regards
Manish Gautam


Yahoo! India Insurance Special: Be informed on the best policies, services, tools and 
more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problem in Netgraph ( TESTING OF MY NODE )

2004-03-21 Thread manish gautam
Ist problem
=

i hav created my own node named "m" .and using
commands

kldload netgraph
kldload ng_ether
kldload ng_m

i also create an ether node and then i attach my "m"
node to ether node using 

ngctl mkpeer ed0: m upper right

 after that on command ::-->

ngctl msg my_m: getstats  ( my_m is name of peer to
ether i.e my node )

result is as foolows ::-->

Rec'd response "getstats" (1) from "my_m:":
Args:  { right={inOctets=3508 inFrames=54 }
left={outOctets=3508 outFrames=54 } }

Does that mean my node is working... YES or  NO?
If yes , is every packet coming through ethernet card
pass through my node.
If no, how do I check it and made every packet pass
through my own node.

IInd problem


Its a silly problem , i hav downloaded ethereal
packages named

tethereal.tar.gz
tethereal-0.9.10.tar

How can I install ethereal on my machine using above
said packages,? do i need more packages ?

Reply as soon as possible

Rgds
Manish Gautam 



Yahoo! India Insurance Special: Be informed on the best policies, services, tools and 
more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"