"netstat -na" - if something else is already bound to a port you don't have
a hope.

Otherwise - change the port from 23 to (say) 8023 - and try connecting on
that port (little chance of it being used). Connect from the console with:

telnet localhost 8023
and
telnet 127.0.0.1 8023

If 8023 works then your problem is either:

1. firewall
Or
2. Another process has bound the port

If 8023 does not work then there may be an issue (assuming something isn't
using 8023.....)

If it works on the console to localhost or 127.0.0.1 but not remotely then
the problem is:

1. Firewall (I find the Linux inbuilt firewall especially a pain to
configure - I'd turn it off for a bit and try without it first). You may
have a firewall elsewhere if not local or (horror of horrors) nested
firewalls and routers that remap IP addresses.

2. NIC drivers (unlikely) - Broadcom could be an issue in the past but it
was usually a packet fragmentation issue, not a failure to connect (a number
of articles out there - not just IBM or U2). The "Nagle Effect" can also
make interesting reading (for some I admit).

Hope it helps - 127.0.0.1 on the console is a good shot and "netstat -na" on
the server to see what's what.

Regards

JayJay

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Baker Hughes
Sent: 19 September 2007 18:40
To: u2-users@listserver.u2ug.org
Subject: [U2] Telnet error 1067 in Universe PE

Hey y'all,

A couple of us are trying to help a new UV site nearby get a copy of PE
going for a development machine.

This is the same issue that Charles B. first introduced some weeks back.

I took a look at the IBM Thinkpad last night. Here is the skinny.

OS is XPpro.

He has un-installed and re-installed PE-UV 10.2 with same results:

UniVerse will start when machine boots, but not telnet.  When you
attempt to start manually, you get Telnet error 1067.

We looked in system.Ini to see if anything is actually bound to port 23
- nothing appears to be.
He also ran TCPview to see if anything is listening on port 23 -
nothing.

We thought of changing the telnet port from 23 to something else, but
when we try to start UniAdmin we get an RPC error.
 
He checked the windows event log and it records the UV telnet service
not starting with an error "WSA Error 10038".

These folks are extremely happy with UniVerse and the application that
is helping grow their business.
PE offers the best option for their getting more familiar with UV and
speeding future development.
Please help.

The right answer will make you guest of honor at the next TEXMUG meeting
Nov 1 (free meal!)[travel not included ;-) ]

Sincere thanks,
-Baker
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to