1829161 Members
10299 Online
109986 Solutions
New Discussion

telnet issue

 
Rupert_1
Advisor

telnet issue

Tru64 Unix V5.1B, latest patch-kit, standalone server.

Nodename as registered in kernel is mmp3.sems.com

Have two interfaces configured as follows:

Tu0: 128.6.5.10 netmask : 255.255.0.0 hostname: mmp3.sems.com
Tu3: 128.6.5.33 netmask : 255.255.0.0 hostname : mmp33.sems.com

When configured as above, we can ping to the IP addresses.
When telnet to the hostname, it gives an error – unable to open port on interface or similar.

What is wrong with the configuration ?

Interface ip hostname

Tu0 128.6.5.10 mmp3.sems.com
Tu1 100.100.100.10 mhdb2
Tu2 100.100.100.11 mhdb3
Tu3 128.6.5.11 mmp33.sems.com
5 REPLIES 5
Danny Petterson - DK
Trusted Contributor

Re: telnet issue

Is telent configured in /etc/inetd.conf?

Yours
Danny
Rupert_1
Advisor

Re: telnet issue

we used sysman to configure, then stop/start network services, did not reboot server.
Danny Petterson - DK
Trusted Contributor

Re: telnet issue

Can you telnet from the host itself to itself (telnet localhost)?

If you grep for telnet in /etc/inetd.conf, what does the line enableing telnetd look like?

Yours
Danny
Steven Schweda
Honored Contributor

Re: telnet issue

> [...] latest patch-kit [...]

How do I know what the latest one is? More
important, how do I know that _you_ know what
the latest one is?

> When telnet to the hostname

From where? To which address does the host
name resolve wherever you're Telnetting from?

> [...] it gives an error [...] or similar.

Who is "it"? What's the actual error
message? A transcript showing what you did
and what happened when you did it might be
much more helpful than a vague description.

> [...]
> Tu3: 128.6.5.33
> [...]
> Tu3 128.6.5.11 mmp33.sems.com

Eh?
Rob Leadbeater
Honored Contributor

Re: telnet issue

Hi,

Having two network interfaces on the same subnet is likely to cause you problems...

Check whether telnetd is listening, by looking at the output of "netstat -a"

You might also want to review your routing configuration... "netstat -rn"

Cheers,

Rob