Re: [newbie] networking

1999-07-19 Thread Bernhard Rosenkraenzer

On Mon, 19 Jul 1999, Lloyd Osten wrote:

 I have two computers, one running LM6.0 (this one) and the other one
 is running Win98. They are both connected to a cablemodem via a
 10BaseT hub.  They both have their own separate static IP addresses.
 How can I make my Linux box talk to my Win98 box  (I'd like to mount
 the filesystem) and conversely, how do I get the Win 98 box to talk
 to my Linux box.

man smbmount
man smbd
man nmbd
man smb.conf

LLaP
bero




Re: [newbie] networking

1999-07-19 Thread Lloyd Osten

On Mon, 19 Jul 1999, you wrote:
 On Mon, 19 Jul 1999, Lloyd Osten wrote:
 
  I have two computers, one running LM6.0 (this one) and the other one
  is running Win98. They are both connected to a cablemodem via a
  10BaseT hub.  They both have their own separate static IP addresses.
  How can I make my Linux box talk to my Win98 box  (I'd like to mount
  the filesystem) and conversely, how do I get the Win 98 box to talk
  to my Linux box.
 
 man smbmount
 man smbd
 man nmbd
 man smb.conf
 
 LLaP
 bero

Thank you: I'll check them out.

Lloyd Osten
[EMAIL PROTECTED]



Re: [newbie] networking

1999-07-19 Thread Ramon Gandia

Lloyd Osten wrote:
 
 I have two computers, one running LM6.0 (this one) and the other one
 is running Win98. They are both connected to a cablemodem via a
 10BaseT hub.  They both have their own separate static IP addresses.
 How can I make my Linux box talk to my Win98 box  (I'd like to mount
 the filesystem) and conversely, how do I get the Win 98 box to talk
 to my Linux box.
 
 I'm a total networking newbie, so you will have to be simple, clear
 and very specific...:-)  (good luck with THAT combination..:-))

If the cable modem acts like a hub, you should be able to
ping each machine from the other one right now, assuming
both machines are on the same subnet, which is most likely.

No communications is possible until you can ping.  Check it
out.  

1. Find out the IP of the Win98 machine.  Assume it is
199.45.32.173

2. Find out the IP of the Linux machine.  Assume it is
199.45.32.174

3. Then at the Linux box, type this command (you do not
have to be root):
prompt$ ping 199.45.32.173

You should see some results.  Use control-C to stop it.

4. At the Windows 98 box, open a DOS window.  start | programs |
msdos prompt.  At the prompt, type the corresponding command
to ping the Linux box:
C:\WINDOWS ping 199.45.32.174

This will give you 4 pings and then it stops, so you do not
need to control-C it.

Let us know the results.  Also advise if you are unable to find
out the IP address of the Windows98 box.
-- 
Ramon Gandia = Sysadmin  Nook Net
http://www.nook.net  [EMAIL PROTECTED]
285 West First Avenue   tel. 907-443-7575
P.O. Box 970fax. 907-443-2487
Nome, Alaska 99762-0970 == Alaska Toll Free. 888-443-7525



Re: [newbie] networking

1999-07-19 Thread Dan Brown

From: Lloyd Osten [EMAIL PROTECTED]

 So where do I go from here?

That they can ping is good.  Where you need to go from here is to
set up Samba, which will let your win98 box see files/printers/etc on
your Linux box, and smbclient, which will do the same for your Linux
system.  There's an excellent step-by-step guide to setting up Samba;
I'll try to e-mail it when I get home from work tonight.




Re: [newbie] networking

1999-07-19 Thread Lloyd Osten

