On Mon, Apr 2, 2012 at 9:38 AM, Mohan Sundaram <[email protected]> wrote:
> Apologies for replying to my own post. To get rid of this problem > across networks that I move in and out of, I've set my ethernet MTU to > 1300 ( a safe number) to account for a few encapsulated hops. As Raja indicated, problem may be due to the packet fragmentation and https sites will throw some issues. As Mohan suggested, we can set the MTU to 1300. OR You can find the safe number, by running the following ping command. $ ping -M do -s 1510 google.com You need to reduce the packet size, till you get the ICMP reply with-out DF bit set. Bye :) -- Bharathi Subramanian _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
