Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149525 - baselayout should have a better warning PPPoE users about "Clamp MSS"
Summary: baselayout should have a better warning PPPoE users about "Clamp MSS"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-09-29 08:16 UTC by r00t440
Modified: 2006-09-30 01:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description r00t440 2006-09-29 08:16:40 UTC
Since the rp-pppoe package is already deprecated, and that baselayout is suggesting to use the better PPPoE module that comes with net-dialup/ppp; it would be better if there will be a nice warning in net.example stating an issue about MSS Clamping followed by a recommended iptables rule.

Reference forum topic: http://forums.gentoo.org/viewtopic-t-502140.html
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-09-29 23:47:55 UTC
The comment should be related to *all* ppp connections and it should look like this:

#WARNING: if MTU of the PPP interface is less than 1500 and you use this machine
#         as a router, you should add the following rule to your firewall
# iptables -I FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-09-30 01:23:46 UTC
Fixed in our SVN, thanks