[Click] network load-balancer troubleshooting

Roman Chertov rchertov at cs.ucsb.edu
Tue Dec 7 22:03:27 EST 2010


On 12/07/2010 06:11 PM, Sunjeet Singh wrote:
> FromDevice(eth4, PROMISC true) -> Print ->
> StoreEtherAddress(is:an:on:ym:iz:ed, OFFSET dst) -> ToDevice(eth0, BURST
> 8);

You need a Queue in there.

FromDevice(eth4, PROMISC true) ->
  Print ->
  StoreEtherAddress(is:an:on:ym:iz:ed, OFFSET dst) ->
  Queue ->
  ToDevice(eth0, BURST 8);


>
> - Should accept packet from eth4, print on terminal, modify MAC address
> of destination, send out through eth0?
> - Gives me:
> â push output 0 connected to â pull input 0
> Router could not be initialized!
> Where am I wrong?
>
> Thanks,
> Sunjeet


More information about the click mailing list