Problems with pppoed !

2005-08-18 Thread Ovidiu Ene

Hello guys

I have problems with pppoed. I've used to run over almost 100 users, it 
worked fine for 4 months, now is not working, it seems it forks many 
many processes and no one is able to connect.


cut /var/log/messages

this is the error i get

Aug 18 22:59:34 server kernel: failed in ng_con_part2(B)failed in 
ng_con_part2(B)

Aug 18 22:59:34 server kernel: failed in ng_con_part2(B)
Aug 18 22:59:34 server kernel: failed in ng_con_part2(B)failed in 
ng_con_part2(B)

Aug 18 22:59:34 server kernel: failed in ng_con_part2(B)
Aug 18 22:59:35 server last message repeated 208 times
Aug 18 22:59:35 server kernel: failed in ng_con_part2(B)failed in 
ng_con_part2(B)
Aug 18 22:59:35 server kernel: failed in ng_con_part2(B)failed in 
ng_con_part2(B)failed in ng_con_part2(B)failed in ng_con_part2(B)failed 
in ng_con_part2(B)failed in ng_con_part2(B)failed in 
ng_con_part2(B)failed in ng_con_part2(B)failed in ng_con_part2(B)failed 
in ng_con_part2(B)

Aug 18 22:59:35 server kernel: failed in ng_con_part2(B)
Aug 18 22:59:35 server kernel: failed in ng_con_part2(B)failed in 
ng_con_part2(B)

Aug 18 22:59:35 server kernel: failed in ng_con_part2(B)

what should i do?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with pppoed performance when configured with mppe

2004-01-15 Thread Emil Filipov
Hi,

I am trying to configure a secure pppoe server.So far it works perfectly with Windows 
clients authenticating with MSChapv2. However, if MPPE is negotiated, the client 
receives only about 1/4th(30-40 kbytes/s) of the bandwidth available while 
downloading. 
Download seem 'leapy' : it starts with high speed , then for a second or two it stops 
completely then it bursts again. I'm not quite sure why this happens, but everything 
goes back to normal when mppe is turned off. I assume that this is due to the 
re-initialised key on every 256th packet. Anybody seen that? 
I tried different key lengths for the mppe but nothing changed. I haven't tried the 
stateless encryption though, beacuse the clients reject it.

Here are the details :
FreeBSD 4.9-STABLE

pppoe:
 allow users
 enable chap
 enable pap
 enable mschap
 enable mschapv2
 enable mppe
 set mppe 40 stateful
 disable deflate pred1 utmp vjcomp ipv6cp ccp
 deny deflate pred1 utmp vjcomp ipv6cp ccp
 allow mode direct
 set mru 1492
 set mtu 1492
 set speed sync
set ifaddr 10.0.0.1 10.0.0.15-10.0.0.20
set log connect command chap lcp error alert warning


Regards,
Emil Filipov
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]