Date: Thu, 12 Mar 2015 21:29:35 +0100 From: "Bradley T. Hughes" <bradleythughes@fastmail.fm> To: freebsd-cloud@freebsd.org Subject: FreeBSD/EC2 - MTU on xn0? Message-ID: <708D692E-ED5D-421F-94C3-1984B95E0296@fastmail.fm>
next in thread | raw e-mail | index | archive | help
The AWS EC2 Instance Types documentation[1] says that the MTU for the = network interfaces is dependent on the instance type. A post on the AWS = forums[2] by an AWS representative states that the MTU configuration is = available via DHCP. I noticed that all of our T2 instances running FreeBSD have an MTU of = 1500. After searching around a bit, I found this patch[3]. I get the = same results when running the reproduction steps in EC2, despite = ifconfig(8) saying it's using an MTU of 9001. I'm wondering if the patch in 187094 is what's needed to make the xn0 = interface on our FreeBSD instances use jumbo frames? Thanks in advance :) [1] = http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html [2] https://forums.aws.amazon.com/thread.jspa?threadID=3D143674 [3] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187094 -- Bradley T. Hughes bradleythughes@fastmail.fm=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?708D692E-ED5D-421F-94C3-1984B95E0296>