JEG HAR VÆRET PÅ REDHATS HJEMMESIDE OG SØG PÅ pppoe I DERES BASE HER ER DET JEG FANDT:
Pppoe
By the Red Hat Linux Support Team
Issue
How can I get PPPoE to work with my DSL connection?
Resolution
First, you need to confirm you have an ethernet adapter and that it is recognized by the kernel.
To do this log in as root and type:
ifconfig eth0
You should see the adapter and it's MAC address, but no IP information.
Next, make sure that you have the rp-pppoe package installed. You can do this by logging in as root and typing:
rp-pppoe package from the first installation CD-ROM. To do this, insert and mount the first Red Hat installation CD-ROM. Log in as root and type:
cd /mnt/cdrom/RedHat/RPMS
Then to install the package, type:
rpm -Uvh rp-pppoe*
To configure PPPoE, type:
adsl-setup
Answer all the questions. When you are finished, type:
adsl-start
You should then be up and running.
If you have any problems, refer to the following URL:
http://www.roaringpenguin.com/pppoe
Additional Resources
FAQ -
http://www.carricksolutions.com/pppoe.htm
PPPoE RFC -
http://www.faqs.org/rfcs/rfc2516.html
OG DNNE _
How do I set up PPPoE with Red Hat Linux?
By the Red Hat Linux Support Team
Issue
How do I set up PPPoE with Red Hat Linux?
Resolution
PPP over Ethernet (PPPoE) is often used by ADSL providers. If your provider uses PPPoE, you will likely need the PPPoE client to connect. Recent versions of Red Hat ship with the Roaring Penguin PPPoE client on the installation CD-ROM. The package name is rp-pppoe.
At this time, Red Hat technical installation support does not provide assistance with PPPoE configurations.
This document will briefly explain how to install and use the PPPoE client. First, make sure you have properly configured your network card. Next, download and install the rp-pppoe-.i386.rpm client. Login as root, change to the directory where you have downloaded the file and type:
rpm -ivh rp-pppoe-.i386.rpm (where is the version number)
After the package is installed, type:
adsl-setup
If you have machines on a local network behind a firewall, add the following line to your /etc/rc.d/rc.local script:
ifconfig eth0 mtu 1452
From here, you will be asked to answer several questions. Enter the appropriate responses to configure the client. After you have finished answering these questions, as root, type:
chkconfig pppoe on
/etc/rc.d/rc.local/pppoe start
You can bring the link up or down by typing adsl-startor adsl-stop.