Error binding to 0.0.0.0 port for port 1812
hello friends I'm desperate because I have to support my graduation project in 1 week and the radius server AROJA me this error: Error binding to 0.0.0.0 port for port 1812 I'm using Debian 8 jessie FreeRADIUS Version 2.2.5 only localhost and the server works in clients.conf. radtest project radtest 123 1812 testing123 192.168.0.1 (router) does not work I got the solution "killall freeradius" but I run it stops working the radtest project radtest 123 127.0.0.1 1812 testing123 (localhost) radtest project radtest 123 1812 testing123 192.168.0.2 (server radius ________________________ the ports no listen freeradiu 2478 freerad 39u IPv4 17470 0t0 UDP *:radius freeradiu 2478 freerad 40u IPv4 17471 0t0 UDP *:radius-acct freeradiu 2478 freerad 41u IPv4 17472 0t0 UDP localhost:18120 freeradiu 2478 freerad 42u IPv4 17473 0t0 UDP *:1814 freeradiu 2478 freerad 43u IPv4 17474 0t0 UDP *:34602 thanks in advance. please help me ... and excuse me for my English
On Thu, Jun 18, 2015 at 03:53:48PM -0500, jose luis sanchez ortiz wrote:
Error binding to 0.0.0.0 port for port 1812
Because the server is already running.
freeradiu 2478 freerad 39u IPv4 17470 0t0 UDP *:radius freeradiu 2478 freerad 40u IPv4 17471 0t0 UDP *:radius-acct freeradiu 2478 freerad 41u IPv4 17472 0t0 UDP localhost:18120 freeradiu 2478 freerad 42u IPv4 17473 0t0 UDP *:1814 freeradiu 2478 freerad 43u IPv4 17474 0t0 UDP *:34602
# kill 2478 Then try starting it again. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Thanks for answering Matthew.but when I do that I try radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and does not work I want my client, the router can authenticate, but not hace.Eso shows the following: radclient: Sending Access-Request of id 239 to 192.168.0.1 port 1812 User-Name = "Project" User-Password = "123" NAS-IP-Address = 127.0.0.1 NAS-Port = 1812 Message-Authenticator = 0x00000000000000000000000000000000 This was repeated 3 times and then displays the following radclient: no response from server for ID 239 socket 3 please mattew help me 2015-06-18 19:03 GMT-05:00 Matthew Newton <mcn4@leicester.ac.uk>:
On Thu, Jun 18, 2015 at 03:53:48PM -0500, jose luis sanchez ortiz wrote:
Error binding to 0.0.0.0 port for port 1812
Because the server is already running.
freeradiu 2478 freerad 39u IPv4 17470 0t0 UDP *:radius freeradiu 2478 freerad 40u IPv4 17471 0t0 UDP *:radius-acct freeradiu 2478 freerad 41u IPv4 17472 0t0 UDP localhost:18120 freeradiu 2478 freerad 42u IPv4 17473 0t0 UDP *:1814 freeradiu 2478 freerad 43u IPv4 17474 0t0 UDP *:34602
# kill 2478
Then try starting it again.
Matthew
-- Matthew Newton, Ph.D. <mcn4@le.ac.uk>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Fri, Jun 19, 2015 at 10:22 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
Thanks for answering Matthew.but when I do that I try
What did you do? How did you do that? What was the output you get when you do that?
radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and does not work
It's useless to run those test if you're not even sure that freeradius is already running. Run the server in debugging mode and read the output when a packet comes. This means stopping freeradius if it's already running, then start it with "radiusd -X" or "freeradius -X" (depending what FR binary is installed as on your OS) See also http://wiki.freeradius.org/guide/faq#Common-problems-and-their-solutions -- Fajar
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem. when I use the command kill iD and then run freeradius -X shows .. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work before running the "kill ID" command if he could try localhost and my server. but with no response AP 2015-06-18 22:43 GMT-05:00 Fajar A. Nugraha <list@fajar.net>:
On Fri, Jun 19, 2015 at 10:22 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
Thanks for answering Matthew.but when I do that I try
What did you do? How did you do that? What was the output you get when you do that?
radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and does not work
It's useless to run those test if you're not even sure that freeradius is already running.
Run the server in debugging mode and read the output when a packet comes. This means stopping freeradius if it's already running, then start it with "radiusd -X" or "freeradius -X" (depending what FR binary is installed as on your OS)
See also http://wiki.freeradius.org/guide/faq#Common-problems-and-their-solutions
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Fri, Jun 19, 2015 at 10:59 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem.
when I use the command kill iD and then run freeradius -X shows
.. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests.
that's when you START the sevrer
but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work
... and what does the debug log (the window with "freeradius -X" running) show when you run "radtest" on the other window? -- Fajar
debug log(freeradius -X) show rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123" NAS-IP-Address = 127.0.0.1 NAS-Port = 1812 Message-Authenticator = 0xe8043ee08c80bbeedd664010add59873 # Executing section authorize from file /etc/freeradius/sites-enabled/default +group authorize { ++[preprocess] = ok ++[chap] = noop ++[mschap] = noop ++[digest] = noop [suffix] No '@' in User-Name = "proyecto", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] = noop [eap] No EAP-Message, not doing EAP ++[eap] = noop [files] users: Matched entry proyecto at line 1 ++[files] = ok [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' rlm_sql (sql): Reserving sql socket id: 31 [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'proyecto' ORDER BY id [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'proyecto' ORDER BY priority rlm_sql (sql): Released sql socket id: 31 [sql] User proyecto not found ++[sql] = notfound ++[expiration] = noop ++[logintime] = noop ++[pap] = updated +} # group authorize = updated Found Auth-Type = PAP # Executing group from file /etc/freeradius/sites-enabled/default +group PAP { [pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully ++[pap] = ok +} # group PAP = ok # Executing section post-auth from file /etc/freeradius/sites-enabled/default +group post-auth { [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' [sql] expand: %{User-Password} -> 123 [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql): Reserving sql socket id: 30 rlm_sql (sql): Released sql socket id: 30 ++[sql] = ok ++[exec] = noop +} # group post-auth = ok Sending Access-Accept of id 199 to 127.0.0.1 port 42304 Finished request 0. Going to the next request Waking up in 4.9 seconds. Cleaning up request 0 ID 199 with timestamp +4 Ready to process requests. 2015-06-19 4:05 GMT+00:00 Fajar A. Nugraha <list@fajar.net>:
On Fri, Jun 19, 2015 at 10:59 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem.
when I use the command kill iD and then run freeradius -X shows
.. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests.
that's when you START the sevrer
but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work
... and what does the debug log (the window with "freeradius -X" running) show when you run "radtest" on the other window?
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
excuse me for not responding quickly. I am a beginner in this 2015-06-19 5:02 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
debug log(freeradius -X) show
rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123" NAS-IP-Address = 127.0.0.1 NAS-Port = 1812 Message-Authenticator = 0xe8043ee08c80bbeedd664010add59873 # Executing section authorize from file /etc/freeradius/sites-enabled/default +group authorize { ++[preprocess] = ok ++[chap] = noop ++[mschap] = noop ++[digest] = noop [suffix] No '@' in User-Name = "proyecto", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] = noop [eap] No EAP-Message, not doing EAP ++[eap] = noop [files] users: Matched entry proyecto at line 1 ++[files] = ok [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' rlm_sql (sql): Reserving sql socket id: 31 [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'proyecto' ORDER BY id [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'proyecto' ORDER BY priority rlm_sql (sql): Released sql socket id: 31 [sql] User proyecto not found ++[sql] = notfound ++[expiration] = noop ++[logintime] = noop ++[pap] = updated +} # group authorize = updated Found Auth-Type = PAP # Executing group from file /etc/freeradius/sites-enabled/default +group PAP { [pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully ++[pap] = ok +} # group PAP = ok # Executing section post-auth from file /etc/freeradius/sites-enabled/default +group post-auth { [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' [sql] expand: %{User-Password} -> 123 [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql): Reserving sql socket id: 30 rlm_sql (sql): Released sql socket id: 30 ++[sql] = ok ++[exec] = noop +} # group post-auth = ok Sending Access-Accept of id 199 to 127.0.0.1 port 42304 Finished request 0. Going to the next request Waking up in 4.9 seconds. Cleaning up request 0 ID 199 with timestamp +4 Ready to process requests.
2015-06-19 4:05 GMT+00:00 Fajar A. Nugraha <list@fajar.net>:
On Fri, Jun 19, 2015 at 10:59 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem.
when I use the command kill iD and then run freeradius -X shows
.. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests.
that's when you START the sevrer
but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work
... and what does the debug log (the window with "freeradius -X" running) show when you run "radtest" on the other window?
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
after of "killall freeradius" show "freeradius -X" ... adding new socket proxy address * port 40798 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 0 ID 95 with timestamp +5 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 1 ID 95 with timestamp +10 Ready to process requests 2015-06-19 5:04 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
excuse me for not responding quickly. I am a beginner in this
2015-06-19 5:02 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
debug log(freeradius -X) show
rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123" NAS-IP-Address = 127.0.0.1 NAS-Port = 1812 Message-Authenticator = 0xe8043ee08c80bbeedd664010add59873 # Executing section authorize from file /etc/freeradius/sites-enabled/default +group authorize { ++[preprocess] = ok ++[chap] = noop ++[mschap] = noop ++[digest] = noop [suffix] No '@' in User-Name = "proyecto", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] = noop [eap] No EAP-Message, not doing EAP ++[eap] = noop [files] users: Matched entry proyecto at line 1 ++[files] = ok [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' rlm_sql (sql): Reserving sql socket id: 31 [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'proyecto' ORDER BY id [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'proyecto' ORDER BY priority rlm_sql (sql): Released sql socket id: 31 [sql] User proyecto not found ++[sql] = notfound ++[expiration] = noop ++[logintime] = noop ++[pap] = updated +} # group authorize = updated Found Auth-Type = PAP # Executing group from file /etc/freeradius/sites-enabled/default +group PAP { [pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully ++[pap] = ok +} # group PAP = ok # Executing section post-auth from file /etc/freeradius/sites-enabled/default +group post-auth { [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' [sql] expand: %{User-Password} -> 123 [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql): Reserving sql socket id: 30 rlm_sql (sql): Released sql socket id: 30 ++[sql] = ok ++[exec] = noop +} # group post-auth = ok Sending Access-Accept of id 199 to 127.0.0.1 port 42304 Finished request 0. Going to the next request Waking up in 4.9 seconds. Cleaning up request 0 ID 199 with timestamp +4 Ready to process requests.
2015-06-19 4:05 GMT+00:00 Fajar A. Nugraha <list@fajar.net>:
On Fri, Jun 19, 2015 at 10:59 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem.
when I use the command kill iD and then run freeradius -X shows
.. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests.
that's when you START the sevrer
but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work
... and what does the debug log (the window with "freeradius -X" running) show when you run "radtest" on the other window?
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I'm going to sleep.thank you very much for your help. Tomorrow, with the favor of God keep trying 2015-06-19 5:13 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
after of "killall freeradius" show "freeradius -X"
... adding new socket proxy address * port 40798 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 0 ID 95 with timestamp +5 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 1 ID 95 with timestamp +10 Ready to process requests
2015-06-19 5:04 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
excuse me for not responding quickly. I am a beginner in this
2015-06-19 5:02 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
debug log(freeradius -X) show
rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123" NAS-IP-Address = 127.0.0.1 NAS-Port = 1812 Message-Authenticator = 0xe8043ee08c80bbeedd664010add59873 # Executing section authorize from file /etc/freeradius/sites-enabled/default +group authorize { ++[preprocess] = ok ++[chap] = noop ++[mschap] = noop ++[digest] = noop [suffix] No '@' in User-Name = "proyecto", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] = noop [eap] No EAP-Message, not doing EAP ++[eap] = noop [files] users: Matched entry proyecto at line 1 ++[files] = ok [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' rlm_sql (sql): Reserving sql socket id: 31 [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'proyecto' ORDER BY id [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'proyecto' ORDER BY priority rlm_sql (sql): Released sql socket id: 31 [sql] User proyecto not found ++[sql] = notfound ++[expiration] = noop ++[logintime] = noop ++[pap] = updated +} # group authorize = updated Found Auth-Type = PAP # Executing group from file /etc/freeradius/sites-enabled/default +group PAP { [pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully ++[pap] = ok +} # group PAP = ok # Executing section post-auth from file /etc/freeradius/sites-enabled/default +group post-auth { [sql] expand: %{User-Name} -> proyecto [sql] sql_set_user escaped user --> 'proyecto' [sql] expand: %{User-Password} -> 123 [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'proyecto', '123', 'Access-Accept', '2015-06-19 04:56:10') rlm_sql (sql): Reserving sql socket id: 30 rlm_sql (sql): Released sql socket id: 30 ++[sql] = ok ++[exec] = noop +} # group post-auth = ok Sending Access-Accept of id 199 to 127.0.0.1 port 42304 Finished request 0. Going to the next request Waking up in 4.9 seconds. Cleaning up request 0 ID 199 with timestamp +4 Ready to process requests.
2015-06-19 4:05 GMT+00:00 Fajar A. Nugraha <list@fajar.net>:
On Fri, Jun 19, 2015 at 10:59 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I want to authenticate external user to travez of wifi. I need the AP (Router) can send requests to the RADIUS server, but as your time, I'm on this problem.
when I use the command kill iD and then run freeradius -X shows
.. adding new socket proxy address * port 51218 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests.
that's when you START the sevrer
but run radtest project 123 localhost 1812 testing123 radtest project 123 192.168.0.2 1812 testing123 (radius server) and this not work
... and what does the debug log (the window with "freeradius -X" running) show when you run "radtest" on the other window?
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Fri, Jun 19, 2015 at 12:02 PM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
debug log(freeradius -X) show
rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123"
That's the same password you use, good
[files] users: Matched entry proyecto at line 1 ++[files] = ok
What is line 1 on your users file (e.g. /etc/freeradius/users)
[pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully
Sending Access-Accept of id 199 to 127.0.0.1 port 42304
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something is seriously wrong with your environment, since FR already sends access-accept. -- Fajar
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something
I would also suggest checking that there is no firewall (iptables or similar) running, or if it is, that the RADIUS port (1812) is actually open. Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
after of "killall freeradius" and radtest "freeradius -X" show ... adding new socket proxy address * port 40798 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 0 ID 95 with timestamp +5 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 1 ID 95 with timestamp +10 Ready to process requests 2015-06-19 3:09 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something
I would also suggest checking that there is no firewall (iptables or similar) running, or if it is, that the RADIUS port (1812) is actually open.
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-----Original Message----- From: Freeradius-Users [mailto:freeradius-users- bounces+jmdanner=samford.edu@lists.freeradius.org] On Behalf Of jose luis sanchez ortiz Sent: Friday, June 19, 2015 8:50 PM To: FreeRadius users mailing list Subject: Re: Error binding to 0.0.0.0 port for port 1812
after of "killall freeradius" and radtest "freeradius -X" show
... adding new socket proxy address * port 40798 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response.
The above response should be self-explanatory. It even repeats below.
Going to the next request Waking up in 0.9 seconds. Cleaning up request 0 ID 95 with timestamp +5 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 1 ID 95 with timestamp +10 Ready to process requests
2015-06-19 3:09 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something
I would also suggest checking that there is no firewall (iptables or similar) running, or if it is, that the RADIUS port (1812) is actually open.
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
but the secret is not incorrect, is correct. friends help me 2015-06-19 23:18 GMT-05:00 Danner, Mearl <jmdanner@samford.edu>:
-----Original Message----- From: Freeradius-Users [mailto:freeradius-users- bounces+jmdanner=samford.edu@lists.freeradius.org] On Behalf Of jose luis sanchez ortiz Sent: Friday, June 19, 2015 8:50 PM To: FreeRadius users mailing list Subject: Re: Error binding to 0.0.0.0 port for port 1812
after of "killall freeradius" and radtest "freeradius -X" show
... adding new socket proxy address * port 40798 Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response.
The above response should be self-explanatory. It even repeats below.
Going to the next request Waking up in 0.9 seconds. Cleaning up request 0 ID 95 with timestamp +5 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 55177, id=95, length=78 Received packet from 127.0.0.1 with invalid Message-Authenticator! (Shared secret is incorrect.) Dropping packet without response. Going to the next request Waking up in 0.9 seconds. Cleaning up request 1 ID 95 with timestamp +10 Ready to process requests
2015-06-19 3:09 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something
I would also suggest checking that there is no firewall (iptables or similar) running, or if it is, that the RADIUS port (1812) is actually open.
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
How do I do that? NAS I've read about, but as I do what you say help me Alan Dekok, I give my graduation project 2015-06-20 8:20 GMT-05:00 Alan DeKok <aland@deployingradius.com>:
On Jun 20, 2015, at 9:01 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
but the secret is not incorrect, is correct.
No, it's not.
Re-enter the shared secret on the NAS.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jun 20, 2015, at 9:27 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
How do I do that? NAS I've read about, but as I do what you say help me Alan Dekok, I give my graduation project
You use the correct shared secret on the RADIUS client. You run the RADIUS client, so you know what it is. Use the correct shared secret. It's really that simple. Alan DeKok.
I don't understand My clients.conf file is so client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123 } client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no } 2015-06-20 8:29 GMT-05:00 Alan DeKok <aland@deployingradius.com>:
On Jun 20, 2015, at 9:27 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
How do I do that? NAS I've read about, but as I do what you say help me Alan Dekok, I give my graduation project
You use the correct shared secret on the RADIUS client. You run the RADIUS client, so you know what it is.
Use the correct shared secret. It's really that simple.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
My users file is so proyecto Cleartext-Password := "123" 2015-06-20 8:50 GMT-05:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
I don't understand My clients.conf file is so
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123 } client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no
}
2015-06-20 8:29 GMT-05:00 Alan DeKok <aland@deployingradius.com>:
On Jun 20, 2015, at 9:27 AM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
How do I do that? NAS I've read about, but as I do what you say help me Alan Dekok, I give my graduation project
You use the correct shared secret on the RADIUS client. You run the RADIUS client, so you know what it is.
Use the correct shared secret. It's really that simple.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Sat, Jun 20, 2015 at 8:50 PM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
I don't understand My clients.conf file is so
client 192.168.0.1 {
secret = 123
That line should be shared secret. NOT your user password. You use "123" as shared secret on clients.conf, but "testing123" on your radclient line. -- Fajar
Hi,
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123 ^^^^^^^^^^^^^^^
shared secret of your AP
client localhost { ipaddr = 127.0.0.1 secret = 123 ^^^^^^^^^^^^^
shared secret of local server so, since you've changed this from the default, WHY are you still using 'testing123' on the command line with radtest, rather than just '123' as you have edited the clients.conf file to have? without a correct shared secret, your RADIUS server will throw the request away....and you'll get no answer. this is very very basic stuff - please read the freeradius documents or get yourself a copy of 'freradius for beginners' alan
Friends, A.L.M.Buxey and Fajar, excuse me. I have already placed the "testing123" key both localhost as the AP, and when restarting the service (service freeradius restart). the radtest works, locally (localhost), but not the accesspoint (192.168.0.1). when typing the "freeradius killall" command does not work or locally. show << radclient: no response from server for ID 174 socket 3 >> friends please bear with me. 2015-06-22 3:53 GMT-05:00 <A.L.M.Buxey@lboro.ac.uk>:
Hi,
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123 ^^^^^^^^^^^^^^^
shared secret of your AP
client localhost { ipaddr = 127.0.0.1 secret = 123 ^^^^^^^^^^^^^
shared secret of local server
so, since you've changed this from the default, WHY are you still using 'testing123' on the command line with radtest, rather than just '123' as you have edited the clients.conf file to have?
without a correct shared secret, your RADIUS server will throw the request away....and you'll get no answer. this is very very basic stuff - please read the freeradius documents or get yourself a copy of 'freradius for beginners'
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"testing123" key both localhost as the AP, and when restarting the service (service freeradius restart). the radtest works, locally (localhost), but not the accesspoint (192.168.0.1).
Even if you've set the AP's secret to 'testing123', you have to also do it in the clients.conf entry for the AP. So in clients.conf, you have to update this entry:
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123
Change the secret there from 123 to testing123, then restart FreeRADIUS. Also, your AP may not be sending a Message-Authenticator attribute, which you got around in the 'client localhost' entry by adding 'require_message_authenticator = no' (see below, directly quoted from your email):
client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no
}
Your AP entry does not contain that, so if your AP is not sending a Message-Authenticator attribute, RADIUS will ignore your AP's request too. Can you send us a debug log of ONE request from localhost (127.0.0.1) and ONE request from your AP with the configuration you have right now? Don't mess with the configuration, just do a debug log (all the way from the beginning so we can see what the configuration is at that moment). Thanks! :-) Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
I have already established in the clients.conf key "testing123" both the localhost and the AP. Stefan Paetow and sending the debug 2015-06-22 8:36 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
"testing123" key both localhost as the AP, and when restarting the service (service freeradius restart). the radtest works, locally (localhost), but not the accesspoint (192.168.0.1).
Even if you've set the AP's secret to 'testing123', you have to also do it in the clients.conf entry for the AP. So in clients.conf, you have to update this entry:
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123
Change the secret there from 123 to testing123, then restart FreeRADIUS.
Also, your AP may not be sending a Message-Authenticator attribute, which you got around in the 'client localhost' entry by adding 'require_message_authenticator = no' (see below, directly quoted from your email):
client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no
}
Your AP entry does not contain that, so if your AP is not sending a Message-Authenticator attribute, RADIUS will ignore your AP's request too.
Can you send us a debug log of ONE request from localhost (127.0.0.1) and ONE request from your AP with the configuration you have right now?
Don't mess with the configuration, just do a debug log (all the way from the beginning so we can see what the configuration is at that moment).
Thanks! :-)
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
debug 192.168.0.1 radclient: no response from server for ID 237 socket 3 debug localhost something strange happens when I run the radtest just not working. but when I run the radtest and freeradius -xa the same time shows: rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=217, length=20 2015-06-22 14:00 GMT+00:00 jose luis sanchez ortiz <jeluchez@gmail.com>:
I have already established in the clients.conf key "testing123" both the localhost and the AP.
Stefan Paetow and sending the debug
2015-06-22 8:36 GMT-05:00 Stefan Paetow <Stefan.Paetow@jisc.ac.uk>:
"testing123" key both localhost as the AP, and when restarting the service (service freeradius restart). the radtest works, locally (localhost), but not the accesspoint (192.168.0.1).
Even if you've set the AP's secret to 'testing123', you have to also do it in the clients.conf entry for the AP. So in clients.conf, you have to update this entry:
client 192.168.0.1 { ipaddr = 192.168.0.1 (this is my acces Point) secret = 123
Change the secret there from 123 to testing123, then restart FreeRADIUS.
Also, your AP may not be sending a Message-Authenticator attribute, which you got around in the 'client localhost' entry by adding 'require_message_authenticator = no' (see below, directly quoted from your email):
client localhost { ipaddr = 127.0.0.1 secret = 123 require_message_authenticator = no
}
Your AP entry does not contain that, so if your AP is not sending a Message-Authenticator attribute, RADIUS will ignore your AP's request too.
Can you send us a debug log of ONE request from localhost (127.0.0.1) and ONE request from your AP with the configuration you have right now?
Don't mess with the configuration, just do a debug log (all the way from the beginning so we can see what the configuration is at that moment).
Thanks! :-)
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet Lumen House, Library Avenue, Harwell Oxford, Didcot, OX11 0SG
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Collections and Janet Ltd. is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under Company No. number 2881024, VAT No. GB 197 0632 86. The registered office is: Lumen House, Library Avenue, Harwell, Didcot, Oxfordshire, OX11 0SG. T 01235 822200.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
debug 192.168.0.1 radclient: no response from server for ID 237 socket 3
debug localhost something strange happens when I run the radtest just not working. but when I run the radtest and freeradius -xa the same time shows:
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=217, length=20
so...if you are running debug mode....and not seeing anything when you do the test from 192.168.0.1 but you see the localhost working, then you have a simple communication problem between the 2 systems. ensure that you have correctly configured firewalling on the box running freeradius - UDP port 1812 is open for source of 192.168.0.1 or perhaps the traffic is blocked elsewhere on the network - ACLs between VLANs for example alan
Hi Jose , Seeing the number posts you are sending here and in-spite these geeks helping you and still you not able to resolve it yourself. I won't mind taking your team viewer access and solve it if you ok with it. You can PM me. Regards Vijay A. On Monday, June 22, 2015, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
debug 192.168.0.1 radclient: no response from server for ID 237 socket 3
debug localhost something strange happens when I run the radtest just not working. but when I run the radtest and freeradius -xa the same time shows:
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=217, length=20
so...if you are running debug mode....and not seeing anything when you do the test from 192.168.0.1 but you see the localhost working, then you have a simple communication problem between the 2 systems.
ensure that you have correctly configured firewalling on the box running freeradius - UDP port 1812 is open for source of 192.168.0.1
or perhaps the traffic is blocked elsewhere on the network - ACLs between VLANs for example
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
Hi Jose , Seeing the number posts you are sending here and in-spite these geeks helping you and still you not able to resolve it yourself. I won't mind taking your team viewer access and solve it if you ok with it. You can PM me.
...so when he gets his course, diploma etc its justified? if he cannot work it out by himself with advise etc then how does that deserve credit/pass/award? want to contact his supervisor to state what you did and why he should pass? :/ alan
Hi Alan I totally agree with your view on this point, just didn't wanted he waste you guys precious time on such silly mistake in-spite you guys helped him with very much patience when actually if he would have spend some amount of time reading the Faq and going through many old threads where this must have answered and am sure this wouldn't have took him so long. Sorry if I misguide him with advice . Regards Vijay A. On Monday, June 22, 2015, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Hi Jose , Seeing the number posts you are sending here and in-spite these geeks helping you and still you not able to resolve it yourself. I won't mind taking your team viewer access and solve it if you ok with it. You can PM me.
...so when he gets his course, diploma etc its justified? if he cannot work it out by himself with advise etc then how does that deserve credit/pass/award? want to contact his supervisor to state what you did and why he should pass? :/
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Friends, thank you for the desire to serve and help. Forgive me for wasting your time Although you can not resolve the error, tonton mistake, I'll show the professor of the graduate to work and failed to advise me. thanks, again A.L.M.Buxey@lboro.ac.uk Matthew Newton Fajar A. Nugraha Stefan Paetow Alan DeKok 2015-06-22 17:51 GMT+02:00 Vijay S <vijay.hcr@gmail.com>: > Hi Alan > I totally agree with your view on this point, just didn't wanted he waste > you guys precious time on such silly mistake in-spite you guys helped him > with very much patience when actually if he would have spend some amount of > time reading the Faq and going through many old threads where this must > have answered and am sure this wouldn't have took him so long. > Sorry if I misguide him with advice . > > Regards > Vijay A. > > > On Monday, June 22, 2015, <A.L.M.Buxey@lboro.ac.uk> wrote: > > > Hi, > > > Hi Jose , > > > Seeing the number posts you are sending here and in-spite these geeks > > > helping you and still you not able to resolve it yourself. I won't mind > > > taking your team viewer access and solve it if you ok with it. You can > PM > > > me. > > > > ...so when he gets his course, diploma etc its justified? if he cannot > > work it out > > by himself with advise etc then how does that deserve credit/pass/award? > > want to > > contact his supervisor to state what you did and why he should pass? :/ > > > > alan > > - > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html >
participants (8)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Danner, Mearl -
Fajar A. Nugraha -
jose luis sanchez ortiz -
Matthew Newton -
Stefan Paetow -
Vijay S