What's new

change MTU for guest networks?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

JTnola

Regular Contributor
can I change the MTU for a guest network interface? If yes, how so?

(And any reason not to?)

Thank you!
 
Probably no reason to.

Why do you feel you need to do this in the first place? What benefit/expected outcome are you looking for?
 
Yes.
Code:
# ifconfig wl0.2 | grep MTU
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
# ifconfig wl0.2 mtu 1000
# ifconfig wl0.2 | grep MTU
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1000  Metric:1
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top