03-07-2010 06:56 PM
Hi All,
I saw on the manual guide about Configuring Dynamic VPN, it describe using (Radius Server) Steel Belted Radius. My question, does Dynamic VPN support using Another Radius Server such as free radius, etc.
Thanks and Regards
Cunny
03-07-2010 07:06 PM
Solved Now...
It's already mentioned on the Manual guide about config on Free Radius
03-08-2010 03:04 AM
yes- it should work.
thanks
raheel
03-08-2010 08:30 PM
Can any one help me with the link of Free Radius binaries for windows platform ?
03-09-2010 06:28 AM
Here you go - http://freeradius.net/
Been running it for a over year and using it to authenticate against various devices with no issues.
09-25-2010 08:02 PM
I'm having trouble getting things working with Freeradius.net on Windows XP SP3. The Radius server is configured as described in the various documents and posts I found on the subject, but the server does not seem to be responding. It appears it may be a problem with the port - there is no local firewall running on Windows XP. I worked on this with JTAC for a couple hours and we were not able to resolve anything.
Any help would be greatly appreciated - in the form of suggestions of what to check, configuration examples from anyone who has it working on Windows XP...
THanks.
09-26-2010 01:21 PM
Well, I just couldn't get Free Radius to work, so I did some more searching and saw a post about TekRadius which is also free and runs on WinXP. I was able to get it up and running without too much trouble so I'm done with FreeRadius.
09-28-2010 05:00 AM
My users.conf
andron-radius Cleartext-Password := "andron12"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 192.168.100.11,
Framed-IP-Netmask = 255.255.255.0,
Juniper-Primary-Dns = "192.168.100.1"
>sudo radtest andron-radius andron12 192.168.100.200 1812 1357924680
Sending Access-Request of id 42 to 192.168.100.200 port 1812
User-Name = "andron-radius"
User-Password = "andron12"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1812
rad_recv: Access-Accept packet from host 192.168.100.200:1812, id=42, length=56
Service-Type = Login-User
Login-Service = Telnet
Framed-IP-Address = 192.168.100.11
Framed-IP-Netmask = 255.255.255.0
Juniper-Attr-31 = 0xc0a86401 ----- It isn't true
Where my error?
09-28-2010 05:02 AM
Juniper-Primary-Dns = "192.168.100.1"
Without "" the same