On Mon, 19 Jul 1999, you wrote:
 Lloyd Osten wrote:
  
  I have two computers, one running LM6.0 (this one) and the other one
  is running Win98. They are both connected to a cablemodem via a
  10BaseT hub.  They both have their own separate static IP addresses.
  How can I make my Linux box talk to my Win98 box  (I'd like to mount
  the filesystem) and conversely, how do I get the Win 98 box to talk
  to my Linux box.
  
  I'm a total networking newbie, so you will have to be simple, clear
  and very specific...:-)  (good luck with THAT combination..:-))
 
 If the cable modem acts like a hub, you should be able to
 ping each machine from the other one right now, assuming
 both machines are on the same subnet, which is most likely.
 
 No communications is possible until you can ping.  Check it
 out.  
 
 1. Find out the IP of the Win98 machine.  Assume it is
 199.45.32.173
 
 2. Find out the IP of the Linux machine.  Assume it is
 199.45.32.174
 
 3. Then at the Linux box, type this command (you do not
 have to be root):
 prompt$ ping 199.45.32.173
 
 You should see some results.  Use control-C to stop it.
 
 4. At the Windows 98 box, open a DOS window.  start | programs |
 msdos prompt.  At the prompt, type the corresponding command
 to ping the Linux box:
 C:\WINDOWS ping 199.45.32.174
 
 This will give you 4 pings and then it stops, so you do not
 need to control-C it.
 
 Let us know the results.  Also advise if you are unable to find
 out the IP address of the Windows98 box.

Finding out my IP addresses is very simple
--they are written down!  :-)
Actually, I have memorized both of them.   The important thing is
that both machines can ping each other (I tried it;it works)  There's
about a 1ms delay.
So where do I go from here?

Lloyd Osten
[EMAIL PROTECTED]



Re: [newbie] networking

1999-07-19 Thread Morpheus The Sinful Weeper

Hey, that samba step by step guide, could i get a copy ?


Dan Brown wrote:

 From: Lloyd Osten [EMAIL PROTECTED]

  So where do I go from here?

 That they can ping is good.  Where you need to go from here is to
 set up Samba, which will let your win98 box see files/printers/etc on
 your Linux box, and smbclient, which will do the same for your Linux
 system.  There's an excellent step-by-step guide to setting up Samba;
 I'll try to e-mail it when I get home from work tonight.



Re: [newbie] networking

1999-07-19 Thread Dan Brown

From: Mike Ortiz [EMAIL PROTECTED]

 implimentation.  Is samba a better alternative?

I suppose for a small home network it doesn't make a lot of
difference.  For a larger network, where the Linux (or Win) box may need
to integrate with existing standards, it would obviously be more
important.  Samba is, by most accounts, a very good imitation (as far as
the rest of the network is concerned) of an NT server.




Re: [newbie] networking

1999-07-19 Thread Andy Goth

 Hey, that samba step by step guide, could i get a copy ?

Me, too... please?

