This is weird. Sounds like you have a hardware problem somewhere (bad
drivers, broken router, broken memory on one of the machines, broken
disks or something similar).
> I have tried limiting the speed by limiting the user speed under the
> pureadmin user accounts however this does not seem to have any affect.
> If anyone could help I would appreciate it greatly.
You could try to set them manually through the pure-pw command line:
pure-pw usermod TheUserName -t 20000 -T 20000 -m
(Replace 'TheUserName' with the actual username of the user you're
setting the limit for and also make sure you remember the "-m" at the
end, it rebuilds the db so that the changes are applied)
You can also see the settings for a user by running:
pure-pw show TheUserName
-Isak