You could try having a script running in the background that continuously
deletes the arp cache ( ARP -d * ) just have the script loop continuously.
Other than this, there is nothing to my knowledge ( if you've already tried
the reg keys for the ARP cache )
--
--
Dusty Harper
Microsoft Corporation
----------------------------------------------------------------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
----------------------------------------------------------------------------
"stra" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all,
>
> I am trying to generate a scenario where arp request is sent
> for each IP fragments (see the end of this message). I don't
> know if this can be done under windows (2k, xp, 2k3).
>
> 1. a program to alter the timestamps of the arp entries in
> arp cache table. Tthe entry is removed before the 2nd
> fragment is sent, thus arp request is generated again.
>
> 2. on the other hand, it's possible this can be done easily
> with certain switches or tweaks in Windows. (BTW, registry
> keys like "ArpCacheSize", "ArpCache...",... etc don't work
> for me, please let me know if they indeed work and how)
>
> This scenario is not restricted to LAN or Internet...
>
> command: ping -l 1800 destination_public
>
> result...
> host broadcast arp request gateway
> gateway host arp gateway reply
> host dest icmp echo (ping) request
> host dest IP (fragmented IP)
> dest host icmp echo (ping reply
> dest host IP (fragmented IP)
>
> What I want to achieve is this...
> host broadcast arp request gateway
> gateway host arp gateway reply
> host dest icmp echo (ping) request
> host broadcast arp request gateway
> gateway host arp gateway reply
> host dest IP (fragmented IP)
> dest host icmp echo (ping reply
> dest host IP (fragmented IP)
>
>
> stra
>
|