Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 03:44:31 -0800 (PST)
From:      Dirk-Willem van Gulik <dirkx@webweaving.org>
To:        =?iso-8859-1?q?manish=20gautam?= <manish_6983@yahoo.co.in>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: doubts 
Message-ID:  <20031223033741.A55533@skutsje.san.webweaving.org>
In-Reply-To: <20031223091312.60113.qmail@web8205.mail.in.yahoo.com>
References:  <20031223091312.60113.qmail@web8205.mail.in.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031223033741.A55533>