hi ... I have installed Freeradius on FreeBSD 6.2 running fine also PPPoE server ruuning on this machine. I want to assign manual dns for my user so I insert a query in radgroupreply table . +----+-----------+-----------------------+----+-------------+ | id | GroupName | Attribute | op | Value | +----+-----------+-----------------------+----+-------------+ | 2 | tears | MS-Primary-DNS-Server | := | 192.168.1.1 | +----+-----------+-----------------------+----+-------------+ here is the out of radiux -X modcall: leaving group post-auth (returns ok) for request 0 Sending Access-Accept of id 112 to 127.0.0.1 port 57460 MS-Primary-DNS-Server := 192.168.1.1 Session-Timeout = 37000 Framed-IP-Address = 192.168.1.171 Framed-IP-Netmask = 255.255.255.0 but its did't working and aasign the dns 202.158.26.40 which is set in my FreeBSD /etc/resolv.conf On client side I am using windows XP. Please help me what should do ? Regards, Umar Draz _________________________________________________________________ Get in the mood for Valentine's Day. View photos, recipes and more on your Live.com page. http://www.live.com/?addTemplate=ValentinesDay&ocid=T001MSN30A0701
Umar Draz wrote:
hi ...
I have installed Freeradius on FreeBSD 6.2 running fine also PPPoE server ruuning on this machine. I want to assign manual dns for my user so I insert a query in radgroupreply table .
Does the documentation for the PPPoE server claim it understands MS-Primary-DNS-Server? If not, sending it in the Access-Accept won't do anything. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Umar Draz