[Click] ARP Question

Roman Chertov rchertov at cs.ucsb.edu
Tue Mar 31 12:23:17 EDT 2009


Venkataramana Badarla wrote:
> Hi:
> 
> I just started working with Click router. I was trying ARPFraker, the
> same example given in man page.
> 
> ARPFaker(10.220.10.198,00:1D:09:95:C7:6A,10.220.3.254,00:13:72:50:32:D5)
> -> ToDevice(eth0); But getting the error
> 
>ARPFaker at 1 :: ARPFaker’ push output 0 connected to ‘ToDevice at 2 ::
> ToDevice’ pull input 0
> Router could not be initialized!

  ARPFaker(10.220.10.198 00:1D:09:95:C7:6A,
           10.220.3.254  00:13:72:50:32:D5)
  -> Queue
  -> ToDevice(eth0);

You need a queue before the ToDevice.  Also, the IP/MAC pairs must be 
separated by a comma and not a space.

Roman
> 
> How to rectify this problem
> 
> Regards
> Ram
> 
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
> 



More information about the click mailing list