I have spent all the day understanding with work of yours patch for pppd. Has appeared still as far as questions. All that I could achieve is ACCOUNTIG-STOP packets. To force pppd to connect to radius for authorization I could not.
My config files :
#####pptpd.conf ########
speed 115200


option /etc/ppp/pptpd-options

debug

localip 10.0.1.1

remoteip 10.0.1.2-100

#######pptpd-options#######
debug


name localhost

auth

#require-chap

#require-chapms

#require-chapms-v2

+chap

radius-auth-servers 127.0.0.1:1812/secret

radius-acct-servers 127.0.0.1:1813/secret

lock

#######options###############
radius-auth-servers 127.0.0.1:1812/secret


radius-acct-servers 127.0.0.1:1813/secret

debug

lock

require-chap

########chap-secrets###################
*       localhost               @secret         *

I start xtradius, then I start sniffers on all interfaces and I see only acct-stop packages from pppd to radius then client is desconnected.
where I was mistaken in a configuration??




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to