Skocz do zawartości

Uruchamianie I Konfigurowanie Samby


piotrino

Rekomendowane odpowiedzi

Pytanie brzmi. Masz dwie maszyny? Czyli Jedną z Windą a drugą z Fedorą? To Samba.

Jaśli masz jedną maszynę z dwoma systemami, to nie Samba.

Z Linuxa /etc/fstab z Windy pytaj kogoś innego. Nie jestem, aż tak doświadczony, by z Windy Linuxa poprawiać.

Mam Fedorę na której obecnie siedzę(fizyczny system na dysku) i na tej fedorze mam zainstalowany virtualbox na którym mam zainstalowany windowsa wirtualnego. Na fedorze chcę uruchomić sambę zeby udostępniała foldery, pliki z których ja będę przykładowo pobierał pliki z windowsa , którego mam zainstalowanego na virtualbox'e....

Próbowałem z windowsa(na virtualbox'e) połączyć się z sambą tzn wpisałem //SAMBA/pliki -dostałem odpowiedz nie nie znaleziono ścieżki sieciowej....

W pliku smbconf zmieniłem netbios na SAMBA

Ale wyczytałem w jednym linku link i dobre porady daje WalDO, zeby zmienić nazwę SAMBA na adres ip??? I z adresu próbowac....

 

P.S Spróbuję jutro, dziś mam dosć...WIelkie dzieki za wskazówki i pomoc....

POdaje nową konfigurację smbconf....

# 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
#
# For a step to step guide on installing, configuring and using samba, 
# read the Samba-HOWTO-Collection. This may be obtained from:
#  http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
#
# Many working examples of smb.conf files can be found in the 
# Samba-Guide which is generated daily and can be downloaded from: 
#  http://www.samba.org/samba/docs/Samba-Guide.pdf
#
# 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 made any basic syntactic errors. 
#
#---------------
# SELINUX NOTES:
#
# If you want to use the useradd/groupadd family of binaries please run:
# setsebool -P samba_domain_controller on
#
# If you want to share home directories via samba please run:
# setsebool -P samba_enable_home_dirs on
#
# If you create a new directory you want to share you should mark it as
# "samba-share_t" so that selinux will let you write into it.
# Make sure not to do that on system directories as they may already have
# been marked with othe SELinux labels.
#
# Use ls -ldZ /path to see which context a directory has
#
# Set labels only on directories you created!
# To set a label use the following: chcon -t samba_share_t /path
#
# If you need to share a system created directory you can use one of the
# following (read-only/read-write):
# setsebool -P samba_export_all_ro on
# or
# setsebool -P samba_export_all_rw on
#
# If you want to run scripts (preexec/root prexec/print command/...) please
# put them into the /var/lib/samba/scripts directory so that smbd will be
# allowed to run them.
# Make sure you COPY them and not MOVE them so that the right SELinux context
# is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts
#
#--------------
#
#======================= Global Settings =====================================

[global]
workgroup = DOM
; netbios name = SAMBA
server string = Samba
security = user
username map = /etc/samba/smbusers
interface = eth0
master = yes
preferred master = yes

; encrypt passwords = yes
; guest ok = no
; guest account = nobody
[homes]
path = /home/piotrino/pliki
username = piotrino
read only = no
guest ok = yes
; browseable = yes

[pliki]
path = /home/piotrino/pliki
writeable = yes
; browseable = yes
valid users = piotrino

[piotrino]
comment = piotrino
path = /home/piotrino/pliki




# ----------------------- Netwrok Related Options -------------------------
#
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
#
# server string is the equivalent of the NT Description field
#
# netbios name can be used to specify a server name not tied to the hostname
#
# Interfaces lets you configure Samba to use multiple interfaces
# If you have multiple network interfaces then you can list the ones
# you want to listen on (never omit localhost)
#
# Hosts Allow/Hosts Deny lets you restrict who can connect, and you can
# specifiy it as a per share option as well
#
workgroup = MYGROUP
server string = Samba Server Version %v

;	netbios name = MYSERVER

;	interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 
;	hosts allow = 127. 192.168.12. 192.168.13.

# --------------------------- Logging Options -----------------------------
#
# Log File let you specify where to put logs and how to split them up.
#
# Max Log Size let you specify the max size log files should reach

# logs split per machine
log file = /var/log/samba/log.%m
# max 50KB per log file, then rotate
max log size = 50

# ----------------------- Standalone Server Options ------------------------
#
# Scurity can be set to user, share(deprecated) or server(deprecated)
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.

security = user
passdb backend = tdbsam


# ----------------------- Domain Members Options ------------------------
#
# Security must be set to domain or ads
#
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
#
# Use password server option only with security = server or if you can't
# use the DNS to locate Domain Controllers
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *


;	security = domain
;	passdb backend = tdbsam
;	realm = MY_REALM

;	password server = <NT-Server-Name>

# ----------------------- Domain Controller Options ------------------------
#
# Security must be set to user for domain controllers
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
#
# 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 Logons let Samba be a domain logon server for Windows workstations. 
#
# Logon Scrpit let yuou specify a script to be run at login time on the client
# You need to provide it in a share called NETLOGON
#
# Logon Path let you specify where user profiles are stored (UNC path)
#
# Various scripts can be used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
#
;	security = user
;	passdb backend = tdbsam

;	domain master = yes 
;	domain logons = yes

# the login script name depends on the machine name
;	logon script = %m.bat
# the login script name depends on the unix user used
;	logon script = %u.bat
;	logon path = \\%L\Profiles\%u
# disables profiles support by specifing an empty path
;	logon path =          

;	add user script = /usr/sbin/useradd "%u" -n -g users
;	add group script = /usr/sbin/groupadd "%g"
;	add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"
;	delete user script = /usr/sbin/userdel "%u"
;	delete user from group script = /usr/sbin/userdel "%u" "%g"
;	delete group script = /usr/sbin/groupdel "%g"


# ----------------------- 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
#
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
#
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
;	local master = no
;	os level = 33
;	preferred master = yes

#----------------------------- Name Resolution -------------------------------
# Windows Internet Name Serving Support Section:
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
#
# - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server
#
# - WINS Server: Tells the NMBD components of Samba to be a WINS Client
#
# - WINS Proxy: Tells Samba to answer name resolution queries on
#   behalf of a non WINS capable client, for this to work there must be
#   at least one	WINS Server on the network. The default is NO.
#
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups.

;	wins support = yes
;	wins server = w.x.y.z
;	wins proxy = yes

;	dns proxy = yes

# --------------------------- Printing Options -----------------------------
#
# Load Printers let you load automatically the list of printers rather
# than setting them up individually
#
# Cups Options let you pass the cups libs custom options, setting it to raw
# for example will let you use drivers on your Windows clients
#
# Printcap Name let you specify an alternative printcap file
#
# You can choose a non default printing system using the Printing option

load printers = yes
cups options = raw

;	printcap name = /etc/printcap
#obtain list of printers automatically on SystemV
;	printcap name = lpstat
;	printing = cups

# --------------------------- Filesystem Options ---------------------------
#
# The following options can be uncommented if the filesystem supports
# Extended Attributes and they are enabled (usually by the mount option
# user_xattr). Thess options will let the admin store the DOS attributes
# in an EA and make samba not mess with the permission bits.
#
# Note: these options can also be set just per share, setting them in global
# makes them the default for all shares

;	map archive = no
;	map hidden = no
;	map read only = no
;	map system = no
;	store dos attributes = yes


#============================ Share Definitions ==============================

[homes]
comment = Home Directories
browseable = no
writable = yes
;	valid users = %S
;	valid users = MYDOMAIN\%S

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
;	[netlogon]
;	comment = Network Logon Service
;	path = /var/lib/samba/netlogon
;	guest ok = yes
;	writable = no
;	share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;	[Profiles]
;	path = /var/lib/samba/profiles
;	browseable = no
;	guest ok = yes


# A publicly accessible directory, but read only, except for people in
# the "staff" group
;	[public]
;	comment = Public Stuff
;	path = /home/samba
;	public = yes
;	writable = yes
;	printable = no
;	write list = +staff

czy jest dobrze skonfigurowany?

Odnośnik do komentarza
Udostępnij na innych stronach

  • Odpowiedzi 69
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Wygląda na to,że ustawienia OK.

 

Z Windy daj Panel Sterowania, tam gdzieś w ustawieniach sieci jest opcja: Dodaj nowe miejsce sieciowe. I powinno być OK. To co udostępnisz w Windzie bedzie w: Miejsca -> Sieć.

 

Zakładając, że masz GNOME.

 

W tym samym miejscu, co widzisz pliki Windy, czy Wirtual, czy Real powinny być katalogi udostępnione przez Ciebie w Sambie.

 

Odnośnik do komentarza
Udostępnij na innych stronach

Wygląda na to,że ustawienia OK.

 

Z Windy daj Panel Sterowania, tam gdzieś w ustawieniach sieci jest opcja: Dodaj nowe miejsce sieciowe. I powinno być OK. To co udostępnisz w Windzie bedzie w: Miejsca -> Sieć.

 

Zakładając, że masz GNOME.

 

W tym samym miejscu, co widzisz pliki Windy, czy Wirtual, czy Real powinny być katalogi udostępnione przez Ciebie w Sambie.

Daję z windy polecenie "Dodaj nowe miejsce siecowe" w kreatorze dodawania miejsac sieciowego wpisuję \\SAMBA\pliki -dostaję komunikat że wprowadzony folder jest nieprawidłowy

Hm......

W pliki smbconf netbios-SAMBA , a w home/piotrino/pliki mam folder pliki..

Gdzie tu jest błąd.....

 

P.S Czy ten folder "pliki" muszę jeszcze udostępnić(jak w windowsie się robi udostępnienie folderu)....?

Ten folder tylko utworzyłem i sciezkę do niego dałem w pliku smb.conf...

I jeszcze jedno piszesz ze plik konfiguracyjny jest niby "OK" ale dlaczego nie mogę go uruchomić z lini konsoli?

 

[root@localhost /]# tesparm /etc/samba/smb.conf
bash: tesparm: command not found
[root@localhost /]# testparm /etc/samba/smb.conf
Load smb config files from /etc/samba/smb.conf
Unknown parameter encountered: "interface"
Ignoring unknown parameter "interface"
Unknown parameter encountered: "master"
Ignoring unknown parameter "master"
Processing section "[homes]"
Processing section "[pliki]"
Processing section "[piotrino]"
Global parameter workgroup found in service section!
Global parameter server string found in service section!
Global parameter log file found in service section!
Global parameter max log size found in service section!
Global parameter security found in service section!
Global parameter passdb backend found in service section!
Global parameter load printers found in service section!
Processing section "[homes]"
Processing section "[printers]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
workgroup = DOM
server string = Samba
username map = /etc/samba/smbusers
preferred master = Yes

[homes]
comment = Home Directories
path = /home/piotrino/pliki
username = piotrino
read only = No
guest ok = Yes
browseable = No

[pliki]
path = /home/piotrino/pliki
valid users = piotrino
read only = No

[piotrino]
comment = piotrino
path = /home/piotrino/pliki
cups options = raw

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[root@localhost /]# service smb start
Uruchamianie usług SMB: 
[root@localhost /]# 

 

Myślę że problem jest w uruchomieniu samby, nie wiem czy dobrze mi się uruchamia samba, komendy do uruchamiania samby daję chyba dobrze....?

 

UDAŁO MI SIĘ!!!!! :D :D :D :D Poszukałem na google i zmieniłem międzyinnymi plik smb.conf na:

[root@localhost samba]# service smb start
Uruchamianie usług SMB: 
[root@localhost samba]# service nmb start
Uruchamianie usług NMB:                                    [  OK  ]
[root@localhost samba]# service smb start
Uruchamianie usług SMB: 
[root@localhost samba]#

Moja nowa konfiguracja:

[global]
workgroup = DOM
server string = Komputer z linuxem
netbios name = samba
guest account = nobody
security = share
password level = 8
username level = 8
smb password file = /etc/samba/smbpasswd


[pliki]
path = /home/piotrino/pliki
read only = no
guest ok = yes
writeable = yes
browseable = yes
valid users = piotrino
[piotrino]
comment = piotrino
path = /home/piotrino/pliki
read only = no
guest ok = yes

W kreatorze dodawania miejsca sieciowego dodałem scieżke: \\samba\pliki i foldery mi się ukazały.... :rolleyes: , ale jak chciałem w nie wejść to przy wejsciu na samba/Gość woła o hasło....hm...hasło ustawiałem na windowsie na Gość ale one nie działa.....Nie wiem dlaczego?

Ale i tak jestem bardzo zadowolony, że tyle mi się do przodu posunęło....J :D :D :D :D

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

scieżke: \\samba\pliki i foldery mi się ukazały....

 

Z tego posta widze, że jesteś Windowsiarzem, bez obrazy oczywiście. Jeśli się myle to od razu PRZEPRASZAM.

Mój pónkt widzeia z slash

w Windzie \

w Linuxie /

Odnośnik do komentarza
Udostępnij na innych stronach

Z tego posta widze, że jesteś Windowsiarzem, bez obrazy oczywiście. Jeśli się myle to od razu PRZEPRASZAM.

 

Hm....a czy to wstyd być jak to określiłes "WINDOWSIARZEM"....Przesadzasz!!! Ja jestem typem człowieka który lubi poznawać i siedzieć w kilku systemach.....Wczesniej miałem debiana,mandriva, a obecnie operuje na fedorze i windowsie, i niedługo dojdzie do testowania przeze mnie WIN7.....Dla ciebie bo może "obraza" byc windowsiarzem ale nie dla mnie....U mnie informatyka to rozległa dziedzina, i trzeba być ze wszystkim na bieząco(lub choć starać sie)....

 

Mój pónkt widzeia z slash

 

PUNKT

Odnośnik do komentarza
Udostępnij na innych stronach

Panowie, bez "flame war".

Każdy korzysta z takiego systemu jaki lubi, jakiego potrzebuje, w jakim najlepiej się czuje (ale mi się rymuje :) ), więc proszę o wzajemny szacunek.

