[Click] click packet sending

geetha ramani geetha.er at gmail.com
Tue May 24 01:39:46 EDT 2011


---------- Forwarded message ----------
From: geetha ramani <geetha.er at gmail.com>
Date: Tue, May 24, 2011 at 11:03 AM
Subject: click packet sending
To: click <click at amsterdam.lcs.mit.edu>


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(lets say http server).can i able to do it
using click.is it neccessary that the server should be a part of click
element.can anyone
help
 me to solve this issue.

Thanks,
geetha



More information about the click mailing list