![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 07:10 AM |
| pppd problem | wopsis | UNIX for Dummies Questions & Answers | 3 | 10-16-2004 07:07 AM |
| SIGHUP received to pppd | jaguar | Linux | 2 | 08-05-2004 04:38 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 06:12 AM |
| pppd: ``chatscript failed'' - OpenBSD | kerb | UNIX for Dummies Questions & Answers | 2 | 01-07-2002 08:50 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 12:10 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
hello,
ppp term of remote means the box you dial to. for example : boxA dial to boxB then in the boxA to dial remote name must specify the username of boxB. and - in the boxB itself must specify its name as boxB. this way so both the caller and receiver can auth them selves. boxA: username boxB password boxB boxB: username boxB password boxB read more about pap/chap auth.. ![]() cheers. |
|||
| Google UNIX.COM |