public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: linux-dev <linux-dev@dialectique.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] PPPoE?
Date: Mon, 18 Feb 2002 18:37:04 +0100	[thread overview]
Message-ID: <20020218183704.41c21241.linux-dev@dialectique.org> (raw)
In-Reply-To: <20020218164837.46752.qmail@web21108.mail.yahoo.com>

> I need PPPoE support to get online - is the source
> installer PPPoE friendly? 

as far as i know, pppoe is not included on the gentoo
installer.  i used a version of ppp from:
http://big.uwaterloo.ca/~mostrows/

and you can get pppoe from:
http://www.roaringpenguin.com/pppoe/

burn them to a disk 

here are some instructions that worked for me...

(before doing anything)
modprobe ppp_generic (if you need to)
modprobe (yr_eth_card)


(after setting up filesystems and building the archive on the installer)
have pppoe and ppp on a cd ready to be copied over.

from the outside shell:

mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660
mkdir /mnt/gentoo/usr/local/pppoe
cp /mnt/cdrom/ppp241pp.tgz /mnt/gentoo/usr/local/pppoe/
  ((same for rp-pppoe))
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile

mknod /dev/ppp c 108 0
chmod 600 /dev/ppp
cd /usr/local/pppoe/
tar -zvxf ppp-241-p.gz
   ((install ppp ))

unpack rp-pppoe   ./go
follow setup instructions...

(exit)
   ifconfig eth0 up  (from exited screen)
(chroot back in)
   adsl-start        (from shell)

exit
try ping.  if it works...
   
reenter. then yr ready for emerge action!


good luck,
/r


      reply	other threads:[~2002-02-18 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-18 16:48 [gentoo-dev] PPPoE? Christopher Henderson
2002-02-18 17:37 ` linux-dev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020218183704.41c21241.linux-dev@dialectique.org \
    --to=linux-dev@dialectique.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox