Hi Squirrel (odd name that is...),
On Sun, 21 Oct 2007 14:54:53 -0500, Squirrel <[EMAIL PROTECTED]> wrote:
> For some reason, my port 1645 is closed on FreeBSD 6.2. I have all the
> firewall disabled, but it's not allowing me access the port 1645. How do
> you manually open this port? I can't seem to find at google.
What exactly is your question? You need a daemon listening on port 1645. By the
way, tcp or udp port 1645?
What is the "sockstat -4 | grep 1645" ?
If there's no output at all, then no daemon is listening on port 1645, which
also means you don't get a connection to 1645.
According to /etc/services:
[EMAIL PROTECTED] <~>grep 1645 /etc/services
[10:37:36 on 07-10-22]
# IMPORTANT NOTE: Ports 1645/1646 are the traditional radius ports used by
#radius 1645/udp #RADIUS authentication protocol (old)
# IMPORTANT NOTE: See comments for ports 1645/1646 when using older equipment
[EMAIL PROTECTED] <~>
Do you want to run a radius server?
regards,
Marian
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"