Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 13:26:33 +0300 (EEST)
From:      Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/41841: telnet client can't resolve hostname in -s option
Message-ID:  <200208211026.g7LAQXQl027002@atlantis.atlantis.dp.ua>

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

>Number:         41841
>Category:       bin
>Synopsis:       telnet client can't resolve hostname in -s option
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 21 03:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Pryanishnikov
>Release:        FreeBSD 4.6-RELEASE-p1 i386
>Organization:
Atlantis ISP
>Environment:
>Description:
	Telnet client can't resolve host name given with -s option:
	"telnet -s host" doesn't work while "telnet -s IP" works.
>How-To-Repeat:
	
	dmitry@atlantis$ telnet localhost
	Trying 127.0.0.1...
	telnet: connect to address 127.0.0.1: Connection refused
	telnet: Unable to connect to remote host

	So "localhost" resolves OK...

	dmitry@atlantis$ telnet -s localhost localhost
	localhost: hostname nor servname provided, or not known

	...except in -s option!

	dmitry@atlantis$ telnet -s 127.0.0.1 localhost
	Trying 127.0.0.1...
	telnet: connect to address 127.0.0.1: Connection refused
	telnet: Unable to connect to remote host

	-s IP still works.
>Fix:
	Don't know.
>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD atlantis.atlantis.dp.ua 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Sat Jul 6 17:31:08 EEST 2002 root@atlantis.dp.ua:/usr/src/sys/compile/ATLANTIS i386

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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