Allied Telesis Rapier AR 700 Series Cómo hacerlo - Página 7

Navegue en línea o descargue pdf Cómo hacerlo para Software Allied Telesis Rapier AR 700 Series. Allied Telesis Rapier AR 700 Series 8 páginas. How to set up pppoe between a linux client and access concentrator
También para Allied Telesis Rapier AR 700 Series: Cómo configurar (6 páginas), Manual de solución de problemas (8 páginas), Solución de problemas (5 páginas), Manual de instalación rápida (13 páginas)

Allied Telesis Rapier AR 700 Series Cómo hacerlo

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