Re: Cannot access radius server from remote host

2013-03-10 Thread Russell Mike
Hi, note for ever. FR will simply ignore the request if NAS (client) in not
configured. As Mohammed has explained by giving full example earlier. when
your NAS will change in future and may need additional NAS support. You
need to define second client entry in the same file or in MySQL DB, only if
using.

Thanks
RM --

On Sat, Mar 9, 2013 at 10:43 AM, Muhammad Nadeem mnadeem8...@gmail.comwrote:

 For this you have to define the IP address and shared secret on the Radius
 server in client.config
 following is an entry that define that  you can send request from an
 computer having 192.168.0.102 IP address.
 client 192.168.0.102 {
 ipaddr = 192.168.0.102
 secret = testing123
 }
 Please read client.config for further details


 On Sat, Mar 9, 2013 at 3:35 PM, Iftakhul Anwar an...@meruvian.org wrote:

 Hi All,

 I just try connect radius server remotely.
 i've try to radtest with command :

 radtest user1 meruvian localhost 1812 testing123
 Sending Access-Request of id 133 to 127.0.0.1 port 1812
  User-Name = user1
 User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
  NAS-Port = 1812
 Message-Authenticator = 0x
 rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=133,
 length=20

 ## i get accept response from radius server.

 But when i try with command bellow i got error message like a no respon
 from radius server:

 radtest user1 meruvian 192.168.2.3 1812 testing123
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 radclient: no response from server for ID 12 socket 3



 Note:192.168.2.3 is ip of radius server.

 How i can try to  connect radius server from another host  ? i've try to
 disable my firewall. but still get no respon from server.

 Help me to solve this.

 Thanks


 --
 *M.Iftakhul Anwar*
 Meruvian Integrator
 High Performance Computing / Cloud Computing (HPC/CC)


 Office Phone  : 021-93586577
 Mobile Phone : 085215331477
 Blog   :  http://blog.mervpolis.com/roller/anwar
 FB :  http://www.facebook.com/troya.adromeda
 Website : www.meruvian.org


 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 --
 Best Regards
 Muhammad Nadeem
 Muhammad Ali Jinnah University

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
Hi All,

I just try connect radius server remotely.
i've try to radtest with command :

radtest user1 meruvian localhost 1812 testing123
Sending Access-Request of id 133 to 127.0.0.1 port 1812
User-Name = user1
User-Password = meruvian
NAS-IP-Address = 127.0.0.1
NAS-Port = 1812
Message-Authenticator = 0x
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=133,
length=20

## i get accept response from radius server.

But when i try with command bellow i got error message like a no respon
from radius server:

radtest user1 meruvian 192.168.2.3 1812 testing123
Sending Access-Request of id 12 to 192.168.2.3 port 1812
User-Name = user1
User-Password = meruvian
NAS-IP-Address = 127.0.0.1
NAS-Port = 1812
Message-Authenticator = 0x
Sending Access-Request of id 12 to 192.168.2.3 port 1812
User-Name = user1
User-Password = meruvian
NAS-IP-Address = 127.0.0.1
NAS-Port = 1812
Message-Authenticator = 0x
Sending Access-Request of id 12 to 192.168.2.3 port 1812
User-Name = user1
User-Password = meruvian
NAS-IP-Address = 127.0.0.1
NAS-Port = 1812
Message-Authenticator = 0x
radclient: no response from server for ID 12 socket 3



Note:192.168.2.3 is ip of radius server.

How i can try to  connect radius server from another host  ? i've try to
disable my firewall. but still get no respon from server.

Help me to solve this.

Thanks


-- 
*M.Iftakhul Anwar*
Meruvian Integrator
High Performance Computing / Cloud Computing (HPC/CC)


Office Phone  : 021-93586577
Mobile Phone : 085215331477
Blog   :  http://blog.mervpolis.com/roller/anwar
FB :  http://www.facebook.com/troya.adromeda
Website : www.meruvian.org
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Cannot access radius server from remote host

2013-03-09 Thread Muhammad Nadeem
For this you have to define the IP address and shared secret on the Radius
server in client.config
following is an entry that define that  you can send request from an
computer having 192.168.0.102 IP address.
client 192.168.0.102 {
ipaddr = 192.168.0.102
secret = testing123
}
Please read client.config for further details


On Sat, Mar 9, 2013 at 3:35 PM, Iftakhul Anwar an...@meruvian.org wrote:

 Hi All,

 I just try connect radius server remotely.
 i've try to radtest with command :

 radtest user1 meruvian localhost 1812 testing123
 Sending Access-Request of id 133 to 127.0.0.1 port 1812
  User-Name = user1
 User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
  NAS-Port = 1812
 Message-Authenticator = 0x
 rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=133,
 length=20

 ## i get accept response from radius server.

 But when i try with command bellow i got error message like a no respon
 from radius server:

 radtest user1 meruvian 192.168.2.3 1812 testing123
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 radclient: no response from server for ID 12 socket 3



 Note:192.168.2.3 is ip of radius server.

 How i can try to  connect radius server from another host  ? i've try to
 disable my firewall. but still get no respon from server.

 Help me to solve this.

 Thanks


 --
 *M.Iftakhul Anwar*
 Meruvian Integrator
 High Performance Computing / Cloud Computing (HPC/CC)


 Office Phone  : 021-93586577
 Mobile Phone : 085215331477
 Blog   :  http://blog.mervpolis.com/roller/anwar
 FB :  http://www.facebook.com/troya.adromeda
 Website : www.meruvian.org


 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




