Handbook Talk:Parts/Networking/Modular

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 02:10, 3 June 2024 (UTC)
:: Your reply ~~~~

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)

PPP credentials location

Talk status
This discussion needs help.
Tip: To get this fixed sooner, use {{Proposal}}.

/etc/ppp/pap-secrets must not necessarily be the right place to store the PPP credentials. The peer might request CHAP authentication; the secret then needs to be stored in /etc/ppp/chap-secrets. --Thomasb (talk) 12:39, 27 September 2019 (UTC)