Ask a Question related to SCO, Design and Development.
-
Jorge_Beteta #1
Telnet Troubles from Windows to SCO Unix
Hello,
I have troubles connecting W98 or W2000 to an SCO Unix 5.0.5 server
through Telnet. It's just a TCP/IP local network without accessing
outside. Each Windows PC has a unique IP number and they are working
fine in their Windows LAN. So, IP numbers are no problem. I can telnet
from a Windows PC doing:
open 192.168.1.5 <-- Fine!
being 192.168.1.5 the IP number of the SCO Unix Server.
However, I can't telnet using the domain name and host name of the SCO
Unix (I don't access Internet or any Extranet):
open scosysv.my_domain_name <-- It doesn't work!
I think I'm missing set something in the /etc/named.d/named.hosts or
another similar file, but I don't know what. Might anybody help me?
Thanks very much!
Jorge_Beteta Guest
-
installing LIBNET and NET::TELNET on a windows 200 server
Hey all, I have tried using MCPAN to install Net::Telnet and LIBNET on a windows 2000 server running perl 5.8, with no luck On Net::Telnet I... -
Establish a connection telnet in PHP on a UNIX server
Hello, I wish to establish a connection in language PHP on a UNIX server by telnet. In fact, I would like : - Connect to server by sending IP... -
telnet and then run any one command on windows
Hi , case 1: my $hostname = '10.10.2.45'; my $prompt1 = '/\>$/'; my $name = 'administrator'; my $password = 'nn'; my $string = 'net start ';... -
HELP: Linux telnet smtp server fails, Works from MS Windows
I'm stumped. And I'm not a guru. I think I have a network setup problem on my Linux box, but I'm not sure what to look for. Problem: Trying... -
Automated test software - Windows telnet to SCO
JWR wrote: How about "facetwin" software . I am told this will do that, but can't tell you first hard for about 6 weeks when I will be receiving... -
Ronald J Marchand #2
Re: Telnet Troubles from Windows to SCO Unix
"Jorge_Beteta" <jbeteta@yahoo.com> wrote in message
news:5140b91e.0307291701.51eb7196@posting.google.c om...??? /etc/hosts ???> Hello,
> I have troubles connecting W98 or W2000 to an SCO Unix 5.0.5 server
> through Telnet. It's just a TCP/IP local network without accessing
> outside. Each Windows PC has a unique IP number and they are working
> fine in their Windows LAN. So, IP numbers are no problem. I can telnet
> from a Windows PC doing:
>
> open 192.168.1.5 <-- Fine!
>
> being 192.168.1.5 the IP number of the SCO Unix Server.
>
> However, I can't telnet using the domain name and host name of the SCO
> Unix (I don't access Internet or any Extranet):
>
> open scosysv.my_domain_name <-- It doesn't work!
>
> I think I'm missing set something in the /etc/named.d/named.hosts or
> another similar file, but I don't know what. Might anybody help me?
Ron
Ronald J Marchand Guest
-
Bob Bailin #3
Re: Telnet Troubles from Windows to SCO Unix
"Jorge_Beteta" <jbeteta@yahoo.com> wrote in message
news:5140b91e.0307291701.51eb7196@posting.google.c om...You have to enter the fully qualified host name into the hosts file of> Hello,
> I have troubles connecting W98 or W2000 to an SCO Unix 5.0.5 server
> through Telnet. It's just a TCP/IP local network without accessing
> outside. Each Windows PC has a unique IP number and they are working
> fine in their Windows LAN. So, IP numbers are no problem. I can telnet
> from a Windows PC doing:
>
> open 192.168.1.5 <-- Fine!
>
> being 192.168.1.5 the IP number of the SCO Unix Server.
>
> However, I can't telnet using the domain name and host name of the SCO
> Unix (I don't access Internet or any Extranet):
>
> open scosysv.my_domain_name <-- It doesn't work!
>
> I think I'm missing set something in the /etc/named.d/named.hosts or
> another similar file, but I don't know what. Might anybody help me?
>
> Thanks very much!
your *Windows* computer in order to use it to reference the SCO
Unix machine that way. It's probably far easier to use Windows
telnet from IE using: telnet:192.168.1.5
and bookmarking the location under Favorites.
Or you can create a shortcut on your desktop that runs the
command: telnet 192.168.1.5
and name it whatever you wish. Again, no need to reference the
SCO machine by its domain name.
Bob Bailin Guest
-
Ronald J Marchand #4
Re: Telnet Troubles from Windows to SCO Unix
"Bob Bailin" <72027.3605@compuserve.com> wrote in message
news:bg8fhg$q81$1@ngspool-d02.news.aol.com...I may have done something in my sleep and do not remember it but ...>
> "Jorge_Beteta" <jbeteta@yahoo.com> wrote in message
> news:5140b91e.0307291701.51eb7196@posting.google.c om...>> > Hello,
> > I have troubles connecting W98 or W2000 to an SCO Unix 5.0.5 server
> > through Telnet. It's just a TCP/IP local network without accessing
> > outside. Each Windows PC has a unique IP number and they are working
> > fine in their Windows LAN. So, IP numbers are no problem. I can telnet
> > from a Windows PC doing:
> >
> > open 192.168.1.5 <-- Fine!
> >
> > being 192.168.1.5 the IP number of the SCO Unix Server.
> >
> > However, I can't telnet using the domain name and host name of the SCO
> > Unix (I don't access Internet or any Extranet):
> >
> > open scosysv.my_domain_name <-- It doesn't work!
> >
> > I think I'm missing set something in the /etc/named.d/named.hosts or
> > another similar file, but I don't know what. Might anybody help me?
> >
> > Thanks very much!
> You have to enter the fully qualified host name into the hosts file of
> your *Windows* computer in order to use it to reference the SCO
> Unix machine that way. It's probably far easier to use Windows
> telnet from IE using: telnet:192.168.1.5
> and bookmarking the location under Favorites.
>
> Or you can create a shortcut on your desktop that runs the
> command: telnet 192.168.1.5
> and name it whatever you wish. Again, no need to reference the
> SCO machine by its domain name.
>
My SCO server is named rjm. There is the file, /etc/hosts, that contains
the names of all machines and their addresses.
There are no hosts or lmhosts files on my Win/ME workstation. From a
command prompt I type: ping rjm ... and the Unix host responds. And if I
telnet rjm, a windows box for telnet pops up with a login.
Ron
Ronald J Marchand Guest
-
Ian Wilson #5
Re: Telnet Troubles from Windows to SCO Unix
Ronald J Marchand wrote:
<snip>> "Bob Bailin" <72027.3605@compuserve.com> wrote
>>>"Jorge_Beteta" <jbeteta@yahoo.com> wrote
>><snip>>>>>>Hello,
>>> I can telnet from a Windows PC doing:
>>> open 192.168.1.5 <-- Fine!
>>>However, I can't telnet using the domain name and host name of the SCO
>>> open scosysv.my_domain_name <-- It doesn't work!
>>You have to enter the fully qualified host name into the hosts file of
>>your *Windows* computer in order to use it to reference the SCO
>>Unix machine that way. It's probably far easier to use Windows
>>telnet from IE using: telnet:192.168.1.5
>>and bookmarking the location under Favorites.I think so :-)>
> I may have done something in my sleep and do not remember it but ...
Maybe you have VisionFS or SAMBA running on rjm? These will broadcast> My SCO server is named rjm. There is the file, /etc/hosts, that contains
> the names of all machines and their addresses.
>
> There are no hosts or lmhosts files on my Win/ME workstation. From a
> command prompt I type: ping rjm ... and the Unix host responds. And if I
> telnet rjm, a windows box for telnet pops up with a login.
>
name & address adverts in Microsoft SMB format that the PCs pick up.
They'll also register their NetBIOS names with a WINS server if so
configured.
I prefer DNS but YMMV.
Ian.
Ian Wilson Guest
-
Ronald J Marchand #6
Re: Telnet Troubles from Windows to SCO Unix
"Ian Wilson" <scobloke2@infotop.co.uk> wrote in message
news:bg8ngg$spi$1@sparta.btinternet.com...I do a lot in my sleep, like write that post. :-}>> > I may have done something in my sleep and do not remember it but ...
> I think so :-)
Ron
Ronald J Marchand Guest
-
Rick Peters #7
Re: Telnet Troubles from Windows to SCO Unix
"Don Yakubowski" <don_y@tricomp.ca> wrote in message
news:viimosfmq2n1b5@corp.supernews.com...working>
> "Scott McMillan" <smcm@usa.net> wrote in message
> news:5lofivcqbvts9uevqjgh2jg405nubn7tm4@4ax.com...> server> > On Wed, 30 Jul 2003 08:23:58 -0500, "Ronald J Marchand"
> > <rojomar@covad.net> wrote:
> >> > >"Bob Bailin" <72027.3605@compuserve.com> wrote in message
> > >news:bg8fhg$q81$1@ngspool-d02.news.aol.com...
> > >>
> > >> "Jorge_Beteta" <jbeteta@yahoo.com> wrote in message
> > >> news:5140b91e.0307291701.51eb7196@posting.google.c om...
> > >> > Hello,
> > >> > I have troubles connecting W98 or W2000 to an SCO Unix 5.0.5> > >> > through Telnet. It's just a TCP/IP local network without accessing
> > >> > outside. Each Windows PC has a unique IP number and they areor> telnet> > >> > fine in their Windows LAN. So, IP numbers are no problem. I can> SCO> > >> > from a Windows PC doing:
> > >> >
> > >> > open 192.168.1.5 <-- Fine!
> > >> >
> > >> > being 192.168.1.5 the IP number of the SCO Unix Server.
> > >> >
> > >> > However, I can't telnet using the domain name and host name of the> > >> > Unix (I don't access Internet or any Extranet):
> > >> >
> > >> > open scosysv.my_domain_name <-- It doesn't work!
> > >> >
> > >> > I think I'm missing set something in the /etc/named.d/named.hostsof> > >> > another similar file, but I don't know what. Might anybody help me?
> > >> >
> > >> > Thanks very much!
> > >>
> > >> You have to enter the fully qualified host name into the hosts filecontains> > >> your *Windows* computer in order to use it to reference the SCO
> > >> Unix machine that way. It's probably far easier to use Windows
> > >> telnet from IE using: telnet:192.168.1.5
> > >> and bookmarking the location under Favorites.
> > >>
> > >> Or you can create a shortcut on your desktop that runs the
> > >> command: telnet 192.168.1.5
> > >> and name it whatever you wish. Again, no need to reference the
> > >> SCO machine by its domain name.
> > >>
> > >I may have done something in my sleep and do not remember it but ...
> > >
> > >My SCO server is named rjm. There is the file, /etc/hosts, thatif> > >the names of all machines and their addresses.
> > >
> > >There are no hosts or lmhosts files on my Win/ME workstation. From a
> > >command prompt I type: ping rjm ... and the Unix host responds. Andserver> I>> >> > >telnet rjm, a windows box for telnet pops up with a login.
> > >
> > >Ron
> > >
> > Does your SCO box run Samba/VisionFS/AFPS? That would broadcast the
> > SCO box's name to the rest of the LAN. I found that I can ping/telnet
> > any of my SCO systems running any of the above, without the need for a
> > hosts entry (on either the SCO or Windoze boxen). I cannot
> > ping/telnet those SCO systems not running SMB software, whether my
> > Windoze system's IP address is in /etc/hosts or not.
> >
> >
> > Scott McMillan
> >
> Unless I missed something posted, nobody knows yet if there is a DNSthe> anywhere on the LAN, and if there is, is it the same SCO box ? Doesn't
> really matter if it , but the SCO box will try a reverse DNS lookup forSCO> Win client telnetting into it, using whatever DNS resolution methods thethe> box has
> available to it (ie. local /etc/hosts, bind, both!) So if the SCO box is
> pointed to some other DNS server for resolution, make sure that dns server
> has reverse lookup populated properly for all the Win boxes. Or just putIn Windows 95 and 98 you can create a hosts file in the windows directory> entries into /etc/hosts on SCO box and ensure /etc/resolv.conf has
> "hostresorder" set to include "local". This should force a local lookup in
> /etc/hosts .
>
> Don Yakubowski
>
>
for dns resolution. An example file is already there called hosts.sam. If
standard dns and wins resolution fails it checks the windows\hosts file same
as SCO uses etc/hosts
Rick Peters Guest



Reply With Quote