-- 
Best Regards
Muhammad Nadeem
Muhammad Ali Jinnah University
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
Hi Muhammad,

Thanks for your reply,it's solve my problem :)

Thanks very much

On Sat, Mar 9, 2013 at 5:43 PM, Muhammad Nadeem mnadeem8...@gmail.comwrote:

 For this you have to define the IP address and shared secret on the Radius
 server in client.config
 following is an entry that define that  you can send request from an
 computer having 192.168.0.102 IP address.
 client 192.168.0.102 {
 ipaddr = 192.168.0.102
 secret = testing123
 }
 Please read client.config for further details


 On Sat, Mar 9, 2013 at 3:35 PM, Iftakhul Anwar an...@meruvian.org wrote:

 Hi All,

 I just try connect radius server remotely.
 i've try to radtest with command :

 radtest user1 meruvian localhost 1812 testing123
 Sending Access-Request of id 133 to 127.0.0.1 port 1812
  User-Name = user1
 User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
  NAS-Port = 1812
 Message-Authenticator = 0x
 rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=133,
 length=20

 ## i get accept response from radius server.

 But when i try with command bellow i got error message like a no respon
 from radius server:

 radtest user1 meruvian 192.168.2.3 1812 testing123
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 radclient: no response from server for ID 12 socket 3



 Note:192.168.2.3 is ip of radius server.

 How i can try to  connect radius server from another host  ? i've try to
 disable my firewall. but still get no respon from server.

 Help me to solve this.

 Thanks


 --
 *M.Iftakhul Anwar*
 Meruvian Integrator
 High Performance Computing / Cloud Computing (HPC/CC)


 Office Phone  : 021-93586577
 Mobile Phone : 085215331477
 Blog   :  http://blog.mervpolis.com/roller/anwar
 FB :  http://www.facebook.com/troya.adromeda
 Website : www.meruvian.org


 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 --
 Best Regards
 Muhammad Nadeem
 Muhammad Ali Jinnah University

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




-- 
*M.Iftakhul Anwar*
Meruvian Integrator
High Performance Computing / Cloud Computing (HPC/CC)


Office Phone  : 021-93586577
Mobile Phone : 085215331477
Blog   :  http://blog.mervpolis.com/roller/anwar
FB :  http://www.facebook.com/troya.adromeda
Website : www.meruvian.org
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Cannot access radius server from remote host

2013-03-09 Thread Muhammad Nadeem
My Pleasure Bro:)


On Sat, Mar 9, 2013 at 4:04 PM, Iftakhul Anwar an...@meruvian.org wrote:

 Hi Muhammad,

 Thanks for your reply,it's solve my problem :)

 Thanks very much

 On Sat, Mar 9, 2013 at 5:43 PM, Muhammad Nadeem mnadeem8...@gmail.comwrote:

 For this you have to define the IP address and shared secret on the
 Radius server in client.config
 following is an entry that define that  you can send request from an
 computer having 192.168.0.102 IP address.
 client 192.168.0.102 {
 ipaddr = 192.168.0.102
 secret = testing123
 }
 Please read client.config for further details


 On Sat, Mar 9, 2013 at 3:35 PM, Iftakhul Anwar an...@meruvian.orgwrote:

 Hi All,

 I just try connect radius server remotely.
 i've try to radtest with command :

 radtest user1 meruvian localhost 1812 testing123
 Sending Access-Request of id 133 to 127.0.0.1 port 1812
  User-Name = user1
 User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
  NAS-Port = 1812
 Message-Authenticator = 0x
 rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=133,
 length=20

 ## i get accept response from radius server.

 But when i try with command bellow i got error message like a no respon
 from radius server:

 radtest user1 meruvian 192.168.2.3 1812 testing123
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 Sending Access-Request of id 12 to 192.168.2.3 port 1812
 User-Name = user1
  User-Password = meruvian
 NAS-IP-Address = 127.0.0.1
 NAS-Port = 1812
  Message-Authenticator = 0x
 radclient: no response from server for ID 12 socket 3



 Note:192.168.2.3 is ip of radius server.

 How i can try to  connect radius server from another host  ? i've try to
 disable my firewall. but still get no respon from server.

 Help me to solve this.

 Thanks


 --
 *M.Iftakhul Anwar*
 Meruvian Integrator
 High Performance Computing / Cloud Computing (HPC/CC)


 Office Phone  : 021-93586577
 Mobile Phone : 085215331477
 Blog   :  http://blog.mervpolis.com/roller/anwar
 FB :  http://www.facebook.com/troya.adromeda
 Website : www.meruvian.org


 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 --
 Best Regards
 Muhammad Nadeem
 Muhammad Ali Jinnah University

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 --
 *M.Iftakhul Anwar*
 Meruvian Integrator
 High Performance Computing / Cloud Computing (HPC/CC)


 Office Phone  : 021-93586577
 Mobile Phone : 085215331477
 Blog   :  http://blog.mervpolis.com/roller/anwar
 FB :  http://www.facebook.com/troya.adromeda
 Website : www.meruvian.org


 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




-- 
Best Regards
Muhammad Nadeem
Muhammad Ali Jinnah University
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html