Allied Telesis AR400 Series How-To - Page 7

Browse online or download pdf How-To for Network Router Allied Telesis AR400 Series. Allied Telesis AR400 Series 8 pages. How to set up pppoe between a linux client and access concentrator
Also for Allied Telesis AR400 Series: How To Configure (6 pages), Troubleshooting Manual (8 pages), Troubleshooting (5 pages), Quick Install Manual (8 pages), Quick Install Manual (12 pages), Safety Information Manual (18 pages)

Allied Telesis AR400 Series How-To

Multiple calls

!
1.
Alter the configuration of the Allied Telesis device:
add user=tester1 password=password
set user=tester1 ipaddress=192.168.0.2 netmask=255.255.255.255
add user=tester2 password=password
set user=tester2 ipaddress=192.168.0.3 netmask=255.255.255.255
add user=tester3 password=password
set user=tester3 ipaddress=192.168.0.4 netmask=255.255.255.255
set ppp acservice=test maxsessions=3
2. Configure the linux device:
[root@linux_client michael]# ls -l /etc/ppp/peers/
total 12
-rw-r--r--
-rw-r--r--
-rw-r--r--
[root@linux_client michael]# cat /etc/ppp/peers/tester1
name tester1
idle 30
[root@linux_client michael]# cat /etc/ppp/peers/tester2
name tester2
idle 30
[root@linux_client michael]# cat /etc/ppp/peers/tester3
name tester3
idle 30
The "idle 30" means that after 30 seconds, if no traffic goes over a ppp interface, that interface
is brought down.
3. Initiate the connection:
[root@linux_client michael]# pppd pty 'pppoe -I eth1 -U' call tester1
If you want to initiate more than one connection, simply repeat the above command, but
change the call name (as underlined).
Set Up PPPoE Between a Linux Client and an Allied Telesis Access Concentrator
To make multiple calls to the Access Concentrator:
1 root root 21 Aug 10 08:48 tester1
1 root root 21 Aug 10 08:51 tester2
1 root root 21 Aug 10 08:51 tester3
7