i resolved this issue.thanks to all.
---------- Forwarded message ---------- From: geetha ramani <[email protected]> Date: Tue, May 24, 2011 at 11:09 AM Subject: click packet sending To: click <[email protected]> ---------- Forwarded message ---------- From: geetha ramani <[email protected]> Date: Tue, May 24, 2011 at 11:03 AM Subject: click packet sending To: click <[email protected]> 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 _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
