Thursday, June 22, 2006

利用Linux架設PPPoE Server

01- Edit pppoe-server-options as following:
require-pap
require-chap
login
lcp-echo-interval 10
lcp-echo-failure 2
ms-dns 168.95.1.1

02- Edit pap-secrets as following:
Client Server Secret IP address
"username" * "password" *
PS 此User必需存在於本機的account

03- Edit chap-secrets as following:
Client Server Secret IP address
"username" * "password" *
PS 此User必需存在於本機的account

04- Command:
pppoe-server -I eth0 -L 220.10.30.254 -R 220.10.30.1 &


Packages must be install:
ppp-*
rp-pppoe-*

No comments: