C613-16074-00 REV B
www.alliedtelesis.com
Introduction
This document describes how to set up PPPoE between a Linux client and an Allied Telesis
device.
What information you will find in this document
This document is divided into the following sections:
Configuring your Allied Telesis Device‚ page 2
Configuring Your Linux Device‚ page 3
Starting the Link‚ page 4
Debugging and Verifying‚ page 5
Other Hints‚ page 6
Which products and software versions does this information apply to?
Products:
Rapier, AT-8800, AT-8900, AT-9900, AT-9800 and SwitchBlade series switches
AR400 and AR700 series routers
Software versions: 2.7.1 and later
Set Up PPPoE Between a Linux Client and an Allied Telesis
Access Concentrator
How To |
Set Up PPPoE Between a Linux Client and an Allied Telesis Access Concentrator 2
Configuring your Allied Telesis Device
Before starting, ensure that your PC has a version of rp-pppoe.
If rp-pppoe isn’t on your PC, do one of the following;
Download it from http :// www.roaringpenguin.com/p enguin/open_source_rp- ppp oe.php , then
compile and install it.
Use the prepackaged installer, for example RPM or deb.
Network diagram
! Configure your Allied Telesis device as follows:
add user=linux_client pass=password
set user=linux_client telnet=no ipaddr=192.168.0.1
netmask=255.255.255.255
#
# PPP templates configuration
#
create ppp template=1
set ppp template=1 bap=off authentication=chap
#
# PPP configuration
#
add ppp acservice=test template=1 vlan=1
ena ppp accessconcentrator
#
# IP configuration
#
enable ip
add ip int=vlan1 ip=192.168.0.254
eth 1
port 1
Linux PC (client)
Allied Telesis switch
(Access Concentrator)