This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Handbook Talk:Parts/Networking/Modular

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Note
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (~~~~). When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}} so it will show up in the list of open discussions.

MTU Size

Talk status
This discussion is done.

This article is missing a entry on howto change the MTU size permanently. Could you add a entry with content like this? :

== MTU Size ==

To set a specific MTU size for an interface edit the {{Path|/etc/conf.d/net}} file like below:

{{FileBox|filename=/etc/conf.d/net|title=MTU size|lang=bash|1=
mtu_eth0="1492"
}}

Where 1492 bytes is only a example.

Needle (talk) 11:16, 11 January 2017 (UTC)

This doesn't seem like something we should necessary add to the Handbook. I'm going to add it to the netifrc article instead and will create a link in the Handbook's network section to that article. This way many more things can be added later by yourself and others without the Handbook team's involvement. Remember: Handbook doesn't cover everything, just some basics do get newcomers started with Gentoo :) Kind regards, --Maffblaster (talk) 23:16, 17 April 2017 (UTC)
Find the MTU entry in the Configuration section. --Maffblaster (talk) 23:19, 17 April 2017 (UTC)


emerge iproute2

Talk status
This discussion is done.

looks like is not required to install iproute2 anymore. in Interface_handlers --Cronolio (talk) 13:32, 19 June 2017 (UTC)

Done, thanks. --Grknight (talk) 15:05, 7 November 2018 (UTC)