From owner-freebsd-bugs Sun Feb 22 20:03:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12188 for freebsd-bugs-outgoing; Sun, 22 Feb 1998 20:03:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12179 for ; Sun, 22 Feb 1998 20:03:32 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id WAA29912; Sun, 22 Feb 1998 22:03:08 -0600 (CST) From: Kevin Day Message-Id: <199802230403.WAA29912@home.dragondata.com> Subject: Re: conf/5809: ircd ports not assigned in /etc/services In-Reply-To: <34F0F221.FE9D358D@san.rr.com> from Studded at "Feb 22, 98 07:50:57 pm" To: Studded@san.rr.com (Studded) Date: Sun, 22 Feb 1998 22:03:07 -0600 (CST) Cc: rob@ideal.net.au, jkh@time.cdrom.com, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Rob Wise wrote: > > > The Undernet ircd, and any other ircd based on it (DALnet, AustNet etc) > > use udp port 7007 for the lag testing protocol. Aside from that ircd does > > not use udp at all. > > DALnet ircd does not use udp at all, although we are seriously > considering adding that feature. I looked it up and the IANA does prefer > assigning both the tcp and the udp ports at the same time, however the > point is moot for this particular assignment. The IANA has the following > entry (although I think it's rather grandiose on undernet's part :): > > ircu 6665-6669/tcp IRCU > ircu 6665-6669/udp IRCU While port 6667 is 'standard', most ircd's have 5 or more ports open, most usually pretty random. For example, the ircd I run has ports 4242, 6666, 6667, 7000 and 8080 open. By no means is this standard. I don't think 6665-6669 is really a standard, other than that a lot of servers have them open. This does confuse the get port by service name function, so... I'd vote to put in just 6667 as ircd, and leave it as such. The 7007 is so quirky, and rarely used, that it's not that important. But, I do see a problem if some other major service decides to use it. Is there any reason why ircd couldn't just use port 6667 with udp for the same purpose? :) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message