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
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
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:
> >
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
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
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
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
7 matches
Mail list logo