Allied Telesis AT-9800 Series 방법 - 페이지 7

{카테고리_이름} Allied Telesis AT-9800 Series에 대한 방법을 온라인으로 검색하거나 PDF를 다운로드하세요. Allied Telesis AT-9800 Series 8 페이지. How to set up pppoe between a linux client and access concentrator
Allied Telesis AT-9800 Series에 대해서도 마찬가지입니다: 릴리스 노트 (5 페이지), 구성 방법 (9 페이지), 빠른 설치 매뉴얼 (12 페이지)

Allied Telesis AT-9800 Series 방법

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