Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 09:45:50 -0700
From:      "Medlen, Jiri" <jmedlen@verisign.com>
To:        freebsd-questions@FreeBSD.org
Cc:        "Jiri Medlen (E-mail)" <jmedlen@verisign.com>
Subject:    rsh does not connect from Win 2k to freeBSD
Message-ID:  <FBDFBCB7591BD611AB4A00D0B79E60B0E11FD9@vhqpostal2.verisign.com>

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

a)
 
rsh does not connect from Win 2k to freeBSD
rsh jmedlin-bsd -l jmedlen env does not work form Win 2k to freeBSD

Result is 
jmedlin-bsd.verisign.com: Login incorrect.
rsh: can't establish connection

 I have tried 
 connection and from Win 2k to Linux RedHat 6.2 result OK
 connection and from Win 2k to Solaris 2.8 result OK
 connection and from Win 2k to freeBSD result NOT GOOD
 connection and from Solaris 2.8 to freeBSD result OK


 FreeBSD setup is the same as Linux RedHat 6.2
 =============================================
 account jmedlen 
 pasword is the same like Linux
 
 in the file hosts.equiv
 I have added
 
 jmedlen-lap.verisign.com jmedlen
 jmedlen-sun.verisign.com jmedlen
 jmedlen-lap.verisign.com root
 jmedlen-pc.verisign.com jmedlen
 
 Win 2k setup
 =============
 I have both files
 
 in dir C:\WINNT\system32\drivers\etc
 
 I have 2 files
 hosts.equiv
 and
 .rhosts
 
 both have
 
 jmedlen-sun jmedlen
 jmedlin-linux jmedlen
 jmedlin-bsd jmedlin
 
b)

Win 2k does not have ssh and security is not an issue these are test
machines on isolated network.
 

c) 
 # $FreeBSD: src/etc/inetd.conf,v 1.44.2.5 2001/08/04 16:06:44 rwatson Exp $
 #
 # Internet server configuration database
 #
 # Define *both* IPv4 and IPv6 entries for dual-stack support.
 # To disable a service, comment it out by prefixing the line with '#'.
 # To enable a service, remove the '#' at the beginning of the line.
 #
 ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
 #ftp    stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
 telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
 #telnet stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd
 shell   stream  tcp     nowait  root    /usr/libexec/rshd       rshd
 #shell  stream  tcp6    nowait  root    /usr/libexec/rshd       rshd
 login   stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
 #login  stream  tcp6    nowait  root    /usr/libexec/rlogind    rlogind
 #finger stream  tcp     nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
 #finger stream  tcp6    nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
 #exec   stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
 uucpd   stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
 nntp    stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
 #
 # run comsat as root to be able to print partial mailbox contents w/ biff,
 # or use the safer tty:tty to just print that new mail has been received.
 inetd.conf: unmodified: line 1
 
 
 
 Thanks for help.
 
 
 -Jiri-
 

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




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