[Click] click packet sending

geetha ramani geetha.er at gmail.com
Tue May 24 01:33:19 EDT 2011


hello All,

below is my router configuration ,through which i want to send some
packets from ethernet1 to ethernet2.
This is done for the userlevel configuration.
Below is my code.

FromDevice(eth1, true)
  ->SetTimestamp
  ->Queue(8)
    ->Print(eth1ok)
  ->Null
  -> ToDevice(eth2)
    ->Print(eth2ok)

  it works fine ,packets can be transferred from one ethernet to other.
  what i need is, the packets reaching the ethernet2 should be
forwarded to some server.can i able to do it using click.can anyone
help
  me to solve this issue.


More information about the click mailing list