OK no problem!

WalDo mam prosbę spójrz w przedostatni mój post, ładnie przez kreatora dodawania miejsca sieciowego przez ściezke: \\samba\pliki widzi mi foldery ale nie moge do nich wejść...czy coś w konfiuguracji pliku smb.conf namieszałem??? Łącze się z sambą ale muszę wpisać hasło, wpisywałem te hasło co utworzyłem w windowsie na koncie Gość ale nie pasuje.... <_<

Odnośnik do komentarza
Udostępnij na innych stronach

Hm....a czy to wstyd być jak to określiłes "WINDOWSIARZEM"....

 

Nie chodzi mi o obraze. Dałem "Windowsiarze" w cudzysłowiu dla tego, gdyż to nie wprost. Dzisiaj poznałem określenie leniwi linuxiarze to jest dla mnie porównywalne. Nie dla obrazy lecz dla określenia user'a. Jesteś TU więc nie jesteś 100 % windowsiarzem.

szukasz alternatywy.

Raczej Łindołsiażem. To by było wprost :D

 

PÓNKT

 

Za To duże Sorki. aż taki błąd??????????? :lammer:

Nie jestem analfabetą a jednak stało się, bez myślenia, beż sprawdzania.

Odnośnik do komentarza
Udostępnij na innych stronach

Za To duże Sorki. aż taki błąd??????????? :lammer:

Nie jestem analfabetą a jednak stało się, bez myślenia, beż sprawdzania.

 

Ok, no problem.

 

P.S Prosba do WalDo

 

WalDo mam prosbę spójrz w poprzednie ostatnie moje posty, ładnie przez kreatora dodawania miejsca sieciowego dodałem miejsce sieciowe przez ściezke: \\samba\pliki widzi mi foldery ale nie moge do nich wejść...czy coś w konfiuguracji pliku smb.conf namieszałem??? Łącze się z sambą ale muszę wpisać hasło, wpisywałem te hasło co utworzyłem w windowsie na koncie Gość ale nie pasuje.... dry.gif

Go to the top of the pageReport Post

 

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

Każdy korzysta z takiego systemu jaki lubi, jakiego potrzebuje,

 

Nie chodzi o obrażanie kogoś.

 

Jeśli Ktoś posiadający Winde przyjdzie TU to już chwała MU za krok do przodu. Nie musi zostać przy Linuxie lecz wystarczy, że próbował. Ma doświadczenie większe niż Ci co piraty Windy mają i się wywyższają. Pojęcie Linux tylko z gazet lub z netu mają a wszystko wiedzą. Każdy z nas z Windą kiedyś walczył a Ci zagorzali to Ci co Winde mają, gdyż ktoś im zainstalował, ponieważ jest to dla nich za trudne. To więc jeśli z Windą nie dają rady, to co dopiero z Linuxem. Nieważne czy Fedora, czy Ubuntu. Instalacja prosta, konfiguracja, to inna bajka.

 

