Discussion:
Test connection TO UDP PORT 1813
Bassem Mettichi
2018-12-03 15:06:57 UTC
Permalink
Hello,

iam using nc tool to test connection to port 1813 of my freeradius server
and iam getting this error on freeradius debug mode:

/usr/bin/nc -vnzu freeradiusIP 1813

Receive - Invalid data from NASIP: Expected at least 4 bytes of header
data, got 1 bytes

any one have an idea how to send 4 bytes of header data with nc tool?


Thanks
Bassem
-
List info/subscribe/unsubscribe? See http://www
Matthew Newton
2018-12-03 15:15:14 UTC
Permalink
Post by Bassem Mettichi
Receive - Invalid data from NASIP: Expected at least 4 bytes of header
data, got 1 bytes
any one have an idea how to send 4 bytes of header data with nc tool?
Well yes... stdin.

Or you could just use radclient.
--
Matthew

-
List info/subscribe/unsubscribe? See http://
Loading...