[Click] My packets don't get send?

Robin Astle robin.astle at telenet.be
Fri Jul 22 10:01:45 EDT 2005


I have made this config file:

myArp::ARPQuerier(192.168.2.204, 00:50:BF:59:CA:B5);

send::Queue()->ToDevice(eth1);

FromDump(proud.dump)->Strip(42)->UDPIPEncap(192.168.2.204,2293,192.168.2.201,1234)->myArp;
myArp[0]->send;
myArp[1]->send;

inputClassifier::Classifier(12/0806 20/0001,//arp request
             12/0806 20/0002, //arp response
             -);//al de rest

arpResp::ARPResponder(192.168.2.204/24 00:50:BF:59:CA:B5 eth1);

FromDevice(eth1)->inputClassifier;
inputClassifier[0]->arpResp->send;
inputClassifier[1]->[1]myArp;
inputClassifier[2]->Discard();

What happens is that I receive the arp requests on the destination computer, the destination computer answers with an arp response which I receive.  But none of the UDP packets get sent... any ideas why? and more important how to solve it?

If you need more information, I'll be very willing to give it.




More information about the click mailing list