 ganeshps
join:2009-09-14
| PPPoE Problem : PAP authentication failed
Hi
I am setting up a test PPPoE setup between 2 Peers. But the connection stops by giving error:
Here's my connection setup:
PPPoE Server: Centos-3 Machine running on VMware. PPPoE Client : Fedora 10 Machine
Except for the pap-secret file, I have set all other options as default.
I am starting the server by : pppoe-server -I eth0 -R 10.128.0.3 -F
but after issueing an ifup ppp0 on the client, the following error is coming:
RP-PPPoE: System call error: Input/output error PADT: Generic-Error: Received PADT from peer
This is the output from /var/log/messages: Sep 14 17:53:41 usr1 pppd[23093]: Plugin rp-pppoe.so loaded. Sep 14 17:53:41 usr1 pppd[23093]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.4 Sep 14 17:53:41 usr1 pppd[23093]: pppd 2.4.4 started by root, uid 0 Sep 14 17:53:41 usr1 pppd[23093]: Using interface ppp0 Sep 14 17:53:41 usr1 pppd[23093]: Connect: ppp0 /dev/pts/5 Sep 14 17:53:41 usr1 pppoe[23094]: PPP session is 10 (0xa) Sep 14 17:53:44 usr1 pppd[23093]: Remote message: User not known to the underlying authentication module Sep 14 17:53:44 usr1 pppd[23093]: PAP authentication failed Sep 14 17:53:44 usr1 pppoe[23094]: Session 10 terminated -- received PADT from peer
Please help me in pointing out where it may be causing a problem
Thanks GP |