Problem in Netgraph ( TESTING OF MY NODE )

From: manish gautam (manish_6983_at_yahoo.co.in)
Date: 03/21/04

  • Next message: Vlad GALU: "Stripping symbol names from /kernel"
    Date: Sun, 21 Mar 2004 18:35:39 +0000 (GMT)
    To: freebsd-hackers@freebsd.org
    
    

    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
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Vlad GALU: "Stripping symbol names from /kernel"

    Relevant Pages