Results 1 to 3 of 3
HI...
I have a server Debian...i use DHCP server and Squid Server....
so i want a howto or help to configure a Server PPPoE.
so i want my users to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-09-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- Lebanon
- Posts
- 12
PPPoE server
HI...
I have a server Debian...i use DHCP server and Squid Server....
so i want a howto or help to configure a Server PPPoE.
so i want my users to login in PPPoE to get a connection(internet) from My server.
Anyone help?!
- 05-23-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Lebanon
- Posts
- 12
Solution
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
- 05-28-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 1
Hi,
in the example above there is a mistake:
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
which couses errors like:
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
-m: 0 is too low (min 536)
Modem hangup
The command:
pppoe-server -m 1412 -N 330 -I eth3 -C hurlevent -L 192.168.100.1 -R 192.168.100.2 -S adsleagle -F
works fine for me.



