Quote:
|
Originally Posted by avrocos
I am in South Africa and have also noticed recently that I have to refresh pages. All 5 computers on the network have the same problem. Been happenig for about 3 weeks now.
I am using Wireless 128k connection
|
Try to ping your gateway or the next hop after wireless connection. You need to see if your connection is lossing packets.
Try first with "normal" packets:
print next-hop.afterwireless.xx -n 100
and look at packet loss
next try with bigger packets:
print next-hop.afterwireless.xx -n 100 -l 750
and look at packet loss
And the final test ping the host with packest size = your MTU (1500)
print next-hop.afterwireless.xx -n 100 -l 1400
and look at packet loss
If you have packet loss more than 6% then you have problems with your wirelss.
Regards
Adrian