Skupna raba prek omrežja

In this screen you can choose between several tools for sharing drives and directories. Click on a link below to learn more.

Dostopajte do diskov in map, ki so v skupni rabi prek SMB (računalniki z Windows)

diskdrake --smb

Predstavitev

This tool[35] allows you to declare which shared directories to be accessible to all users on the machine. The protocol used for this is SMB which has been popularized on Windows(R) systems. The shared directory will be available directly at boot. Shared directories can be also accessed directly in a single session by a user with tools such as file browsers.

Before starting the tool, it is a good idea to declare the names of available servers, for example with “Definicije gostiteljev”

Procedura

Select search servers to obtain a list of servers who share directories.

Click on the server name and on > before the server name to display the list of the shared directories and select the directory you want to access.

The Mount point button will become available, you have to specify where to mount the directory.

After choosing the mount point, it can be mounted with the Mount button. You can also verify and change some options with the Options button.

In options, you can specify the user name and the password of those able to connect to the SMB server. After mounting the directory, you can unmount it with the same button.

After accepting the configuration with the Done button, a message will ask "Do you want to save the /etc/fstab modifications". Saving, will allow directory to made available at each boot, if the network is accessible. The new directory is then available in your file browser, for example in dolphin.

Dajte diske in mape v skupno rabo prek Sambe

draksambashare

Predstavitev

Samba is a protocol used in different Operating Systems to share some resources like directories or printers. This tool allows you to configure the machine as a Samba server using the protocol SMB/CIFS. This protocol is also used by Windows(R) and workstations with this OS can access the resources of the Samba server.

Priprava

To be accessed from other workstations, the server has to have a fixed IP address. This can be specified directly on the server, for example with “Omrežno središče”, or at the DHCP server which identifies the station with its MAC-address and give it always the same address. The firewall has also to allow the incoming requests to the Samba server.

Čarovnik - samostojni strežnik

At the first run, the tools [36] checks if needed packages are installed and proposes to install them if they are not yet present. Then the wizard to configure the Samba server is launched.

In the next window the Standalone server configuration option is already selected.

Then specify the name of the workgroup. This name should be the same for the access to the shared resources.

The netbios name is the name which will be used to designate the server on the network.

Izberite varnostni način:

  • Uporabnik: za dostop do vira se mora odjemalec overiti

  • Deljenje: za vsak vir v skupni rabi se odjemalec overi posebej

You can specify which hosts are allowed to access the resources, with IP address or host name.

Specify the server banner. The banner is the way this server will be described in the Windows workstations.

The place where Samba can log information can be specified at the next step.

The wizard displays a list of the chosen parameters before you accept the configuration. When accepted, the configuration will be written in /etc/samba/smb.conf.

Čarovnik - glavni nadzornik domene

If the "Primary domain controller" option is selected, the wizard asks for indication if Wins is to support or not and to provide admin users names. The following steps are then the same as for standalone server, except you can choose also the security mode:

  • domain: provides a mechanism for storing all user and group accounts in a central, shared, account repository. The centralized account repository is shared between (security) controllers.

Določite mapo za skupno rabo.

Z gumbom Dodaj dobimo:

A new entry is thus added. It can be modified with the Modify button. Options can be edited, such as whether the directory is visible to the public, writable or browseable. The share name can not be modified.

Vnosi menija

When the list has at least one entry, menu entries can be used.

Datoteka|Zapiši nastavitve. Save the current configuration in /etc/samba/smb.conf.

Samba server|Configure. The wizard can be run again with this command.

Strežnik Samba|Ponovni zagon. The server is stopped and restarted with the current configuration files.

Strežnik Samba|Ponovno nalaganje. The configuration displayed is reloaded from the current configuration files.

Tiskalniki za skupno rabo

Samba also allows you to share printers.

Uporabniki Sambe

In this tab, you can add users who are allowed to access the shared resources when authentication is required. You can add users from “Uporabniki in skupine”

Dostopajte do diskov in map, ki so v skupni rabi prek NFS

diskdrake --nfs

.

Predstavitev

This tool[37] allows you to declare some shared directories to be accessible to all users on the machine. The protocol used for this is NFS which is available on most Linux or Unix systems. The shared directory will be thus available directly at boot. Shared directories can be also accessible directly in a single session for a user with tools such as file browsers.

Procedura

Select search servers to obtain a list of servers which share directories.

Click on the > symbol before the server name to display the list of the shared directories and select the directory you want to access.

The button Mount point will be available and you have to specify where to mount the directory.

After choosing the mount point, You can mount it. You can also verify and change some options with the Options button. After mounting the directory, you can unmount it with the same button.

On accepting the configuration with the Done button, a message will displayed, asking "Do you want to save the /etc/fstab modifications". This will make the directory available at each boot, if the network is accessible. The new directory is then available in your file browser, for example in Dolphin.

Dajte diske in mape v skupno rabo prek NFS

draknfs

Predpogoji

When the wizard[38] is launched for the first time, it may display the following message:

