Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
im trying to copy a file over our network from one machine to another: im trying to copy hello.c into my root directory on machine with an ip: 192.45.168.10
i did a rlogin to sysem 192.45.170.20 from 192.45.168.10
From what I understand .20 has the file and you want to copy it to .10, right???
rcp does not prompt for passwords; your current local user name must exist on hostname and allow remote command execu- tion by rsh.
So from .20 can you rlogin into .10??
.20# rlogin -l
0
Response Number 3
Name: PaulS Date: May 24, 2002 at 07:16:44 Pacific
Reply:
rcp requires that you give permission to do the copy. There are a couple of ways to do it, but in this case the best would be to just edit the root /.rhosts file (or create one) on the .10 system and add:
Summary: I'm having problem to do rcp any Unix files from Solaris 8 into PC which used Dynamic IP. The system will display an error like 'unknown :ffff:10.1.10.202' where the Dynamic IP for the PC is 10.1.1...
Summary: I have hosts in my.domain, all has /.rhosts as +. So I can copy files easily. But we also have hosts in headoffice.domain (WAN link), all has /.rhosts too. But I rcp /rsh files@hosts.headoffice.domain...
Summary: I am using Solaris 8 I want to deny ftp and telnet one host and allow to hosts is it possible in solaris 8. And my other question is what does inet.conf ...