A Challenging Situation : i hope the moderators will respond to this problem..


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers A Challenging Situation : i hope the moderators will respond to this problem..
# 1  
Old 07-07-2002
Data A Challenging Situation : i hope the moderators will respond to this problem..

I have the following situation :

i have 4 Unix Sco servers, one Windows 2000 server, and an ADSL internet connection. All the servers, that is the 4 unix and the windows server have real static IPs supplied by my ISP.

the servers are connected to a Switch , the switch is connected to an ADSL Alcatel SpeedTouch 510 router, which in turn is connected to the telephone line. the Router has a real static IP gateway.


if i log into one of my local unix servers, i can telnet and ftp to another unix server in another country(another network), BUT here is the problem : i can ping from that remote server all of my local unix servers, but i cannot telnet ot ftp or rlogin to any of them, so why is that?? if a remote server can ping my local servers why cant the remote server ftp or telnet or rlogin my local servers????? is it possible that my isp should enable the specific ports for telnet and ftp and rlogin???? or is it a problem related to some Unix Sco netywork configuration in my local servers???

i would appreciate ur help
# 2  
Old 07-08-2002
Unfortunately, I don't know SCO but you might look to see if it uses /etc/hosts.allow and /etc/hosts.deny. It may be that those two files don't allow the network that your remote server is on to do telnet or ftp to your local servers.

Post back and maybe someone with SCO knowledge will jump in.
# 3  
Old 07-08-2002
have a look at the contents of /.rhosts & /etc/hosts on the remote machine. If you have a server name in /.rhosts & the ip address & server name in /etc/hosts you should be able to ftp to the server

eg.

/.rhosts contains

aservername

/etc/hosts contains

123.123.123.123 aservername

then do

ftp aservername to connect.

If this doesn't work, post back with the error message.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Easy VI Question (I hope)

Hi, I've FTPed some text files from windows to my Linux workstation. I'm finding that the characters for quotes (") have been replaced with control characters <93> and <94>. and apostrophes (') have been replaced with what looks like control character <92>. I have attempted the following... (15 Replies)
Discussion started by: larryjmoon
15 Replies

2. Shell Programming and Scripting

Challenging Awk array problem

Hi, I rather have a very complicated awk problem here, at least to me. I have two files. File 1: 607 687 174 0 0 chr1 3000001 3000156 -194195276 - L1_Mur2 LINE L1 -4310 1567 1413 1 607 917 214 114 45 chr1 3000237 ... (19 Replies)
Discussion started by: polsum
19 Replies

3. Shell Programming and Scripting

Very Challenging Problem. Please read fully.

Hi, This is the Third thread i'm putting here for the same problem. :( Actually, i'm trying a script like this.. but its taking a long time.. about 3 days to complete fully.. #!/bin/ksh if then exit 1 fi while read i do while read j do field7=`echo $j|cut -d "|"... (12 Replies)
Discussion started by: RRVARMA
12 Replies

4. Programming

A challenging problem involving symbolic links.

Hello, I'm working on an application that bridges together several applications involved in creating a video workflow for editing with digital cinema cameras. The main platform is MacOSX. Because of the nature of some of the utilities for working with this video footage I must spoof filenames... (2 Replies)
Discussion started by: ibloom
2 Replies

5. UNIX for Dummies Questions & Answers

A Challenging situation for the MODERATORS

Well, I hope this way you will respond to my inquiries. I have 4 unix servers,with static ips (though i dont think this is an issue)....i can telnet and rlogin from one to the other....if i FTP from on et othe other and try to execute : cd /user return /user : no such file or... (1 Reply)
Discussion started by: BAM
1 Replies
Login or Register to Ask a Question