Telnet connection to Sco Unixware from Windows 2000 taking longer !!!


 
Thread Tools Search this Thread
Operating Systems SCO Telnet connection to Sco Unixware from Windows 2000 taking longer !!!
# 8  
Old 02-23-2004
Quote:
Originally posted by kbiswas
I need to access this server from anywhere and
will surely not req to add the IP of all the workstations in the server !!!
If you persist in using /etc/inet/hosts, that is exactly what you're going to need to do. In the 80's we used to download a hosts file from the NIC. It had an entry for every internet connected host and it was huge. This is why DNS was invented.

You should be adding each host and ip address to a dns server. Then you should be using dns to find them.

I can't tell if you're not using dns at all, or if you're putting in the forward entry but leaving the reverse entry out. But for the second time I will say that you to be sure that you can use the nslookup command on the IP address:
nslookup 1.2.3.4
or whatever your IP address is.
# 9  
Old 02-23-2004
Hi

My DNS server IP is 100.800.900.100 and the Domain is xyz .

My Sun Servers IP is 100.800.900.101 and the name is abc .

I have configured the DNS server in Sun m/c as 100.800.900.100 .

Xcuted the following :

#nslookup - Server : xyz . Address : 100.800.900.100 .

#nslookup 100.800.900.101 and it identified 100.800.900.100 and return the name as abc .

#nslookup abc and it identified 100.800.900.100 and return the IP as name as 100.800.900.101 .

#nslookup <IP win 2K workstation> and it identified 100.800.900.100 but gives “xyz cannot find < IP win 2K workstation> . Server failed .

When I executed ipconfig /all in win 2K workstation , the DNS server showed
as 100.800.900.100 .

Telnet still slower !!!

Cheers
# 10  
Old 02-23-2004
You need a recognized top level domain. You can't have xyz. It's need to be xyz.com or something. And then it needs to be registered with the .com servers.

That nslookup where you get "server failed" is doing exactly what telnetd is doing. That is what you need to get working.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Daily script taking increasingly longer each day

Hello, I was wondering if anyone had an idea why a recurring script might take slightly longer each day. The intent of the script is to run on a dedicated VM and connect to several thousand remote servers to assay their operating status by running a series of commands and storing the results... (8 Replies)
Discussion started by: Threeze
8 Replies

2. Solaris

Copy via samba on vmware workstation with Solaris taking much longer than usual

i have a vmware workstation with solaris 10 installed on this. i copying 2 gb data via samba from windows to this vmware workstation. copy speed is 24 kb/sec. how i can speed up this copy process ? (7 Replies)
Discussion started by: rehantayyab82
7 Replies

3. SCO

Printing to Windows 7 using Samba 2.0.3 via VPN connection to SCO 3.2v5.0.6

I would like to know if anyone has a way to PRINT TO a printer attached to a Windows 7 PC, from SCO, while logged in via a VPN connection. I am able to attach to a Samba share on the SCO server for files while attached to the VPN, so I know my Samba is workling - but my print jobs return: ... (2 Replies)
Discussion started by: tbb999
2 Replies

4. SCO

Cannot type properly in telnet window (windows Xp & SCO Unix)

Hello friends, I am using telnet from windows xp to connect to SCO Unix. Since i am used to telnet environment given by linux from windows, this one is annoying. The cursor movements has no boundary, causing me to type control characters accidentally, which makes it difficult to navigate,... (1 Reply)
Discussion started by: frozensmilz
1 Replies

5. SCO

windows connection to sco

I have a Sco box that runs an application. I currently have several connections open on terminals that connect via IP. How ever these are basically dumb terminals with a very basic configuration. I would like to connect to the Sco server from a windows pc. Now the questions. Will HyperTerminal... (2 Replies)
Discussion started by: rogueIT
2 Replies

6. UNIX for Dummies Questions & Answers

how to share printer installed on windows 2000 with SCO OpenServer 5.0.5

i have wipro netpower server with p4 and 256 ram. i want share dot matrix printer installed on windows 2000 prof. with sco openserver 5.0.5. plz help me to comeout from this trouble. (0 Replies)
Discussion started by: raj_shivage
0 Replies

7. UNIX for Dummies Questions & Answers

Sco openserver and Windows 2000 server

Hi, i have 4 Unix Sco openservers, 4PCs running windows 2000, and 1 PC with windows server which i want to configure in the same network. During the configuration procedure, the wizard of Windows 2000 SERVER ask you if this is the only server in the network, now it will be the only WINDOWS... (2 Replies)
Discussion started by: BAM
2 Replies
Login or Register to Ask a Question