[Click]

Venu Bolisetty venu at cs.wisc.edu
Mon Aug 18 13:54:19 EDT 2003


Hi,
 I am trying to see nfs reply pakcets using click with the following
configuration file, but am not able to see any nfs reply packets using
this configuration. I am able to see the nfs request packets that are sent
to the server, however. Furthermore, I am able to see the nfs reply
packets using the same 'src port 2049' on tcpdump. Is there something I am
doing wrong?

Thanks.
--Venu

"Mankind, probably the most mysterious species on our planet.
A mystery of open questions. Who are we? Where do we come from?
Where are we going? How do we know what we believe to know?
Why do we believe anything at all? Innumerable questions looking
for an answer, an answer which will raise the next question and
the following answer will raise a following question and so on and so forth.
But in the end, isn't it always the same question and always the same answer?"
						       Run Lola Run
-------------- next part --------------
//Select the packets to view...

is_ip :: IPClassifier (src port 2049,-);
check :: CheckIPHeader(VERBOSE true);
FromDevice(eth0)
	->Strip(14)
	->check
	->is_ip
	is_ip[0]->t::Tee(2);
	t[0]->Unstrip(14)->ToHost(eth0);
	t[1]->Print(NFS,NBYTES 400)->Discard;	
	
	is_ip[1]->Unstrip(14)->ToHost(eth0); //just pass it onto the HOST  


More information about the click mailing list