Roberto Riggio wrote:
> Hi,
> 
> i'm trying to hand packets generated by click to the standard linux
> stack. For example I have the following script:
> 
> InfiniteSource(DATASIZE 1000)
> ->UDPIPEncap(2.0.0.2, 6666, 1.0.0.2, 7777)
> ->KernelTun(2.0.0.1/8)
> ->Discard();
> 
> However, if i run another click instace with the following script:
> 
> KernelTun(1.0.0.1/8)
> ->Print()
> ->Discard();
> 
> I do not get any output.

do you have Linux' routing enabled
( echo 1 > /proc/sys/net/ipv4/ip_forward ) ?

        Harald
_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to