Hi....ALL
I resolve My Problem and i find a solution of configuration of PPPoE Server on My Lan:
I have (GNU/Debian).
1. I download the package from:
http://www.roaringpenguin.com/penguin/rp-pppoe-3.5.tar.gz
2. Unpack of package and intstall: (ex:/etc/rp-pppoe-3.5)
#cd /etc/rp-pppoe-3.5
#./go
3. Configuration files:
1-/etc/PPP/options
2-/etc/PPP/pppoe-server-options
3-/etc/PPP/chap-secrets
4. Change My configuration: (
Creat a back up file after change.)
1- #pico /etc/PPP/options
Add this lines:
lock
crtscts
nobsdcomp
nodeflate
nopcomp
2- #pico /etc/PPP/pppoe-server-options
Add this lines:
auth
require-chap
default-mru
default-asyncmap
lcp-echo-interval 60
lcp-echo-failure 5
ms-dns a.b.c.d
noipdefault
noipx
nodefaultroute
noproxyarp
noktune
netmask 255.255.255.255
logfile /var/log/pppd.log
3- #pico /etc/PPP/chap-secrets
Add this lines:
"eagle" * "eagle" 192.168.100.3
"test" * "testpass" 192.168.100.11
- save this files.
5. Run the Server by this command:
#pppoe-server -I eth1 -C hurlevent -m MSSperso -L 192.168.100.1 -R 192.168.100.2 -S adsleagle -F
6. Side Cleint:
in WindowsXp creat new connection and choose broadband connection
(PPPoE) and login with username and password:
-test / testpass
-eagle /eagle
7. for more information see this links:
http://www.roaringpenguin.com/pppoe/
or mail to my adress:
b_open_source@yahoo.com