Sponsored Content
Full Discussion: pppd-pap problem
Special Forums Cybersecurity pppd-pap problem Post 302098683 by sriram.ec on Wednesday 6th of December 2006 01:22:48 AM
Old 12-06-2006
pppd-pap problem

Hi Everybody,
i need to make the ppp-authentication phase (pap) up in my linux -2.4 and the peer is Mandrake-linux-2.6. I am using pppd command for the same.
I am using the below command.
$pppd /dev/ppps locip:remip user (user_name) remotename(remote_name) papcrypt

In /etc/ppp/pap-secrets file, i am giving the secret passwd with which i authenticate the peer. In /etc/ppp/options i am giving auth option.

The same thing i am doing in the peer machine and when i started the pppd cmd in both machines,i get the error saying
pppd: The remote system (remote_name) is required to authenticate itself
pppd: but I couldn't find any suitable secret (password) for it to use to do so

How to sort out this?? Can anybody help me in this regard.

Thanks ,
Sriram

Last edited by sriram.ec; 12-06-2006 at 04:10 AM..
 

3 More Discussions You Might Find Interesting

1. Linux

SIGHUP received to pppd

Hi all, I have a question about pppd. I got a Slack box with kernel 2.4.20. I'm learning how to connect my CONSOLE to internet with a chat script. Following these steps, MANY times I can connect to internet very pretty nice. But also MANY times (says 50%-50%) SIGHUP received to pppd... (2 Replies)
Discussion started by: jaguar
2 Replies

2. UNIX for Dummies Questions & Answers

pppd problem

Hello, I have Zydas 56k USB modem.... (it tells you lots of:) and the thing is I'd like to make it work with FreeBSD 5.2.1, however after all: /etc/ppp/options /etc/ppp/chat.script have been set up it gives an error like: tcgettatr: Invalid argument. (the modem is connected to ugen0) If you... (3 Replies)
Discussion started by: wopsis
3 Replies

3. Solaris

PPPD on ttya with serial console...?

Hi. I am very very new to Solaris. I found an abandoned Sun Blade 150. I created a 3-wire null modem cable, connected it to an abandoned laptop and successfully installed Solaris 10 using the serial port. This laptop doesn't have ethernet. So I want to establish a PPP connection. Part of the... (2 Replies)
Discussion started by: neutronscott
2 Replies
PPPD-RADIUS(8)						      System Manager's Manual						    PPPD-RADIUS(8)

NAME
radius.so - RADIUS authentication plugin for pppd(8) SYNOPSIS
pppd [ options ] plugin radius.so DESCRIPTION
The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and MS-CHAPv2 authentication against a RADIUS server instead of the usual /etc/ppp/pap-secrets and /etc/ppp/chap-secrets files. The RADIUS plugin is built on a library called radiusclient which has its own configuration files (usually in /etc/radiusclient), consult those files for more information on configuring the RADIUS plugin OPTIONS
The RADIUS plugin introduces one additional pppd option: radius-config-file filename The file filename is taken as the radiusclient configuration file. If this option is not used, then the plugin uses /etc/radiusclient/radiusclient.conf as the configuration file. avpair attribute=value Adds an Attribute-Value pair to be passed on to the RADIUS server on each request. map-to-ifname Sets Radius NAS-Port attribute to number equal to interface name (Default) map-to-ttyname Sets Radius NAS-Port attribute value via libradiusclient library USAGE
To use the plugin, simply supply the plugin radius.so option to pppd, and edit /etc/radiusclient/radiusclient.conf appropriately. If you use the RADIUS plugin, the normal pppd authentication schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The RADIUS server should assign an IP address to the peer using the RADIUS Framed-IP-Address attribute. SEE ALSO
pppd(8) pppd-radattr(8) AUTHOR
David F. Skoll <dfs@roaringpenguin.com> PPPD-RADIUS(8)
All times are GMT -4. The time now is 07:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy