Re: [newbie] SAMBA why so dificult?

1999-07-26 Thread stephan schutter

This did not work... unfortunatley.

There is no 
;[public]
;path = /home/samba
;public = yes
;writable = yes
;printable = no

Mandrake 6.0 comes with linuxconf, is it not possible to share files and
printers using linuxconf? what is the procedure?


This is my smb.conf file:

# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors.
#
#=== Global Settings =
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = LINUX

# server string is the equivalent of the NT Description field
server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
printcap name = /etc/printcap
load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
;   printing = bsd

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest

# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
max log size = 50

# Security mode. Most people will want user level security. See
# security_level.txt for details.
security = user
# Use password server option only with security = server
;   password server = NT-Server-Name

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
;  encrypt passwords = yes
;  smb passwd file = /etc/smbpasswd

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#the encrypted SMB passwords. They allow the Unix password
#to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n 
*passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
;  username map = /etc/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
#   a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes

# Preferred Master causes Samba to force a local browser 

[newbie] SAMBA why so dificult?

1999-07-21 Thread stephan schutter



--  Forwarded Message  --
Subject: 
Date: Wed, 21 Jul 1999 05:46:56 -0500
From: stephan schutter [EMAIL PROTECTED]


Is there any one there that knows how to use linuxconf to set up windows
connectivity -- I have seen 3 MCSE people try for 2 hours! It should not, can
not be that impossible! 

All I want to do is share a couple of folders to everyone and access my user
folder in the nt box. I have Linux Mandrake 6.0 and I have run the update so
everything should be the latest supported version.

In nt the values are:
Domain: ASG
computer name: mandrake
wins: 209.240.84.14

Share : /home/ftp

I added this to the obvious places in linuxconf, and now it appears in the
brows list in the domain. However, when ever I double click on the icon in the
network neighbourhood i get the error: network path can not be found

It is there i can see it, ican ping it... 

I can log on from other windows machines... 

help!
stephan


___
Stephan Schutter[EMAIL PROTECTED]
--


___
Stephan Schutter[EMAIL PROTECTED]



Re: [newbie] SAMBA why so dificult?

1999-07-21 Thread Hidong Kim

Hi, Stephan,

Here's a really good samba installation guide
http://www.sfu.ca/~yzhang/linux/samba/index.html.  Good luck,



Hidong






stephan schutter wrote:
 
 --  Forwarded Message  --
 Subject:
 Date: Wed, 21 Jul 1999 05:46:56 -0500
 From: stephan schutter [EMAIL PROTECTED]
 
 Is there any one there that knows how to use linuxconf to set up windows
 connectivity -- I have seen 3 MCSE people try for 2 hours! It should not, can
 not be that impossible!
 
 All I want to do is share a couple of folders to everyone and access my user
 folder in the nt box. I have Linux Mandrake 6.0 and I have run the update so
 everything should be the latest supported version.
 
 In nt the values are:
 Domain: ASG
 computer name: mandrake
 wins: 209.240.84.14
 
 Share : /home/ftp
 
 I added this to the obvious places in linuxconf, and now it appears in the
 brows list in the domain. However, when ever I double click on the icon in the
 network neighbourhood i get the error: network path can not be found
 
 It is there i can see it, ican ping it...
 
 I can log on from other windows machines...
 
 help!
 stephan
 
 ___
 Stephan Schutter[EMAIL PROTECTED]
 --
 
 ___
 Stephan Schutter[EMAIL PROTECTED]



Re: [newbie] SAMBA why so dificult?

1999-07-21 Thread Suryo Mataram

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

  Is there any one there that knows how to use linuxconf to set up
windows
  connectivity -- I have seen 3 MCSE people try for 2 hours! It should
not, can
  not be that impossible!
 
  All I want to do is share a couple of folders to everyone and access my
user
  folder in the nt box. I have Linux Mandrake 6.0 and I have run the
update so
  everything should be the latest supported version.