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.
_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to