Other methods to connect to large networks are through ISDN and PPPoE interfaces, among others. PPPoE is discussed here. Pages written for ISDN (or others as the need arises) are always welcome and will be included in future books, if available.
The Roaring Penguin PPPoE package contains both a client and a server component that works with the client. The client allows you to connect to large networks that use the PPPoE protocol, common among ADSL providers. The server component runs alongside the client, allowing you to configure other clients that send out a configuration request.
Download (HTTP): http://www.roaringpenguin.com/products/rp-pppoe/rp-pppoe-3.5.tar.gz
Download (FTP): ftp://ftp.rutgers.edu/pub/slackware/slackware_source/n/rp-pppoe/rp-pppoe-3.5.tar.gz
Download size: 185 KB
Estimated Disk space required: 2.2 MB
Estimated build time: 0.05 SBU
Note: If you plan on using kernel-mode PPPoE, this package is no longer explicitly needed. However, it is recomended for ease of configuration. Additional information about kernel mode PPPoE can be found in rp-pppoe-3.5/doc/KERNEL-MODE-PPPOE.
Install RP-PPPoE by running the following commands:
cd src &&
./configure &&
make &&
make install
These are the standard installation commands that will install into the /usr prefix. You can optionally use the go script in the root of the source tree, to run the same commands, which are then immediately followed by the adsl-setup script.
/etc/ppp/pppoe.conf, /etc/ppp/firewall-standalone, /etc/ppp/firewall-masq, /etc/ppp/pppoe-server-options, /etc/resolv.conf, /etc/ppp/pap-seecrets, /etc/ppp/chap-secrets
To configure RP-PPPoE after installation, you should run the adsl-setup script.
When configuring your connection, you will need to have your ISP's nameserver information available, as well as your username and password. You will also be asked whether to configure a dial-on-demand or a constant connection. If your service provider does not charge by the minute, it is usually good to have a bootscript handle the connection for you. You can, of course, choose not to install the following script, and start your connection manually with the adsl-start script.
Optionaly install the /etc/sysconfig/network-devices/services/pppoe service script included with the blfs-bootscripts-5.1 package.
make install-service-pppoe
Now create the config file for use with the pppoe service script:
cat > /etc/sysconfig/network-devices/ifconfig.pppoe << "EOF" ONBOOT=yes SERVICE=pppoe EOF
Also, If you had previously configured the network interface that will now use PPPoE, you should remove the interface configuration files for that interface: /etc/sysconfig/network-devices/ifconfig.eth<X> .
The RP-PPPoE package contains adsl-setup, adsl-start, adsl-status, adsl-stop, pppoe, pppoe-relay, pppoe-server and pppoe-sniff.
A script for configuring the client. Configuration is then stored in /etc/ppp/pppoe.conf.