Networking with Win2000


 
Thread Tools Search this Thread
Special Forums IP Networking Networking with Win2000
# 1  
Old 11-05-2001
Data Networking with Win2000

I'm trying to network a windows 2000 computer and a SCO unix machine. I'm able to ping the SCO computer's IP address. However, if I try to ping from the Unix machinge. Only the first packet is received and I then get the error message

"Ping interrupted whilst trying ot reslove IP address. Check Domain Name Resolver (SFF) Config?"

This happens even if I ping myself. Also the Win2000 computer appears not to be able to see the Unix machine.

Can anybody give me a clue what this means or how to fix it as I'm totally new to unix. Thanks
# 2  
Old 11-05-2001
Samba?

Do you have Samba installed and using it for shares? I'm still new to this but I'm able to get the W2K machines to see me using Samba. I created my shares but now I'm trying to mount the shares off the win2k machines and win98 machines now and I'm having a pain in the @$$ of a time doing it.

I'm trying the following command:

mount -t nfs //othercompsIP/Share //mylocalmount

and I keep getting:

mount: directory to mount not in host:dir format

If you can help me with mine I'll be more than happy to give you feedback with my network.

Kyph
# 3  
Old 11-06-2001
When you mount a filesystem using NFS you must specify the hostname and directory of the filesystem. In the code:


mount -t nfs //othercompsIP/Share //mylocalmount


above... no hostname is specificed (hence the error).
# 4  
Old 11-06-2001
I've done that

I've tried everything like that. Here are some examples.

mount -t nfs //ip-of-other-comp/share //my-comp's-ip-and/or-name/directory

I've even tried flipping it to where I had my comp first and the share comp last and I still get that error.


I know that the two forward slashes first denote a computer name or IP and I've tried it with and without that information and I still don't get what a valid response.

Kyph
# 5  
Old 11-06-2001
mount [-fnrsvw] [-t vfstype] [-o options] device dir

Quote:

Most devices are indicated by a file name (of a block spe-
cial device), like /dev/sda1, but there are other possi-
bilities. For example, in the case of an NFS mount, device
may look like knuth.cwi.nl:/dir. It is possible to indi-
cate a block special device using its volume label or UUID
(see the -L and -U options below).
An example in UNIX would be:
mount -t nfs host.domain.com/remote/directory /usr/local/mount/point
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Networking

hi From mt windows machine I can ping a LINUX machine but there is no arp entry for the same LINUX on my windows. How is it possible and what can I do to add the arp entry as I need it. thanks (1 Reply)
Discussion started by: leghorn
1 Replies

2. Solaris

Networking help

What am I doing wrong, I configure interfaces ce1,ce,2 and ce3 but when I reboot the server they lose the configuration and I have to reset them? ifconfig ce1 plumb ifconfig ce2 plumb ifconfig ce1 155.216.13.72 netmask 255.255.255.240 ifconfig ce2 155.216.13.73 netmask 255.255.255.240... (5 Replies)
Discussion started by: Kjons76
5 Replies

3. IP Networking

Networking

Hi, I have a question on networking. I will try to ask with an example... Suppose i am googling something, as in searching something in the google page. In this case what I basically want to know is, does the client do a connect evrytime to the server whenever a search is done in google,... (1 Reply)
Discussion started by: naan
1 Replies

4. UNIX for Advanced & Expert Users

how ..........networking

hi everyone this is dipendra, i am interested in networking,i know simple socket programming . and now i am wonder to get in to audio socket. i have no clue how to build audio socket.so i am looking if u can provide me a link regarding the audio socket building tutorials. (1 Reply)
Discussion started by: dipendra_regmi
1 Replies

5. Solaris

Need help with networking

I can't or i don't know how to put up a network and internet on sun solaris 10. I looked and found some stuff on forums around net but I'm missing a few files. Like, "defaultrouter", "resolve.conf", ping is not working ( host unreachable), my card is "lo0" when I use ifconfig -a comand. Should I... (8 Replies)
Discussion started by: salvor_hardin
8 Replies

6. Shell Programming and Scripting

Transfer FILE from UNIX to WIN2000/XP

it's possible make a transfer file with a remote command from UNIX SYSTEM to another computer with WIN2000/XP ??? ex.(rsh,ssh ecc.....????) now i use FTP program or telnet connection but ,i find a solution for execute a transfre file in to shell script UNIX (sh or ksh) from windows system (2 Replies)
Discussion started by: ZINGARO
2 Replies

7. Windows & DOS: Issues & Discussions

How to add Win2000, Win Me option to Lilo menu?

Hi All, I have installed RH Linux 7.1, windows 2000 and windows ME in the same machine. There are two booting menu: Lilo: Linux Dos Dos : Windows2000 WindowsME If I want to use windowME, I need to boot lilo and choose dos and final choose windows ME. Have any... (3 Replies)
Discussion started by: wilsonchan1000
3 Replies

8. UNIX for Dummies Questions & Answers

AIX->Win2000/XP?

Here's the setup: IBM RISC/6000 server running AIX The server currently feeds 4 dumb terminals and 2 pc's via multiview 2000 software emulator. Now, the server is about 9 years old, and need to be replaced. There is not enough money to buy a new IBM AIX server to replace it, and I need to... (6 Replies)
Discussion started by: GigaWire
6 Replies

9. UNIX for Dummies Questions & Answers

Multi-booting Win2000 and FreeBSD with boot.ini

Actually, I'm going to be setting up my new hard drive to boot 3-4 OSes...so far I'm definite on Windows 2000 Advanced Server and FreeBSD 4.4, and I'm stuck between RedHat 7.2 and Mandrake 8.1 for my Linux choice...anyways.... I'm gonna be using boot.ini as the boot loader thing. I've already... (3 Replies)
Discussion started by: DownSouthMoe
3 Replies

10. UNIX for Dummies Questions & Answers

Networking

Hi new user to UNIX and I am in the process of networking my UNIX box to my windows2000....Is there a special program I have to install so that my windows would recognize and see the Unix box....any suggestions would be great Thanks (1 Reply)
Discussion started by: jonas27
1 Replies
Login or Register to Ask a Question