Hello,
Ok after radius -X command nmap shows me that radius ports are open.
...
[r...@localhost ~]# nmap -v -sU localhost

Starting Nmap 5.00 ( http://nmap.org ) at 2010-01-25 09:36 WET
NSE: Loaded 0 scripts for scanning.
Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1.
Initiating UDP Scan at 09:36
Scanning localhost (127.0.0.1) [1000 ports]
Completed UDP Scan at 09:36, 1.21s elapsed (1000 total ports)
Host localhost (127.0.0.1) is up (0.0000090s latency).
Interesting ports on localhost (127.0.0.1):
Not shown: 996 closed ports
PORT     STATE         SERVICE
111/udp  open|filtered rpcbind
1812/udp open|filtered radius
1813/udp open|filtered radacct
5353/udp open|filtered zeroconf

Read data files from: /usr/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 1.26 seconds
           Raw packets sent: 1004 (28.112KB) | Rcvd: 996 (55.776KB)
[r...@localhost ~]#
...


        I've changed iptable rules as you mentioned, but with no better
results. Even with the firewall turned off, still have any response from
server, as you can see here(info from two consoles):

...(console#1)
...
...
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /var/run/radiusd/radiusd.sock
Listening on proxy address * port 1814
Ready to process requests.
...

... (console#2)
[r...@localhost ~]# radtest test test localhost 0 testing123
Sending Access-Request of id 42 to ::1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 127.0.0.1
        NAS-Port = 0
Sending Access-Request of id 42 to ::1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 127.0.0.1
        NAS-Port = 0
Sending Access-Request of id 42 to ::1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 127.0.0.1
        NAS-Port = 0
radclient: no response from server for ID 42 socket 3
[r...@localhost ~]#
...

         Atentamente,

         José Campos

-----Mensagem original-----
De: freeradius-users-bounces+jjscampos=gmail....@lists.freeradius.org
[mailto:freeradius-users-bounces+jjscampos=gmail....@lists.freeradius.org]
Em nome de Alan Buxey
Enviada: domingo, 24 de Janeiro de 2010 21:22
Para: FreeRadius users mailing list
Assunto: Re: Free radius installation

Hi,
> I did used nmap like bellow:
> 
> [r...@localhost raddb]# nmap -v -O localhost

nmap -v -sU localhost

thats a UDP scan
 
> As I understood is that everything all right with iptables?

not really - did you read what I wrote?  How can you do a state check
on what is a stateless protocol? 

 -p udp --dport 1812 -j ACCEPT
 -p udp --dport 1813 -j ACCEPT

would be more suitable

> Can I debug somehow with more details the radtest command sugested on the
> freeradius toturial

get past the basics first - you could always also use eg 'tcpdump' to see
what
traffic is on port 1812 on the localhost....

eg tcpdump -eqnntl -i eth0 port 1812

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

Reply via email to