From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 03:47:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80FB16A4CE for ; Tue, 23 Dec 2003 03:47:30 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35EA43D46 for ; Tue, 23 Dec 2003 03:47:27 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) hBNBiVEJ056597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Dec 2003 03:44:31 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost)hBNBiVN9056594; Tue, 23 Dec 2003 03:44:31 -0800 (PST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Tue, 23 Dec 2003 03:44:31 -0800 (PST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: =?iso-8859-1?q?manish=20gautam?= In-Reply-To: <20031223091312.60113.qmail@web8205.mail.in.yahoo.com> Message-ID: <20031223033741.A55533@skutsje.san.webweaving.org> References: <20031223091312.60113.qmail@web8205.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: doubts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 11:47:31 -0000 On Tue, 23 Dec 2003, manish gautam wrote: > 1. How to enable telnet service in freebsd 4.7 ? You may want to look at 'ssh' - it is used in the same way as telnet; i.e. 'ssh hostname' and is more secure. For telnet; edit /etc/inetd.conf - and uncomment the line with telnet (remvoe the #) and either send a kill -1 to the inetd application (ensure rc.conf contains inetd_enable=YES) or reboot. See the chapter on inetd in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html for more details. > 2. How to use ethereal to capture network packet on freebsd 4.7 ? See the chapter 'packages and ports' in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html for details on hwo to install etherreal and then do a man ethereal for details on ethereal its use. See the chapter on "Network Interface cards" in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html for details on your network cards (the interface you are referred to in the above 'man ethereal' page). Dw