Odnośnik do komentarza
Udostępnij na innych stronach

Łącze się z sambą ale muszę wpisać hasło, wpisywałem te hasło co utworzyłem w windowsie na koncie Gość ale nie pasuje....
Utwórz użytkownika samby na linuksie
smbpasswd -a jakis_tam_user

i to jego nazwę i hasło podawaj w Windows. Szczegóły "man smbpasswd".

 

Nadal nie czytasz dokumentacji tylko chcesz pójść na skróty - tak się nie da, przynajmniej na początku trzeba trochę poczytać.

 

Odnośnik do komentarza
Udostępnij na innych stronach

Utwórz użytkownika samby na linuksie
smbpasswd -a jakis_tam_user

i to jego nazwę i hasło podawaj w Windows. Szczegóły "man smbpasswd".

 

Nadal nie czytasz dokumentacji tylko chcesz pójść na skróty - tak się nie da, przynajmniej na początku trzeba trochę poczytać.

 

OK zrobiłem tak jak mówisz wpisałem w konsoli fedory smbpasswd -a piotrino i dwa razy haslo...

Problem w tym ze w windowsie jak się łączę z sambą nie mogę zmienić uzytkownika(mam wpisane jakby na stałem samba\Gośc), hasło mogę zmienić ale to nic nie daje......Na razie wyąłczyłem konto Gość w windowsie(czy musi być włączone z hasłem?)

 

