From owner-freebsd-questions Sat Jul 26 02:12:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA21927 for questions-outgoing; Sat, 26 Jul 1997 02:12:09 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA21921 for ; Sat, 26 Jul 1997 02:12:02 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id LAA15899; Sat, 26 Jul 1997 11:10:00 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707260910.LAA15899@helbig.informatik.ba-stuttgart.de> Subject: Re: telnetd port. In-Reply-To: from Arthur Alacar at "Jul 25, 97 05:58:15 pm" To: art@adn.edu.ph (Arthur Alacar) Date: Sat, 26 Jul 1997 11:09:58 +0200 (MET DST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > how can i add more telnet port on my bsd system? > the range of usable port is from ttyp0 to ttypf only... > how can therefore i use ttypg above? o Increase the number of pseudo terminals supported by your kernel with the line pseudo-device pty 32 in your kernel configuration file. o Consult man MAKEDEV to add more device files. Wolfgang > > > |art| > > > >