I could upload it to my website for all to see (if you want).
  ___  _   _   _   _
 / _ \| \ | |  _ \\ \_/ / .[ ICQ#: 35256413 ].
| |_| |  \| | | | |\   /  | 0100111001010110110001101100 |
|  _  | \ \ | | | | | |   | 01100010111001110111 |
| | | | |\  | |_| | | |   | 0110011100100110110001100100 |
|_| |_|_| \_|/  |_|   `--[ mailto:[EMAIL PROTECTED] ]---'
http://zap.to/andygoth/   http://andygoth.cjb.net/
-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~
Two strings walk into a bar.  One string says to the bartender
"Give me a beer #G%safdsdfa."  The second string says "Pardon
my friend.  He's not null terminated."
-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~



Re: [newbie] networking

1999-07-19 Thread Mike Ortiz

I haven't had time to try samba yet.  The way I have found to integrate my
pc and linux network is to run pcnfs.  It works well, and the setup is
very easy.  Like UNIX nfs, you can specify which uid's or which machines
can do what, (eg.. uid 0 on my.host.org may read/write the exported
directory, while your.host.org can not mount at all.) Just like the UNIX
implimentation.  Is samba a better alternative?  

thx...
-mike

On Mon, 19 Jul 1999, Dan Brown wrote:

 From: Lloyd Osten [EMAIL PROTECTED]
 
  So where do I go from here?
 
 That they can ping is good.  Where you need to go from here is to
 set up Samba, which will let your win98 box see files/printers/etc on
 your Linux box, and smbclient, which will do the same for your Linux
 system.  There's an excellent step-by-step guide to setting up Samba;
 I'll try to e-mail it when I get home from work tonight.
 
 


---
Mike Ortiz [EMAIL PROTECTED]
Interrim Systems Administrator
La Plaza Telecommunity
224 Cruz Alta Rd.  Suite F
Taos, NM 87571

(505)758-1836
---




Re: [newbie] networking

1999-07-19 Thread Dan Brown

From: Morpheus The Sinful Weeper [EMAIL PROTECTED]

 Hey, that samba step by step guide, could i get a copy ?

It's at http://www.sfu.ca/~yzhang/linux/, along with several other
similarly useful pieces of documentation.




Re: [newbie] networking

1999-07-19 Thread Andy Goth

  Hey, that samba step by step guide, could i get a copy ?
 
 Me, too... please?
 
 I could upload it to my website for all to see (if you want).

Sorry.  I didn't realize it already was on the Internet.  From the
context of the letter I replied to, I thought it was a text file someone
had written and kept on their hard drive and was giving out via email.
  ___  _   _   _   _
 / _ \| \ | |  _ \\ \_/ / .[ ICQ#: 35256413 ].
| |_| |  \| | | | |\   /  | 0100111001010110110001101100 |
|  _  | \ \ | | | | | |   | 01100010111001110111 |
| | | | |\  | |_| | | |   | 0110011100100110110001100100 |
|_| |_|_| \_|/  |_|   `--[ mailto:[EMAIL PROTECTED] ]---'
http://zap.to/andygoth/   http://andygoth.cjb.net/
-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~
Two strings walk into a bar.  One string says to the bartender
"Give me a beer #G%safdsdfa."  The second string says "Pardon
my friend.  He's not null terminated."
-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~.,_,.~-*'*-~



Re: [newbie] networking

1999-07-19 Thread Ramon Gandia

Lloyd Osten wrote:
 
 On Mon, 19 Jul 1999, you wrote:
  Lloyd Osten wrote:
  
   I have two computers, one running LM6.0 (this one) and the other one
   is running Win98. They are both connected to a cablemodem via a
   10BaseT hub.  They both have their own separate static IP addresses.
   How can I make my Linux box talk to my Win98 box  (I'd like to mount
   the filesystem) and conversely, how do I get the Win 98 box to talk
   to my Linux box.

snip

 Finding out my IP addresses is very simple
 --they are written down!  :-)
 Actually, I have memorized both of them.   The important thing is
 that both machines can ping each other (I tried it;it works)  There's
 about a 1ms delay.
 So where do I go from here?

OK, since Windows cannot do normal networking (it only does
"Microsoft Networking"), you have to do two things.

1. Set up the Linux box to do MS Networking.  This is called
Samba.

2. Set up the MS box to do MS Networking.  You can find good
instructions for this in the http://www.annoyances.org site,
under 'networking shmetworking" or something like that.

My suggestion is you boot your Linux box into Windows 95/98
for a short time, and verify that they both can network each
other.  You then take down the MS component and reboot it into
Linux.  Since the remaining Windows box is now known to work,
you can tweak the Linux box until it plays Bill Gates' tune.

There are numerous documents, books, HOWTO's etc. on Samba
and Linux-Windows connectivity.  Are you familiar with HOWTO's?
There is a fairly up to date collection of them in your 
Mandrake CD.  Look them over, a few of them will apply to your
situation.

Make sure the boxes can ping each other by NAME as well as by
IP address.  This generally entails having an /etc/hosts
file in the Linux box, and a C:\WINDOWS\hosts file in the 95/98
box.


-- 
Ramon Gandia = Sysadmin  Nook Net
http://www.nook.net  [EMAIL PROTECTED]
285 West First Avenue   tel. 907-443-7575
P.O. Box 970fax. 907-443-2487
Nome, Alaska 99762-0970 == Alaska Toll Free. 888-443-7525



Re: [newbie] networking

1999-07-19 Thread Civileme


There is also a patch to the system registry for 98. Iwill
make it available tomorrow. It enables plain text passwords.
Samba requires them and 98 is set up to encrypt (could it have been
planned?)

Dan Brown wrote:
From: Lloyd Osten [EMAIL PROTECTED]>
> So where do I go from here?
 That they can ping is good. Where you need
to go from here is to
set up Samba, which will let your win98 box see files/printers/etc
on
your Linux box, and smbclient, which will do the same for your Linux
system. There's an excellent step-by-step guide to setting up
Samba;
I'll try to e-mail it when I get home from work tonight.

--
Civileme Say:

"One who buys dual scan display soon gains Optometrist for best friend."



[newbie] Networking with Mandrake (help!)

1999-06-25 Thread Anonymous

