全部博文(230)
分类: LINUX
2006-01-26 02:40:59
网上关于用 Linux 架设 PPPoE Server 的资料实在太少了,我找了很多资料,经过反复试验,终于成功了,特在这里总结一下,把方法和大家一起分享
为了 VPN 和 netfilter,我先编译了内核,并在编译之前给内核打了 MPPE+MPPC 的补丁
然后给 PPP 打了 MPPE+MPPC 的补丁,并安装
最重要的,就是如何写 /etc/ppp/pppoe-server-options,以及如何启动 pppoe-server
/etc/ppp/pppoe-server-options
# PPP options for the PPPoE server
# LIC: GPL
plugin /usr/lib/pptpd/pptpd-logwtmp.so
-pap
-chap
-mschap
+mschap-v2
mppe required
login
lcp-echo-interval 10
lcp-echo-failure 2
ms-dns 202.106.46.151
ms-dns 202.106.0.20
/etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
"platinum" * "pppoe-test" *
启动方法:在/etc/rc.local中添加
/sbin/modprobe pppoe
/sbin/pppoe-server -I eth1 -C PLATINUM -S LAN-ADSL -L 10.1.1.254 -R 10.1.1.1 -k -u -r