Gentoo Archives: gentoo-user

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Problem using the pppoe plugin
Date: Sun, 28 Oct 2007 00:28:40
Message-Id: fg0koc$uc8$1@ger.gmane.org
In Reply to: [gentoo-user] Problem using the pppoe plugin by John covici
1 > Hi. I am having a very frustrating prroblem when I use the pppoe
2 > plugin like so:
3 >
4 > config_ppp0=("ppp")
5 > link_ppp0="eth2"
6 > plugins_ppp0=("rp-pppoe")
7 > username_ppp0='vzeqmmst'
8 > pppd_ppp0=(
9 > "updetach"
10 > "noauth"
11 > "ipcp-accept-remote"
12 > "ipcp-accept-local"
13 > "holdoff 3"
14 > "lcp-echo-interval 15"
15 > "lcp-echo-failure 3"
16 > )
17 >
18 > What happens is that when I use this a computer on my local network
19 > has intermittent connection problems -- it connects to google just
20 > fine, but not to Microsoft sites and other places.
21
22 Use this:
23
24 iptables -t filter -A FORWARD -p tcp --syn -j TCPMSS --clamp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Problem using the pppoe plugin John covici <covici@××××××××××.com>