I have a working two computer network with file, print, and internet sharing in 
Windows. I would like to have the same thing in Linux, but I know almost nothing about 
networking in Linux. Both computers have 2 NIC cards. My internal IP is 
192.168.244.132 and the other computer has an IP of 192.168.244.131. 
The card type is an "NDC 10/100 Fast Etherent PCI (MX-A)(MX987x5)". That is what shows 
in the Windows Network Control Panel. What are the steps that I would need to take to 
get a working two computer network in Linux with file, print, and internet sharing? My 
computer switches between Windows 98 and Mandrake 6.0. The other computer is only 
Windows 98. Will Linux see the other Windows computer and will the other windows 
computer see my Linux computer? Thanks a whole lot! 

The Webmonkey 
[EMAIL PROTECTED]




Free web-based email, anytime, anywhere! 
ZDNet Mail - http://www.zdnetmail.com



Re: [newbie] Networking with Mandrake (help!)

1999-06-25 Thread Anonymous

I have installed linux several times.  This procedure always works.
1. Edit /etc/smb.conf and change the following
 MAKE SURE that the line "workgroup = MYGROUP' is CHANGED to be
"workgroup = (what ever you have in windows under workgroup in
settings-control panel-network-identification"
2. Change the line 'security = user' to security = share'
3. Uncomment (take out the semi-colon) the section that looks like
this:
;[public]
;path = /home/samba
;public = yes
;writable = yes
;printable = no
4. If you want your whole linux machine to show up in windows, change
the above "path = /home/samba" to 'path = /", otherwise, only the
/home/samba directory will be available to windows.
5. Shutdown and restart samba or reboot you linux machine and it will
be visible in windows network neighborhood.



On Fri, 25 Jun 1999 09:06:51 -0700, Jason Riesa wrote:

I have a working two computer network with file, print, and internet sharing in 
Windows. I would like to have the 
same thing in Linux, but I know almost nothing about networking in Linux. Both 
computers have 2 NIC cards. My 
internal IP is 192.168.244.132 and the other computer has an IP of 192.168.244.131. 
The card type is an "NDC 10/100 Fast Etherent PCI (MX-A)(MX987x5)". That is what 
shows in the Windows 
Network Control Panel. What are the steps that I would need to take to get a working 
two computer network in 
Linux with file, print, and internet sharing? My computer switches between Windows 98 
and Mandrake 6.0. The 
other computer is only Windows 98. Will Linux see the other Windows computer and will 
the other windows 
computer see my Linux computer? Thanks a whole lot! 

The Webmonkey 
[EMAIL PROTECTED]




Free web-based email, anytime, anywhere! 
ZDNet Mail - http://www.zdnetmail.com






Re: [newbie] Networking with Mandrake (help!)

1999-06-25 Thread Anonymous

Ok. Now what drivers do I use for my ethernet card? The autoprobe in the installation 
said it was a tulip card. I don't know what that is, but my card is an NDC 10/100 PCI 
card. After I went into Linux it seemed fine until every 10 seconds it kept popping up 
messages in the console saying something like "eth0 blah blah blah retrying" Are 
there any generic ethernet drivers available? And is it possible to share the internet 
connection from windows with my linux computer. Thanks.

The Webmonkey
[EMAIL PROTECTED]


Free web-based email, anytime, anywhere! 
ZDNet Mail - http://www.zdnetmail.com



Re: [newbie] Networking with Mandrake (help!)

1999-06-25 Thread Anonymous

Your card use's the tulip driver. 
Go into netcfg and enter your machines IP address and the DNS.


On Fri, 25 Jun 1999 11:20:03 -0700, Jason Riesa wrote:

Ok. Now what drivers do I use for my ethernet card? The autoprobe in the installation 
said it was a tulip card. I 
don't know what that is, but my card is an NDC 10/100 PCI card. After I went into 
Linux it seemed fine until every 
10 seconds it kept popping up messages in the console saying something like "eth0 blah 
blah blah retrying" 
Are there any generic ethernet drivers available? And is it possible to share the 
internet connection from windows 
with my linux computer. Thanks.

The Webmonkey
[EMAIL PROTECTED]


Free web-based email, anytime, anywhere! 
ZDNet Mail - http://www.zdnetmail.com






<    1   2   3