Search found 14 matches

by hardillb
08 Mar 2020, 15:16
Forum: Feature requests
Topic: IPv6 DNS servers from Radius
Replies: 4
Views: 6734

Re: IPv6 DNS servers from Radius

For reference the content of the LDAP: dn: uid=isp1,ou=users,dc=hardill,dc=me,dc=uk objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: radiusprofile displayName: Ben Hardill cn: Ben sn: Hardill mail: isp1@hardill.me.uk uid: isp1 radiusReplyAttribute: MS-Primary-DNS-Server :...
by hardillb
08 Mar 2020, 13:20
Forum: Feature requests
Topic: IPv6 DNS servers from Radius
Replies: 4
Views: 6734

Re: IPv6 DNS servers from Radius

I've been having a play and I think I'm missing something. I have a fork with my (very rough) changes here: https://github.com/hardillb/accel-ppp The problem looks to be ev->ses->ipv6 is not "true" when I test it in the event callback in nc.c and dhcpv6.c Any pointers to would be great. Ben
by hardillb
14 Feb 2020, 22:44
Forum: Feature requests
Topic: IPv6 DNS servers from Radius
Replies: 4
Views: 6734

Re: IPv6 DNS servers from Radius

Thanks for the reply,

I've set them statically in the config file for now, but I will need to hand out different DNS servers to different users.

I might see if I can work out how to add support, if I get something working I'll stick in a pull request.
by hardillb
13 Feb 2020, 23:30
Forum: Feature requests
Topic: IPv6 DNS servers from Radius
Replies: 4
Views: 6734

IPv6 DNS servers from Radius

Hi, I'm trying to set IPv6 DNS servers from the Radius response for a given user with PPPoE I've tried using DNS-Server-IPv6-Address but it doesn't seam to be being passed on to the client, either by PPP or DHCPv6. Having looked in the dictionaries shipped with src I don't see the definition and it ...