Allied Telesis AR400 Series Bagaimana-Cara - Halaman 7

Jelajahi secara online atau unduh pdf Bagaimana-Cara untuk Perangkat Keras Jaringan Allied Telesis AR400 Series. Allied Telesis AR400 Series 8 halaman. How to set up pppoe between a linux client and access concentrator
Juga untuk Allied Telesis AR400 Series: Cara Mengkonfigurasi (6 halaman), Panduan Pemecahan Masalah (8 halaman), Pemecahan masalah (5 halaman), Panduan Pemasangan Cepat (8 halaman), Panduan Pemasangan Cepat (12 halaman), Manual Informasi Keselamatan (18 halaman)

Allied Telesis AR400 Series Bagaimana-Cara

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