From owner-freebsd-isp Tue Jan 5 20:07:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07027 for freebsd-isp-outgoing; Tue, 5 Jan 1999 20:07:32 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from portal.net.au (galley.portal.net.au [202.12.71.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07021 for ; Tue, 5 Jan 1999 20:07:30 -0800 (PST) (envelope-from matt@portal.net.au) Received: (from matt@localhost) by portal.net.au (8.8.8/8.8.8) id OAA07809 for freebsd-isp@freebsd.org; Wed, 6 Jan 1999 14:36:53 +1030 (CST) From: Matt Baker Message-Id: <199901060406.OAA07809@portal.net.au> Subject: Radius & /etc/services To: freebsd-isp@FreeBSD.ORG Date: Wed, 6 Jan 1999 14:36:53 +1030 (CST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just got burnt by a easy problem. that took the most part of the day to solve (argh) I was setting up a radius server on a FreeBSD 3.0 box (cistron server) All worked fine, but couldn't get a Livingston PM3 to talk. I'ld looked in /etc/services to make sure that entries were in there, which they were. Anyway, after alot of stuffing around, I ended up looking at things with tcpdump and found that the FreeBSD box was refusing connection to the radius UDP port. Turns out that FreeBSD 3.0 has the ports defined as: radius 1812/udp #RADIUS authentication protocol (RFC 2138) radacct 1813/udp #RADIUS accounting protocol (RFC 2139) where as the Livingston PM3 defaults to using 1645 & 1646 (which I believe many other terminals do also). Any reason why FreeBSD is defining them as 1812 & 1813? Matthew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message