Re: [RTnet-users] Routes in rtnet

2007-03-29 Thread Leopold Palomo-Avellaneda
A Dijous 29 Març 2007 10:40, Jan Kiszka va escriure: [] > > > > you have also to add in the rtnet.conf: > > RTROUTE="${exec_prefix}/sbin/rtroute" > > > > this script need to improve a part, because it supposes that the IP > > address is 192.168.1.X, and it's not correct always. But I don't know

Re: [RTnet-users] Routes in rtnet

2007-03-29 Thread Jan Kiszka
Leopold Palomo-Avellaneda wrote: > A Dimarts 27 Març 2007 19:56, Jan Kiszka va escriure: >> Leopold Palomo-Avellaneda wrote: >>> A Dimarts 27 Març 2007 13:10, M. Koehrer va escriure: Hi Leo, I did something similar. My approach is not really beautiful but I works nice. I ca

Re: [RTnet-users] Routes in rtnet

2007-03-28 Thread Leopold Palomo-Avellaneda
A Dimarts 27 Març 2007 19:56, Jan Kiszka va escriure: > Leopold Palomo-Avellaneda wrote: > > A Dimarts 27 Març 2007 13:10, M. Koehrer va escriure: > >> Hi Leo, > >> > >> I did something similar. > >> My approach is not really beautiful but I works nice. > >> I call rtroute solicit in a sh-loop: > >

Re: [RTnet-users] Routes in rtnet

2007-03-27 Thread Jan Kiszka
Leopold Palomo-Avellaneda wrote: > A Dimarts 27 Març 2007 13:10, M. Koehrer va escriure: >> Hi Leo, >> >> I did something similar. >> My approach is not really beautiful but I works nice. >> I call rtroute solicit in a sh-loop: >> >> for (( i=0; i<255; i++)); do >>rtroute solicit 192.168.1.$i d

Re: [RTnet-users] Routes in rtnet

2007-03-27 Thread Leopold Palomo-Avellaneda
A Dimarts 27 Març 2007 13:10, M. Koehrer va escriure: > Hi Leo, > > I did something similar. > My approach is not really beautiful but I works nice. > I call rtroute solicit in a sh-loop: > > for (( i=0; i<255; i++)); do >rtroute solicit 192.168.1.$i dev rteth0 > done > > This is fairly fast an

Re: [RTnet-users] Routes in rtnet

2007-03-27 Thread M. Koehrer
Hi Leo, I did something similar. My approach is not really beautiful but I works nice. I call rtroute solicit in a sh-loop: for (( i=0; i<255; i++)); do rtroute solicit 192.168.1.$i dev rteth0 done This is fairly fast and works! However, a "smoother" way to do that (directly in rtroute) woul

[RTnet-users] Routes in rtnet

2007-03-27 Thread Leopold Palomo-Avellaneda
Hi, I have modified the rtnet script adding a notdma option to have a configuration without tdma. All is working but I have a doubt. My configuration is having my eth0 as 192.168.1.3 and other node with 192.168.1.4. I add manually: rtroute solicit 192.168.1.4 dev rteth0 Howeber I thought if I