peer to peer network

I have a peer to peer network set up with two desktop PC and two laptops, all running W98 I have installed Suse Linux 7 on my Desktop PC and now wish to join the peer to peer network. My network card is correctly configured in Linux, but I'm not sure what to do next My aims are to: 1 allow other users to have access to the printer attached to my PC 2 to give me access to files on other PCs 3 to give other users access to files on my PC any tips? So I have to set my PC up as a server and change the nature of the network? Julia

You need to install the samba paackage from the networking section , then edit/configure it (check the doc inthe /usr/shared/packages/samba) , then start them via yast /configure and set it to start samba , next reboot. You will also need to cjhange all your windows boxes to use non encrypted passwords.See the samba docs , there is a tool on the samba (www.samba.org that will do this for your I think) or you will need to install the encryption stuff. At 01:59 PM 1/12/2001 +0000, Julia Maddocks wrote:
I have a peer to peer network set up with two desktop PC and two laptops, all running W98
I have installed Suse Linux 7 on my Desktop PC and now wish to join the peer to peer network.
My network card is correctly configured in Linux, but I'm not sure what to do next
My aims are to:
1 allow other users to have access to the printer attached to my PC
2 to give me access to files on other PCs
3 to give other users access to files on my PC
any tips? So I have to set my PC up as a server and change the nature of the network?
Julia
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com
Also check the FAQ at http://www.suse.com/support/faq

Samy Elashmawy wrote:
You need to install the samba paackage from the networking section , then edit/configure it (check the doc inthe /usr/shared/packages/samba) , then start them via yast /configure and set it to start samba , next reboot. You will also need to cjhange all your windows boxes to use non encrypted passwords.See the samba docs , there is a tool on the samba (www.samba.org that will do this for your I think) or you will need to install the encryption stuff.
Hi Julia, adding to Samys explanations, make sure you use TCP/IP on the Windows machines as well. You can mount your Windows shares to the linux machine via "mount -t smbfs" ("man smbmount" should give you hints for that) One important thing is not to use spaces within the options field. mount -t smbfs //machinename/sharename /mountpoint -o password=sharepwd,rw could work. You'll have to play with the options... As to the encrypted passwords, it also works with encrypted passwords (see Samba docs) but if securety is no issue - it easier to use nonencrypted pwds for starters. Let us know how you get on... Juergen
At 01:59 PM 1/12/2001 +0000, Julia Maddocks wrote:
I have a peer to peer network set up with two desktop PC and two laptops, all running W98
I have installed Suse Linux 7 on my Desktop PC and now wish to join the peer to peer network.
My network card is correctly configured in Linux, but I'm not sure what to do next
My aims are to:
1 allow other users to have access to the printer attached to my PC
2 to give me access to files on other PCs
3 to give other users access to files on my PC
any tips? So I have to set my PC up as a server and change the nature of the network?
Julia
-- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\

Samy Elashmawy tapped away at the keyboard with:
You need to install the samba paackage from the networking section , then edit/configure it (check the doc inthe /usr/shared/packages/samba) , then start them via yast /configure and set it to start samba , next reboot. You will also need to cjhange all your windows boxes to use non encrypted passwords.See the samba docs , there is a tool on the samba (www.samba.org that will do this for your I think) or you will need to install the encryption stuff.
It's easy to set up samba for encrypted passwords; "out of the box". So there's no need to change the Windows configuration. Read the documentation and the notes in the configuration file. Start Samba without rebooting - use rcsmb after setting the configuration. Also, make sure that START_SMB is set to "yes" in /etc/rc.config Any changes in Samba configuration are "immediate". No need to restart services, no reboots.
At 01:59 PM 1/12/2001 +0000, Julia Maddocks wrote:
I have a peer to peer network set up with two desktop PC and two laptops, all running W98
I have installed Suse Linux 7 on my Desktop PC and now wish to join the peer to peer network.
My network card is correctly configured in Linux, but I'm not sure what to do next
My aims are to:
1 allow other users to have access to the printer attached to my PC
2 to give me access to files on other PCs
3 to give other users access to files on my PC
any tips? So I have to set my PC up as a server and change the nature of the network?
-- /"\ Bernd Felsche - Innovative Reckoning, Perth, Western Australia \ / ASCII ribbon campaign | I'm a .signature virus! | X against HTML mail | Copy me into your ~/.signature| / \ and postings | to help me spread! |

On Fri, Jan 12, 2001 at 01:59:12PM +0000, Julia Maddocks wrote:
I have a peer to peer network set up with two desktop PC and two laptops, all running W98
I have installed Suse Linux 7 on my Desktop PC and now wish to join the peer to peer network.
My network card is correctly configured in Linux, but I'm not sure what to do next
My aims are to:
1 allow other users to have access to the printer attached to my PC
2 to give me access to files on other PCs
3 to give other users access to files on my PC
any tips? So I have to set my PC up as a server and change the nature of the network?
You need to install samba on your Linux PC. It's in series n packages. -Kastus
participants (5)
-
Bernd Felsche
-
juergen.braukmann@ruhr-west.de
-
Julia Maddocks
-
kastus@tsoft.com
-
Samy Elashmawy