svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

Mateusz Guzik mjguzik at gmail.com
Thu Mar 5 12:53:37 UTC 2015


On Thu, Mar 05, 2015 at 03:50:49PM +0300, Slawa Olhovchenkov wrote:
> On Thu, Mar 05, 2015 at 01:49:33PM +0100, Mateusz Guzik wrote:
> 
> > On Thu, Mar 05, 2015 at 03:40:37PM +0300, Slawa Olhovchenkov wrote:
> > > On Thu, Mar 05, 2015 at 03:35:48PM +0300, Gleb Smirnoff wrote:
> > > > nc(1), which is a pure socket testing tool. For telnet(1) this
> > > > capability is a side effect.
> > > 
> > > You don't try this in practice.
> > > % nc zxy.spb.ru 81
> > > %
> > > % telnet zxy.spb.ru 81
> > > Trying 195.70.199.98...
> > > telnet: connect to address 195.70.199.98: Connection refused
> > > telnet: Unable to connect to remote host
> > > 
> > > nc is not usable. 
> > > 
> > 
> > # nc -v localhost 81 
> > nc: connect to localhost port 81 (tcp) failed: Connection refused
> 
> Try for remote host.

# nc -v zxy.spb.ru 81
nc: connect to zxy.spb.ru port 81 (tcp) failed: Connection refused

How exactly does it fail for you?

-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the svn-src-head mailing list