Hi,
this could be related to MTU size. If the MTU size your laptop uses is bigger than the size supported by your broadband connection, it comes to fragmentation. Use ping with fragmentation disabled (-f) and a given packet size (-l) -
ping [office] -f -l 1492
If the message 'Packet needs to be fragmented but DF set.' appears, decrease the packet size until the message doesn't show up anymore. You should use the size determined that way.
You can change the MTU settings in Vista using the following command from the command line as an admin -
netsh interface ipv4 set subinterface "Local Area Connection" mtu=[new_mtu] store=persistent
If you just want to see what your settings are you can run.
netsh interface ipv4 show subinterfaces
HTH
wmp





by: vinodPosted on 2009-03-17 at 21:12:38ID: 23915476
BTW, I noticed from the network counters that in order to backup this 43 KB file, rsync consumed a whopping 100 MB of downloaded and 12 MB of uploaded bytes. I can't say rsync is saving network bandwidth when it is consuming more than 2000 times the payload. Any expert opinion?
Any taker at 500 points?
Vinod