telneting: one way and another


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers telneting: one way and another
# 1  
Old 03-04-2003
telneting: one way and another

I have the following problem using telnet while try to access a certain Solaris 8 Unix machine at work.

I want to access 128.1.11.1 , but my office is in the process of moving, and this curtial machine has yet to be moved to our new office. Thus, I access remotely via telnet.

My original IP was 128.1.11.234. I am now in 128.1.17.* network range.

Sucessful Access Patterns:

1) pre-move environment
128.1.11.234 -> 128.1.11.1

2) post-move
128.1.17.93 -> 128.1.203.7 -> 128.1.11.1

Unsuccessful Access Pattern:
128.1.17.93 -> 128.1.11.1

What is it that is keeping me from going directly from the 128.1.17.93 to 128.1.11.1? Why am I able to access through 128.1.203.7 ?

Do I need to change/added sometime to /etc/inetd.conf ?

Any suggestions here would be helpful.
# 2  
Old 03-05-2003
Can you ping 128.1.11.1 from your machine? I'm guessing it is probably a router problem. What is in your /etc/defaultrouter file and what is your netmask? You could use traceroute to see how far you get before you can't get any further.
# 3  
Old 03-05-2003
Firewall rules, perhaps?
# 4  
Old 03-09-2003
Re: telneting: one way and another

Quote:
Originally posted by mntamago

Do I need to change/added sometime to /etc/inetd.conf ?

Any suggestions here would be helpful. [/B]
No, this is not an inetd.conf problem. You have a routing problem. Please post the output of the comand:

route -n

on all machines in question and we should be able to isolate the problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to execute command after telneting in shell script?

Hi , I have to write a shell script to telnet to specific host and execute the admin command there. Please help me to do that. Eg : telnet hostname portno admin command exit (3 Replies)
Discussion started by: arukuku
3 Replies

2. HP-UX

Telneting from HP-UX to MS Exchange Server

Am having issues telneting from a HP-UX server to a MS Exchange Server,please can anyoune help? (2 Replies)
Discussion started by: paye
2 Replies

3. UNIX for Dummies Questions & Answers

telneting into UNIX

I am attempting to set up port forwarding on my netgear DG834. I know I have everything set up perfectly in the router. However when I attempt to telnet into the unix machine through the router across the internet it will not. Connection times out after not connecting after a few minutes. I can... (9 Replies)
Discussion started by: jeffreydavisjr
9 Replies
Login or Register to Ask a Question