Potrebno je namestiti paket nfs-utils. Naj ga namestim?

After completing the installation, a window with an empty list is displayed.

Glavno okno

A list of directories which are shared is displayed. At this step, the list is empty. The Add button gives access to a configuration tool.

Sprememba vnosa

The configuration tool is labeled "Modify entry". It may be also launched with the Modify button. The following parameters are available.

Mapa NFS

Here you can specify which directory is to be shared. The Directory button gives access to a browser to choose it.

Dostop gostiteljev

Here you can specify the hosts that are authorized to access the shared directory.

NFS clients may be specified in a number of ways:

single host: a host either by an abbreviated name recognized be the resolver, fully qualified domain name, or an IP address

netgroups: NIS netgroups may be given as @group.

wildcards: machine names may contain the wildcard characters * and ?. For instance: *.cs.foo.edu matches all hosts in the domain cs.foo.edu.

IP networks: you can also export directories to all hosts on an IP (sub-)network simultaneously. For example, either `/255.255.252.0' or `/22' appended to the network base address.

Preslikava uporabnikov

map root user as anonymous: maps requests from uid/gid 0 to the anonymous uid/gid (root_squash). The root user from the client cannot read or write to the files on the server which are created by root on the server itself.

allow real remote root access: turn off root squashing. This option is mainly useful for diskless clients (no_root_squash).

map all users to anonymous user: maps all uids and gids to the anonymous user (all_squash). Useful for NFS-exported public FTP directories, news spool directories, etc. The opposite option is no user UID mapping (no_all_squash), which is the default setting.

anonuid and anongid: explicitly set the uid and gid of the anonymous account.

Napredne možnosti

Secured Connection: this option requires that requests originate on an internet port less than IPPORT_RESERVED (1024). This option is on by default.

Read-Only share: allow either only read or both read and write requests on this NFS volume. The default is to disallow any request which changes the filesystem. This can also be made explicit by using this option.

Synchronous access: prevents the NFS server from violating the NFS protocol and to reply to requests before any changes made by these requests have been committed to stable storage (e.g. disc drive).

Subtree checking: enable subtree checking which can help improve security in some cases, but can decrease reliability. See exports(5) man page for more details.

Vnosi menija

So far the list has at least one entry.

Datoteka|Zapiši nastavitve

Shranjevanje trenutnih nastavitev.

Strežnik NFS|Ponovni zagon

The server is stopped and restarted with the current configuration files.

Strežnik NFS|Ponovno nalaganje

The configuration displayed is reloaded from the current configuration files.

Dostopajte do diskov in map, ki so v skupni rabi prek WebDAV

diskdrake --dav

To orodje[39] je mogoče najti v Nadzorni plošči Mageje pod zavihkov Delitev omrežja, ki je označen Konfiguriraj WebDAV delnice.

Predstavitev

WebDAV je protokol, ki omogoča lokalno vzpostaviti imenik spletnega strežnika tako, da je viden samo kot lokalni imenik. Nujno je, da je daljinsko upravljalen stroj zadolžen za zagon WebDAV strežnika. Ni pa namen tega orodja, da omogoča konfiguracijo WebDAV strežnika.

Ustvarjanje novega vnosa

Prvi prikaz tega orodja nam razkrije že vnaprej nastavljene konfigurirane vnose, če so vnešene, ter Nov gumb. Uporabi ga za ustvariti nov vnos. Vstavi strežnikov URL v polje novega prikaza.

Nato boste prejeli prikaz z okroglim gumbom za izbiro dejanj. Nadaljuj z dejanjem Vzpostavi točko s klikom na OK potem, ko ste označili okrogli gumb, saj je tako Strežnik že nastavljen. To lahko kasneje popravite, če potrebujete.

Vsebina daljinske upravljalnega imenika bo dosegljiv preko vzpostavljene točke.

V naslednjem korak vas prosimo za vaše ime in geslo. Če potrebujete ostale možnosti, to lahko storite na naprednem prikazu.

Opcija Vzpostavi omogoča takojšnjo vzpostavitev dostopa.

After you accepted the configuration with the radio button Done, the first screen is displayed again and your new mount point is listed. After you choose Quit, you are asked whether or not to save the modifications in /etc/fstab. Choose this option if you want that the remote directory is available at each boot. If your configuration is for one-time usage, do not save it.



[35] To orodje lahko zaženete v ukazni vrstici z ukazom diskdrake --smb kot skrbnik.

[36] To orodje lahko zaženete v ukazni vrstici z ukazom draksambashare kot skrbnik.

[37] To orodje lahko zaženete v ukazni vrstici z ukazom diskdrake --nfs kot skrbnik.

[38] To orodje lahko zaženete v ukazni vrstici z ukazom draknfs kot skrbnik.

[39] To orodje lahko zaženete v ukazni vrstici z ukazom diskdrake --dav kot koren.


CC BY-SA 3.0
Uploaded on 02/07/2019
loading table of contents...