Gentoo Archives: gentoo-user

From: Paul Kain <paul.kain@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting default MTU for rp-pppoe
Date: Sat, 06 Aug 2005 16:25:33
Message-Id: 451ba79205080609205033e32b@mail.gmail.com
In Reply to: [gentoo-user] Setting default MTU for rp-pppoe by Ryan Viljoen
1 /sbin/ifconfig ppp0 mtu 1352
2
3 or 1392 whatever tickles your fancy
4
5 If you wish your mtu to be set when booting up do the following :
6
7 cd /etc/ppp/
8
9 fire up vim or your favourite editor and edit pppoe.conf
10
11 go all the way to the bottom and add this line
12
13 mtu="1352"
14
15
16 save.
17
18 On 8/6/05, Ryan Viljoen <ravilj@×××××.com> wrote:
19 > Hi
20 >
21 > Could anyone tell me how I go about setting the default MTU of my
22 > pppoe connection. I am using rp-pppoe to bring it up. It currently
23 > sets it to 1432 and I need it to be 1352.
24 >
25 > Thanks
26 > Rav
27 >
28 > --
29 > "When you play a Microsoft CD backwards you can hear demonic Voices...
30 > that's nothing - when you play it forward it installs Windows"
31 >
32 > --
33 > gentoo-user@g.o mailing list
34 >
35 >
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Setting default MTU for rp-pppoe Ryan Viljoen <ravilj@×××××.com>