[RADIATOR] AuthDNSROAM DNS SRV Lookup Failure
Fernando Reis
fereis at ipcb.pt
Mon Mar 20 10:00:46 UTC 2017
Hello,
Via Linux system I can see all the records correctly.
If I run:
perl -e 'use Net::DNS;
my $res = Net::DNS::Resolver->new;
my $reply = $res->query("id.fccn.pt", "NAPTR");
foreach $rr ($reply->answer) {
$rr->print;
if ($rr->service eq "x-eduroam:radius.tls"){
my $reply = $res->query($rr->replacement, "SRV");
foreach $rr ($reply->answer) {$rr->print;}}}'
The results are OK.
Regards,
Fernando Reis
IT Services | Polytechnic Institute of Castelo Branco
Av. Pedro Álvares Cabral n.º 12 6000-084 Castelo Branco - Portugal
T +351 272 339 600 | F +351 272 339 601 | @ fereis at ipcb.pt
Com os melhores cumprimentos,
Fernando Reis
Serviços de Informática | Instituto Politécnico de Castelo Branco
Av. Pedro Álvares Cabral n.º 12 6000-084 Castelo Branco - Portugal
T +351 272 339 600 | F +351 272 339 601 | @ fereis at ipcb.pt
-----Original Message-----
From: A.L.M.Buxey at lboro.ac.uk [mailto:A.L.M.Buxey at lboro.ac.uk]
Sent: 19 de março de 2017 10:14
To: Fernando Reis <fereis at ipcb.pt>
Cc: radiator at lists.open.com.au
Subject: Re: [RADIATOR] AuthDNSROAM DNS SRV Lookup Failure
Hi,
records look fine here - check what records your RADIATOR box can actually see (and do you ahve all the required PERL packages installed?)
$ dig +short -t naptr id.fccn.pt
100 10 "s" "x-eduroam:radius.tls" "" _radsec._tcp.fccn.pt.
$ dig +short -t srv _radsec._tcp.fccn.pt
0 0 2083 radius01.fccn.pt.
0 10 2083 radius02.fccn.pt.
alan
More information about the radiator
mailing list