doubts

Dirk-Willem van Gulik dirkx at webweaving.org
Tue Dec 23 03:47:31 PST 2003



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


More information about the freebsd-questions mailing list