Odnośnik do komentarza
Udostępnij na innych stronach

System -> Administracja -> Samba

Dodaj udział. Wskazujesz katalog i zaznaczasz: widoczny lub zapisywalny. Potem z Windy Dodaj nowe miejsce sieciowe. I w Windzie widoczne. Jeśli coś nie tak to nie masz wszystkich składników.

 

yum install samba\* amanda

 

i .... patrz wyżej. Jeśli nie zacznie działać, to trudno. Temat mnie przerasta. U mnie śmiga. Drugi komp z Windą widzi, to co udostępnie. Teraz nie mam Wirtualnego systemu lecz jakiś czas temu stawiałem Windows XP na Linuxie exksperymentalnie i wszystko było OK.

Używałem VMware. Trzeba było zaznaczyć możliwość łączenia z siecią.

 

[EDIT]

 

Jeszcze jedna sprawa. Potem Właściwości udostępnionych zasobów wyjdzie:

Edytuj udział Samby -> Dostęp

zaznacz: Pozwól wszystkim na dostęp.

O tym zapomniałem a to ważne. Sorki.

 

[EDIT]

 

Jakiego masz Windowsa. Są dziwne odmiany XPka. np. Windows Fast, W. MMX, W. 2009.

Windows Fast przekombinowany. Ja nie dałem rady z jego poziomu ani udostępnić ani zobaczyć udostępnionych zasobów w sieci. Jeśli posiadasz takowy i uda Ci się proszę o sposób.

Edytowane przez ViQiX
ortografia
Odnośnik do komentarza
Udostępnij na innych stronach

Witam!!!!! Udało się, znowu pobawiłem się w konfigurację w pliku smb.conf i teraz wchodzę bez zadnych problemów w folder pliki.....bez wpisywania użytkownika i hasła....Jednak "wujek google" pomógł mi znowu :lol: . Dziękuję Wam za pomoc a szczególnie WalDo :D :D. Teraz to wiem przynajmniej jak się konfiguruję sambę i jak udostępnić foldery....Wielkie dzięki. Sprzyda mi sie to na przyszłośc jak będę tworzył sieć lokalną + serwer na linuksie(samba):D. Małe pytanie czy w kazdej wersji (_linuxa_ → Linuksa) ORT konfiguruję sambę w pliku smb.conf???Pozdrawiam serdecznie

Odnośnik do komentarza
Udostępnij na innych stronach

System -> Administracja -> Samba

Dodaj udział. Wskazujesz katalog i zaznaczasz: widoczny lub zapisywalny. Potem z Windy Dodaj nowe miejsce sieciowe. I w Windzie widoczne. Jeśli coś nie tak to nie masz wszystkich składników.

U mnie na fedorze nie mam dojścia(tylko przez konsole z lini poleceń ja uruchamiam) System -> Administracja -> Samba

hm...a nie ma nakładki graficznej na sambę...

 

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się

×
×
  • Dodaj nową pozycję...