Long Delay if any with network services


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Long Delay if any with network services
# 8  
Old 01-21-2004
ip info

network: 90.90.12.0/24
Bad SCO: 90.90.12.3
good SCO: 90.90.12.199

No internal router. "In a nutshell" Smilie no network architecture has really been defined. Just assigned each PC and host with it's own static ip with a default gateway address of
90.90.12.200.

All units connect to a switch which connects to firewalls trusted interface.

While using cuteftp from XP box with address of 90.90.12.2, I ftp to the address of 90.90.12.3 on 21 with username and password
Cute shows me Socket Connected, Waiting for welcome message.

This is where it stalls and times out.

If you need any more info I can provide more detail.

Additional notes:
While ftp is uncommented in the inetd.conf file like the other services, when executing "ps -Af" there is no trace of ftpd.
# 9  
Old 01-21-2004
On bad sco, try
ftp localhost
to see if ftp is running at all.

Try
netstat -an
you want an entry like: *.21 LISTEN
to prove that it;s listening on port 21 for an ftp connection.

When the XP thinks it's connected, look for the connection.
netstat -an
and look for something like:
90.90.12.3.21 90.90.12.2.X
see what state the socket is in. If the socket does not exist, power off the bad sco and retry the experiment. Does the xp still connect? If so some other box has the same ip address as the bad sco.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Monitor some of network services

Hi I want to write a script for netflow service because my service doesnt send any packet to netflow walker (server). Although the service is started but it does not send any packet to server until i restart the service I want to write a script in order to restart the service... (7 Replies)
Discussion started by: mohsen1366
7 Replies

2. Solaris

SSH and telnet long delay to recieve prompt.

Hi guys. You'd have to excuse me a bit, as I'm a noob. I really try to avoid asking questions and do research for whatever linux issues that may arise. I am experiencing a long wait for the shell to come up when I ssh or telnet into a Sunos 5.10 environment. It takes 70 seconds to give me... (12 Replies)
Discussion started by: gpenco
12 Replies

3. IP Networking

Oracle network services

i have installd oracle 10 on Solaris 10 now i want to access this database from remote machine. -bash-3.00$ tnsping 192.168.92.49 TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 17-DEC-2010 21:06:51 Copyright (c) 1997, 2005, Oracle. All rights reserved. Used... (0 Replies)
Discussion started by: akhaliq22
0 Replies

4. HP-UX

how can I get network services

Hi Is there a cmd in hpux 11 to get the network services the network services must display "Listen" like command netstat -an |grep Listen and display the process that is running on a port in HP-Unix at the same time my request can not use lsof -i command,not to install any extral... (2 Replies)
Discussion started by: alert0919
2 Replies

5. Shell Programming and Scripting

Grep causing long delay (batching) whilst piping

Hi all. I have a problem at work which I have managed to break down into a simple test scenario: I have written a monitoring script that outputs every second the status of various processes, but for now, lets just print the date input.sh: while true do date sleep 1 done This... (9 Replies)
Discussion started by: spudtheimpaler
9 Replies

6. UNIX for Dummies Questions & Answers

Search for network services

OK I am a complete newbie to Unix. We have a Sunfire V890 running SUNOS Release 5.9. The Operating Environment is Solaris 9. I have been tasked with determining whether or not specific network and solaris services are enabled or disabled. If the services are enabled I need to disable them. I'm... (12 Replies)
Discussion started by: coachgt1
12 Replies

7. IP Networking

stopping and starting network services

Solaris v5.6 how do you stop and start the network services? (4 Replies)
Discussion started by: Westy564
4 Replies
Login or Register to Ask a Question