All of lore.kernel.org
 help / color / mirror / Atom feed
* pppd, pptpd and radius DNS assigns
@ 2015-09-02 23:44 Edwardo Garcia
  2015-09-07  6:46 ` Edwardo Garcia
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Edwardo Garcia @ 2015-09-02 23:44 UTC (permalink / raw)
  To: linux-ppp

Hello,

Trying to get DNS assignments from radius for remote users, I have verified that
freeradius is sending the MS-Primary/Secondary-DNS-Server attributes
along with all other attributes so I satisfy not a freeradius
problem.

I have include dictionary.microsoft and dictionary.merit in
radiusclient from freeradius-client 1.1.7, pptpd v1.4 and pppd 2.4.7,

if I use ms-dns in options file it assigns DNS servers, but for our
new network project we need radius to assign them for project reasons,
but the poptop client/pppd ignores, so not sure how to get ppptd/pppd
to accept this value and send it to remote userrs, apparently pppd
source code shows it know these attributes but does not take/use?

I try strace but it not too helpful, maybe  I miss an option to make
pppd do this?

/etc/ppp/options.ppptd contain:
name pptpd
lock
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
proxyarp
nobsdcomp
novj
novjccomp
nologfd
mtu 1300
mru 1300
plugin radius.so
plugin radattr.so


and /etc/pptpd.conf
localip x.x.x.x
option /etc/ppp/options.pptpd
ppp /usr/sbin/pppd
noipparam
delegate
connections 2000


Willy

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-08 11:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 23:44 pppd, pptpd and radius DNS assigns Edwardo Garcia
2015-09-07  6:46 ` Edwardo Garcia
2015-09-07 14:26 ` James Carlson
2015-09-08  6:28 ` Edwardo Garcia
2015-09-08 11:37 ` Jan Just Keijser
2015-09-08 11:39 ` Edwardo Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.