Networking :: Share A Folder On Centos To Use Via Windows Clients

Mar 3, 2010

i have Centos 5.3 installed with TXT mode i want to create and share one folder to be accesible to me from the network, to download and share files into it with my Host, i created the folder but dont know how to share it,

View 6 Replies


ADVERTISEMENT

Ubuntu Networking :: Way To Quickly Share Files With Windows Clients On The LAN

Dec 13, 2010

Here I am editing /etc/samba/smb.conf and trying to remember what I should chmod the directory and the files to, then I think to myself there's probably an easier way. That way should be clear to the user.

There's dropbox and Ubuntu one but these are something slightly different, these sorts of things involving a cloud service or something needing to download to Windows clients, which is not what we want if we don't have an internet connection. So, is there a better way? Something to aide making smb.conf and permissions perhaps?

View 1 Replies View Related

CentOS 5 :: Can't Access Samba Share Folder From Windows

Feb 25, 2010

i did install and configure samba buy google tutorials. I can ping the centos box from windows but cannt access folder which is on centos. I can ping the machine.

View 9 Replies View Related

Server :: Make Read Only Share Folder With No Printout Access To Clients On System?

Nov 29, 2010

Actually i have to make one share folder on linux in such way that user should only read the documents from shared folder and they should not take prints of that folder.could any one telme what server i should use.?samba or nfs?how can i stop client users to stop taking prints from that shared folder.

View 3 Replies View Related

Ubuntu Networking :: Accessing Folder Within Windows Share

Feb 15, 2011

I'm trying to figure out a good way to access a folder within a Windows share from an Ubuntu 10.04 computer. I work at a school which uses a Windows network. Each class has one login and a folder for their work. All the folders are in one Windows share called //fses/class$. Each class does not have access to //fses/class$ (otherwise a student from one class would be able to access another class's folder) - they only have access to their own folder e.g. //fses/class$/3b.

When I try to access a class's folder from an Ubuntu computer I get an error that //fses/class$ cannot be accessed. I've got around it for the moment by using a teacher's credentials, but that's not ideal because then the students have access to other classes' work. I also tried using the 'mount' command e.g.
sudo mount -t smbfs -o username=3b,password=**** //fses/class$/3b /media/3b

