On 4/10/07, Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> wrote:
On Apr 10 2007 11:52, MKS wrote: > > It's not possible to override the local table nor bypass or delete from it. > > When I use hping -I ppp0 and ping to 10.0.1.1 (ppp1) then I don't get > any response and I can see that the packet never leaves the system > (tcpdump -i ppp0) and that it never arrives on the NAS (using debug on > the NAS) > > Does someone know a trick to override the local routing table? or does > that require hacking the kernel? What exactly are you trying to achieve? To simply test transmission, `ping -I interface -bf 255.255.255.255` does the job.
I want to generate load on the NAS by making a traffic matrix over n ppp connections. e.g. ppp0 will send traffic to ppp1-pppN, etc. Regards MKS