Per RFC 1191 leavingcisco.com, a router that returns an ICMP message which indicates "fragmentation needed and DF set" should include the MTU of that next-hop network in the low-order 16 bits of the ICMP additional header field that is labeled "unused" in the ICMP specification RFC 792 leavingcisco.com.
- http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html
- https://www.reddit.com/r/networking/comments/1ikhns/need_help_with_wireshark_to_identify_network/
ping www.google.com -f -l 1472
ping -M do -s 1428 google.com
If return a reply, then it best MTU set
ifconfig eth0 mtu 1454
REF: http://unix.stackexchange.com/questions/4261/cant-access-select-https-sites-on-linux-over-pppoe
ssh -Tv [email protected]