This did work (although I know it'd be better to use cifs and a credentials file), but only a 'superuser' can do it, and it mounts the folder for all users. I could also give the students superuser permission for the mount command, but this seems like giving them more permission than should really be necessary. Is there any way for a user who is not a superuser to access the folder? I'd like to use something like this.
nautilus username=3b,password=**** smb://fses/class$/3b

View 9 Replies View Related

Fedora Networking :: Easily Share A Folder With A Windows Computer In 15?

Jun 18, 2011

Was trying out Fedora 15 but could figure out something: How do I share a folder?

When doing some Googling all I could find were forum posts on how to manually configure samba with smb.conf (a place I refuse to go, its 2011 people), and gnome-user-share which only shares ~/Public and doesn't show up on my Windows computer.

I do know that at least in Ubuntu 10.10 with Gnome 2 all I had to do was right click on a folder at click Sharing. I'm looking for similar ease of use in Fedora.

View 1 Replies View Related

Ubuntu Networking :: Mount Windows User Share Folder At Login?

Sep 29, 2010

i need to always mount the user share of my Windows server at Ubuntu login.

This is my server struture:

Server
|-Group1
| |-user1
|
|-Group2
|-user2

ive found that i need to configure pam mount and i have this example:

<volume user="user" fstype="smbfs" server="krueger" path="public"
mountpoint="/home/user/krueger" >

but i dont know what to change relative to my server folder struture.

View 9 Replies View Related

Ubuntu Networking :: Shared Folder Not Visible / Error: Failed To Mount Windows Share?

Jan 2, 2010

I have two computers running Ubuntu 9.10, both have one shared folder. These were set up via Nautilus.

On computer 1 I can see and use the shared folder of computer 2 just fine.

On computer 2 I can NOT see the shared folder of computer 1 anymore since recently. I has worked in the past.

Some more information: the name of computer 1 is "daniel", the share name is "gedeeld". So the address of the shared folder of computer 1 would be smb://daniel/gedeeld/
Opening this address in Nautilus works fine on computer 1 (that shares the folder), but results in an error on computer 2.

Error: failed to mount Windows share. Please select another viewer and try again.

View 1 Replies View Related

Ubuntu Servers :: Create Samba File Share To Windows Domain Clients?

Apr 28, 2010

I feel ashamed for even asking this, since it seems like there's about 3 samba questions here every day. However after an hour of searching, I keep finding strange variants that aren't what I need.

My Goal: Create a single file share on an Ubuntu Server - share it via samba to Windows clients that are on a domain with active directory. It sure would be nice if AD authentication would work - so users don't have to type in a linux user/passsword each time they want to access the share.

In my adventures, I've found the following items (which may overlap)

1. Joining the server to a Windows Domain

2. Turning the server into a Windows Domain Controller

3. Authentication with LDAP (still not quite sure how/what this would do)

4. Stuff with Kerberos

5. Lots of people bickering about Samba 3/4 & how it's impossible to make Samba a PDC.

I'm not sure if I need to make the ubuntu server a domain controller or not...all I want to do is create a file share and share it on the domain...I don't need to make the ubuntu server a domain controller for that, right? Maybe just a member? Maybe nothing at all?

I guess if I want to authenticate stuff correctly (or forward authentication requests? Not sure), I probably need to join the ubuntu server to the domain...I think.

But let's say I do join it to the domain...then how to I create a file share that is authenticated via active directory rather than a local ubuntu server account? I see a dozen guides on joining the server to the domain, but nobody ever mentions sharing the folder over the domain.

The lines are also blurred between joining Ubuntu to the domain and making it a domain controller. What should I keep an eye out to avoid in these tutorials?

I get lost between the Kerberos/LDAP/Samba/WinBind etc...and I have a feeling I don't need all of these for something this simple.

View 1 Replies View Related

CentOS 5 Networking :: Windows Permissions On Samba Share?

Apr 30, 2009

I have set up a Samba share via my CentOS 5 server (the samba share is actually a mounted filesystem, not local machine space). I have been successful in adding permissions for my windows users within the smb.conf, but have an additional need that I cannot figure out. I would like for my Windows administrators to be able to create folders and assign permissions from their machines (and their Windows GUI). Ultimately I need the folders on the Samba share to behave correctly when Windows group permissions are applied by these administrators.

When the folders are created, the "Everyone" identity cannot be deleted and sometimes "Creator Owner" or "Creater Group" show up. I have seen several threads start down this path, but haven't seen a definite answer (I may have just missed it!).

View 1 Replies View Related

CentOS 5 Networking :: Samba Share Not Accessible From Windows Machine?

Feb 13, 2010

I have Linux installed on one machine with samba running and a second machine running XP. They are going through my router and I am using the same username/passwords for both machines and I have even gone to the point of allowing access to everyone for the share I created and the worgroup in samba is MSHOME just like my XP machine. When I view (or search) my workgroup computers my Linux machine shows up and so do the shares I created but when I try to open them I just get a message that permission is denied and I may not have permission to use this resource. I even tried setting access to the shared folder to 777 but still I can't open this share. Has anyone got any idea of why this is?

View 3 Replies View Related

Ubuntu Networking :: Way To Share Folder From Machine To Windows Machine

Aug 28, 2010

I am trying to establish the easiest way to share a folder from an Ubuntu machine to a Windows machine.In the past I have added things to smb.conf and that has all worked fine but what I am trying to do is to figure out what the "new user" way of doing this is so that when I am helping other people I know I am getting them to do the simplest thing.I completely removed samba and reinstalled it so that I didn't have any configuration. Right clicked on a folder and selected "Sharing Options" ticked the "Share this folder box" gave it a name and a comment and ticked the other two boxes.

When I went to the windows laptop then it kept asking for a username/password and nothing worked.Back on the ubuntu machine I did sudo smbpasswd -a [username] and created a blank password. Now from the windows machine I can access the shared folder.Is the smbpasswd step still required? It's very confusing for a new user as there is no suggestion that anything other than right clicking on the folder and choosing the options you want would be required. Is it something to do with the fact that this is an ubuntu machine that has gradually been upgraded through versions and this problem wouldn't have been there from a new install?

View 3 Replies View Related

CentOS 5 :: Can't Access Internet From Windows XP Clients / Enable This?

Jan 3, 2011

I am stepping into Linux world ...and I have chosen CentOS.
I have installed CentOS 5.5 on a dedicated IBM server successfully. My server has two network cards. I have configured eth0 for lease line internet connection with a live IP (113.xxx.xxx.xxx) and eth1 for local LAN with a static IP (192.168.0.1).

Now,
1. DHCP is working fine and I can access the server from my Windows XP clients.
2. I can access the server with SSH client PuTTY from home ( with the live IP ) and from the local LAN (with static IP 192.168.0.1)
3. I can access my shared server directory 'public' from my XP clients
4. Internet is working on sever and I have updated the server with yum update.

But, I cannot access internet from my XP clients machines.

I read "The Definitive Guide to CentOS" and tweaked the config files in different ways but it did not help. now after two sleepless nights I am here as my last hope.

I admit, I am not aware of every linux terms and commands, but I am getting into it. code...

View 8 Replies View Related

CentOS 5 Server :: Centralized Storage For Windows And Clients?

May 26, 2011

I have setup openldap and samba for authenticating Windows and Linux clients on my server. They are working fine. Windows users are getting authenticated through server as Primary Domain Controller and Linux clients directly from Openldap directory. But I have little problem that is I want to mount home folders created on server to be available on clients so clients get a centralized storage with some quota on both Linux and Windows clients. Can you help me please how can I do that.

View 3 Replies View Related

OpenSUSE :: Mount A Windows Share Into A Folder?

Sep 21, 2010

Is there a way to mount a Windows Share into a Linux folder? I'm using OpenSuSE 11.1.

View 4 Replies View Related

General :: Share A Folder In Mint 9 With Windows 7?

Jul 14, 2010

i want to make a samba server in linux mint 9.....i want to share a folder in linux mint9 with windows 7 ....i think samba is the only option in linux where we can share a folder as mapped network drive with windows.....is there any 1 who tell me the whole procedure for d same......pls help me out...linux mint always open with user accounto root account....samba needed a root account or is it okie with user account?

View 3 Replies View Related

General :: Windows SMBClient - How To Share Folder

Jun 5, 2011

In this tutorial I have shown how we can share a folder from Windows to Linux, [URL]. The author of the video is not responsible if something is broken.

View 3 Replies View Related

Ubuntu :: Windows Network / Cannot Create Folder On Share?

Jan 20, 2010

We have a storage server here running Windows. I have full permission to my share, blah blah, whole 9 yards. When I'm on Ubuntu and connect to it, I cannot create a folder or paste any items in "my" folder unless I put it in a sub folder.\storagejason = cannot create folders.\storagejasonstuff = can create folders.So, I come here asking the obvious question: dubya tee eff??

View 1 Replies View Related

Ubuntu :: Can't Permanently Mount A Windows Share Folder?

Jan 7, 2011

I'm successfully accessed a local Windows Share folder with the "Places --> Connect to Server" tool, but I can't figure out how to get it permanently mounted so that I don't have to keep logging in every time I boot up. I understand that the solution is supposed to involve adding a line to fstab, but I've tried a dozen variations on it based on various tutorials I've found online to no avail. Is there any way to check and see how the "Connect to Server" tool is doing its magic? Or to make that permanent?

-Brett Bowman
Erdr1ck
System:
Ubuntu 10.10 (AMD64)

View 2 Replies View Related

Debian Configuration :: Auto Syncing Folder With Windows Share?

Aug 10, 2010

I use Debian Squeeze on my laptop, and in my office we have a WinXP box where we store all our documents and stuff. When I'm in the office, I can directly mount my directory to edit documents, and at home/wherever I can use VPN to connect to the box so it's no problem again.

However: I'd like to know if there is a way to set up a directory on my laptop, that I can use even when offline, and then when I'm connected to the office computer, it automatically syncs with it.

View 2 Replies View Related

Ubuntu :: Make Deluge Share 'STATE' Folder Across Windows?

Feb 20, 2011

I'm dual booting windows 7 and ubuntu 10.10. I use Deluge on both boots. Both instances of Deluge share a default download location on the Windows partition. I would like both instances of Deluge to share it's 'State' folder, which is where Deluge stores the .torrent files it is currently using and the information about their progress and such. On the windows side this location is%APPDATA%delugestateand onUbuntu~/.config/deluge/stateI found them, they look good.I can read/write to the windows side from Ubuntu, the windows partition is automounted, yada yada. I can even autoadd the .torrents from the Windows location when I run the Linux Deluge.But what I want is for the Windows side to function normally while altering the Ubunutu instance of Deluge to use the %APPDATA%delugestate directory on the windows partition instead of it's default~/.config/deluge/stateSuch that when I add torrents in Ubuntu (primary OS) and switch to Windows, Deluge will be productively downloading/seeding while I'm wasting my life with Starcraft.Possible

View 6 Replies View Related

SUSE / Novell :: How To Share Folder For Windows Base System

Oct 12, 2009

Today I try to shared a folder for Windows XP using GUI in OpenSUSE 11.1. I created a folder --> right click and click on Share --> Check on "Share with Samba(Microsoft Windows)", "Public" and "Writable". Then connect from Windows using //192.168.100.1/sharefolder. It open up but I can only read (no write access as I check on "Writable"). Did I miss something?

View 1 Replies View Related

General :: Using Samba To Share A Folder From A Guest With A Windows Host In VirtualBox

Mar 15, 2011

I would like to share a folder from a Linux Guest with a Windows host (with read and write access if possible) in VirtualBox. I read in these two links: here and here that it's possible to do this using Samba, but I am a little bit lost and need more information on how to proceed.

So far, I managed to set up two network adapters (one NAT and one host-only) and to install Samba on the Linux guest, but I have the following questions now: What do I need to type in samba.conf to share a folder from the Linux guest? (the tutorial provided in one of the links above only explains how to share home directories) Are there any Samba commands that I need to run on the guest to enable sharing? How do I make sure that these folders are only available to the host OS and not on the Internet? Once the Linux guest is setup, how do I access each of the individual shared folders from the Windows host? I read that I need to mount a drive on Windows to do this, but do I use Samba logins, or Linux logins, also do I use localhost? or do I need to set up an IP for this?

View 1 Replies View Related

Ubuntu Servers :: Samba And Share A Folder An Sub Folders For Windows Users

Feb 19, 2010

I've installed Ubuntu Server 7.10 Gutsy and Webmin 1.500 on it. The thing that I want to do is: I want to share a folder an sub folders for windows users ( guest user) I should modify those folders from my ubuntu desktop 9.10 karmic they are all same folders. Is it possible? if yes how can i make it. you can tell from webmin or samba configuration file.

View 8 Replies View Related

Ubuntu :: Set Save Location Of Bittorrent In A Network Share Folder In Windows?

Jan 14, 2011

my ubuntu machine disk is already full, i want to set the save location of of bittorrent to a network share in windows is this possible?

View 3 Replies View Related

Networking :: Set Up VPN To Allow Mac / Linux And Windows Clients?

Jul 17, 2010

I have a client in Pittsburgh that has a Mac server and a Linux (RHEL) server on a LAN. They have a Netgear FVS 318v3 router on which they had a VPN running. They could do this because they had the router configured for IP-SEC and they only had Mac laptops as clients. I'm told Mac laptops can be configured to connect to IP-SEC VPNs, but Linux (I have Ubuntu) clients cannot.

I'm told that we need an PPTP VPN, and that the Netgear can not act as an endpoint, but can pass PPTP traffic to one of the servers if we set them up as a PPTP server.

We hired two different network consultants to set up the VPN, but neither one is able to set up a VPN to allow both the Mac and Linux laptops to connect.

Why is this so difficult? Lots of companies have VPNs that allow any client to connect.

Would it be better for us to purchase a different router that can act as a PPTP endpoint?

Do I want the router to act as a PPTP endpoint, or would it be better for me to use the Netgear and set up a PPTP service on one of the servers? Or, is there some better solution?

View 6 Replies View Related

Networking :: Set An Internet Bridge For Windows Clients?

Jun 18, 2009

having trouble connecting to many websites due to recent actions of the Iranian government on banning a lot of websites.That's why, I decided to make my computer act like a bridge for their computers, so that they can surf the web using my Internet connection in US. I have Arch linux running on my desktop. I tried to install OpenVPN based on the instructions at ArchWiki page, but I had no success. I guess OpenVPN is too much for what I want to achieve and ArchLinux repositories don't have all the necessary packages to configure it based on some posts I read.

View 3 Replies View Related

CentOS 5 Networking :: Can't Seem To Get The X Server To Allow Access From Clients On Other Hosts?

Jan 8, 2009

I can't seem to get the X server to allow access from clients on other hosts. (I know, not exactly a network problem, but. I made the change in /usr/share/gdm/defaults.conf to be : DisallowTCP=false

and this worked on another CentOS system, but it hasn't fixed it on this one. What other things could prevent other clients from connecting to the X server? From the local host, I get :

Warning: Tried to connect to session manager, Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed although the client DOES actually create the window and work! So, maybe this message is a clue.

From the remote host, I get : Error: Can't open display: 10.10.1.20:0.0 Which is not terribly informative. Is there a log somewhere which details why a connect request was denied? The files in /var/log/gdm are not very informative.

View 2 Replies View Related

Ubuntu Networking :: 9.10 Unable To Share Folder?

Jan 21, 2010

I am unable to share a folder on my Ubuntu 9.10 desktop machine. Networking is working, I can see and be seen by windows machines and also my Ubuntu 9.10 laptop. The laptop is able to share folders with no problem. The error message I get when I try to set sharing on a folder is "'net usershare' returned error 255: net usershare add: cannot convert name "Everyone" to a SID. Memory allocation error."

I know there has been a thread relating to this in the past, but the solution there did not work for me, and I have been beating my head against the wall for a couple of weeks on this problem, and have spent a bit of time with smb.conf. I would hate to have to do a new install to fix this, after all this is not MS windows!Can anyone point me in the right direction?

View 1 Replies View Related

Networking :: Centralized Authentication For Windows Clients Using LDAP/SAMBA And LAM?

Dec 29, 2008

I have been able to accomplish my goal of creating an AD-like authentication using LDAP,SAMBA and LAM. From what I have seen you can have this type of setup but it doesn't allow the passing of group policies to the desktops of the users.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved