Telnet no worky


 
Thread Tools Search this Thread
Special Forums IP Networking Telnet no worky
# 1  
Old 01-23-2002
Telnet no worky

i dont know why i bother to post here. noone ever responds anyway.. i guess im like the fool that always goes back to the pretty girl after being burned...

/* Using SCO OpenServer Release 5.0.5 */

I built a SCO server and everything seemed to be running ok.. So i started installing the sw packages and i eventually installed an configured Netscape FastTrack server. well, after i did that, i no longer go a login prompt when i telnet to the box.. nor to i get a login prompt when i ftp to it. i can ping to the machine, but not from it. also if i intitiate the telnet session from a windows box then run netstat, it shows i have an established connection..

any ideas... anyone... hello.. are you there.. are you even aware..

e0-
# 2  
Old 01-23-2002
I would guess you dont get many replies because there are not too many people on this board with extensive SCO experience (just a wild guess). SCO doesn't seem to be too popular. Anyway, as for your problem: if you can't ping out from the box then you have network problems and need to resolve those before you can tackle any other issues. Check your network setup including default gateway, etc. Ask your local network admin for the proper settings if you are unsure. Try to ping something on your own subnet, then something on a different subnet (beyond the router). Let us know how it goes...
# 3  
Old 01-23-2002
One thing.

If you think that a sw package caused your box to lose telnet and ftp, then I would uninstall the sw package that you think caused the problem and then test your telnet and ftp.

This Netscape package may have disabled your telnet and ftp somehow.

I don't know SCO but I do know some networking. Do you have netstat command on your box.

Since you can ping to the box and not from the box your default gateway may not be configured.

I saw another message about a file in /etc called defaultrouter or something like that.
Check and see.
# 4  
Old 01-23-2002
the more i look at this the less it makes sense..

i am able to browse the interent, and ftp and telnet from the box, so for me that kind rules out the gw.. i really have a strong feeling the the netscape fastTrack web server software is playing tricks with me.. i took a look in scoadmin software manager and was not able to remove the software that way, but ill keep looking.. thanks for your help.. ill let you know how it goes..

oh yeah.. i didnt see any defaultrouter files in the /etc dir.. but i am searching the rest of the drive as i type..

thanks again..

e0-
# 5  
Old 01-23-2002
it werks thanks

ok.. i got it to work.. i did two things at the same time so i dont know which one actually did it..


i added my dns ip addy to resolve.conf
then i did route add 0.0.0.0 10.0.0.254

everything seems to be aok now...

thanks for respoding to my post.
e0-
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

2. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

3. Shell Programming and Scripting

How to come out from telnet

Hi All, I want check current whether client servers is able to connect to about 10 servers on a particular port . When i am trying with telnet its hunging up after checking...Can pls suggest how to come out telnet after checking. # telnet 129.39.13.38 9494 Trying... Connected... (5 Replies)
Discussion started by: ram1729
5 Replies

4. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

5. Shell Programming and Scripting

grep "(^|[^0-9])[0-9]\{16\}($|[^0-9])" *.log >> no worky

Per the title really. Looking for 16 digit numbers in various log files: grep "\{16\}" *.log ...works, but obviously includes log lines that have longer numbers. The numbers in question can come at the beginning, middle or end of the line, hence the thread's title, which doesn't work: grep... (1 Reply)
Discussion started by: cs03dmj
1 Replies

6. Windows & DOS: Issues & Discussions

TELNET help

iam loging into unix server from windows using telnet service how to upload a text file (or)file into my user account in linux i dont have root privilages (1 Reply)
Discussion started by: seshumohan
1 Replies

7. AIX

Telnet and su -

I have some AIX 4.3 machines which have disabled root telnet access. When you run su - once logged on the machine requests a password and if one is supplied correctly it asks for another users password. How do I configure this? Any help is appreciated. Thank you (0 Replies)
Discussion started by: uXion
0 Replies

8. Shell Programming and Scripting

telnet

Now my task is there are two servers A and B. i only can put unix script in server A and database is on server B. can I write a script in serer A which could telnet to server B and run the script which include sql script and save the output file in server A. did I make my problem clear? (2 Replies)
Discussion started by: YoYo
2 Replies

9. UNIX for Dummies Questions & Answers

telnet

hello there! :) i'm a newbie here...and i have a question, how can you logout while you're chatting in commode? thanx! :) (2 Replies)
Discussion started by: hapiworm
2 Replies
Login or Register to Ask a Question