[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] radius server not listening
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] radius server not listening |
Date: |
Wed, 23 Apr 2003 17:06:38 +0300 |
> OK, but shouln't I see the open ports (1645-1646) when I do an nmap.
nmap is not a right tool to check whether a port is open or not. Use
`netstat -an'. If everything is OK it will show you something like:
udp 0 0 0.0.0.0:1645 *:*
udp 0 0 0.0.0.0:1645 *:*
Regards,
Sergey