Ubuntu :: Samba Share To Winxp Cant Connect

Sep 1, 2011

Yesterday I reinstalled my ubuntu 11.04 and now I cant get samba to work. I allso installed Firestarter to get internet connection to my media center pc. In firestarter I have unchecked in the "advanced options" "block broadcast from external network".In my media center pc when I go network connection and view workgroup computer, I cant see my computer at all. If I try to ping my computer then everything is ok.

View 1 Replies


ADVERTISEMENT

General :: Samba Cannot Share Files - Not Accessible By WinXP

Nov 21, 2010

I used Samba to share some files. But when I try to share /home/username/download, it is not accessible by WindowsXP. But when I modified the dir to /opt/*. It is OK.

View 2 Replies View Related

Ubuntu :: Connect To Samba Share?

Dec 5, 2010

I just installed UNE v10.10 on a new netbook and I guess I've become too spoiled using the Desktop's PLACES->Connect to Server because I can't find where this is in UNE. I'd also like to "bookmark" it so I can single click to connect to "crunch20/netshare2" (I have added ip for crunch20 in /etc/hosts).

View 1 Replies View Related

Ubuntu Networking :: Can't Connect To Samba Share

Mar 4, 2010

I am running Jaunty 9.0.4. I used system-config-samba (gui) to configure Samba. I put myself as a user and tried to map the drive from my local PC. I am unable to map the drive. On windows, I try to connect using a different user and when I select finish, it prompts me again and adds my workgroup before my user name.

View 8 Replies View Related

Ubuntu :: Connect To Samba Share Using Kerberos

Jul 12, 2010

I have an Ubuntu server that's part of a Windows domain and requires Kerberos authentication when connecting to its Samba shares.I have an Ubuntu desktop machine that is capable of obtaining Kerberos tickets via kinit and can successfully connect to the Samba share on my Ubuntu server using Kerberos authentication via smbclient.

View 2 Replies View Related

Ubuntu :: How To Connect Samba Share In Desktop

Jul 12, 2011

We have Ubuntu Server for samba share. We have windows xp clients working perfectly as client station.However, we are facing problem in connecting ubuntu client. Can anyone guide me, how to connect ubuntu client to samba share. (Not as root user)

View 1 Replies View Related

Server :: Can Only Connect To Tmp Samba Share

Jan 9, 2010

I've setup a samba server on a centos 5 machine and am trying to connect to it via a windows 7. The problem I'm encountering is that the only share I am able to connect to is the tmp share. It doesn't matter if it is a protected share or not, I always get a "network path could not be found error" when trying to open the share from windows.

View 5 Replies View Related

Server :: Cannot Connect To Samba Share

Jun 17, 2010

Fairly new Linux user, running Fedora 12, attempting to set up a simple Samba share to share files with a Windows box. I've gotten to the point where I can connect from the Windows box, and see a home directory and the directory I'm trying to share. The home directory is accessible and works as expected, but when I try to access the other directory I get "The network path could not be found."

View 5 Replies View Related

Server :: Can Mount WinXP Share But Not Win7 Share In Fstab

Jun 8, 2010

this has happened in different distros, so far i have tried slack, arch, and mint at work i have an xp box with a shared folder i created. on my linux box i setup fstab as follows

Code:

//winxp/temp$ /home/user/temp cifs rw,uid=1000,gid=1000,credentials=/home/user/.creds 0 0

this gets mounted correctly and i can read/write the shared folder at home i have a win7 box that i create a share on and use the exact same code in fstab, but it wont mount the share. i get something like permission denied or access denied is there a difference in how winxp and win7 share folders? my usernames on the linux boxes match those of my windows boxes at each location. i have given my win accounts full access and control over the win shares.

View 9 Replies View Related

Ubuntu Networking :: Can No Longer Connect To WHS Samba Share

Jun 1, 2011

I'm running 10.10 on a pretty fresh install with a brand new system I built especially for Ubuntu.For some reason, I'm beginning to have trouble with accessing my Samba shares from this computer. I have a Windows Home Server also running on my network and I have to be able to access the files on it.At first Nautilus showed "SERVER" in the folder tree when I clicked on "Network" and everything was working great. A couple of days ago my WHS "SERVER" suddenly no longer showed up in Nautilus and I had to mount the WHS server manually (via "Connect to Server...").

Now, today, even that doesn't work. When I try to mount manually I get the error "Failed to Retrieve Share List from Server". I can now no longer access the WHS from Ubuntu at all.Why has my ability to access the Samba shares on my WHS deteriorated over time to the point where I can't access them at all?? Any ideas?I have other systems on this network (Mac and Windows) and none of the others have any problems at all with the WHS. Re-booting WHS and router has no effect. I've changed nothing in my set-up. Is this update related?

View 1 Replies View Related

General :: Can't Connect To Samba Share From Windows

Mar 9, 2011

I am setting up samba on my CentOS server for the first time. I am using webmin to configure samba. Here is the smb.conf

Code:

[global]
netbios name = KISKA
cups options = raw
load printers = yes
server string =

[code]...

I can see the domain name "KISKA" in the "network" tab of windows explorer, however when I click on it I get this error: Windows cannot access \KISKA check the spelling of the name. otherwise there might be a problem with your network. Under the details of this error I get this: "The network path was not found" Also I have stopped iptables so it cant be firewalled

View 5 Replies View Related

Ubuntu Networking :: Windows PC Doesn't See Samba Share But Can Connect Manually

Aug 29, 2010

I'm running Lucid and and trying to get Samba set up to allow sharing files on my network. My problem is that my Windows laptop (Win7) can't see the Linux PC when I click on Network. It only shows my own laptop and my roommate's Vista laptop. However, if I manually connect to the computer (\serenity) it works just fine.

Right now I'm simply using the smb.conf that comes with the package and adding my share info.

The relevant section is:

Code:

View 2 Replies View Related

Ubuntu Networking :: Connect To A Samba Share, It Requires To Send The Servernetbiosname?

May 12, 2011

When trying to connect to a Samba share, it requires to send the servernetbiosname. Let me try to describe it.At my university anyone has a personal web directory, which is hosted at another university. It's on a SuSE server, shared via Samba. There are several universities on this server, using the same Samba with different NetBIOS names.There is an open Cisco WiFi, anyone can connect. But to use it, you have to use VPN (Anyconnect for example or in my case the module Ubuntu provides).Now my problem is, I can't easily connect to any share on the server (tried several shares from several machine to be sure it's not just me). After trying several variants on bash, I finally figured out, that I have to supply the servernetbiosname to get it to work.Not working:

Code:
root@cmp:~# mount.cifs //svr1.sd.domain.net/htdocs /tmp/mnttst/ -o 'user=uname,domain=DOM' -v

[code]....

View 3 Replies View Related

Fedora Servers :: Connect To Samba Server ( Share ) From Windows Xp?

Mar 31, 2009

if i try to connect to my samba server ( share ) from my windows xp ( or vista, i've tried both ) it says, that the network share cannot be found. i've installed all necessary rpms on my fedora 10, necessary for running a samba server:

Quote:

[root@********* samba]# rpm -qa |grep samba
samba-common-3.2.8-0.27.fc10.i386
samba-3.2.8-0.27.fc10.i386
samba-winbind-3.2.8-0.27.fc10.i386

after that, i've configured the smb.conf file, as follows:

Quote:

[root@*********** samba]# cat /etc/samba/smb.conf
#======================= Global Settings =====================================
[global]
# ----------------------- Netwrok Related Options -------------------------
workgroup = GROUP

[code]....

there is no iptables definition, or any other firewall installed, neither on the server nor the client. i've read through alot of howtos an manuals, but was not able to find the problem.

View 14 Replies View Related

General :: Can't Connect To Samba Share From Computers Not Joined To Domain

Feb 26, 2010

I have a samba share setup as the following. When I browse to it from PC's added to my AD domain, they connect instantly. When i browse to it from a laptop that's not part of the domain, i get prompted for login credentials. what credentials should I be putting in? I can't seem to figure it out. or is it because i have the workgroup set to what my AD domain name is, and the laptops aren't part of that domain.

path = /data/photos
browseable = yes
force user = pictures
force group = picturesgroup

[code]....

View 12 Replies View Related

Ubuntu Networking :: Mount Samba Share - Connect - Read And Write From Other Apps

Mar 9, 2010

I have a networked raid drive. Thecus 2100. Its running linux, and includes samba sharing. On that I have a folder shared. I can connect to and read and write from nautilus. No problems. However, I can't use other apps through that method. Its not really "mounting" that drive in the sense you'd normally think of (afaik).

If I try to mount the folder, no matter how I have tried so far (-t cifs, smbmount, etc), I can navigate the folders, but if I try to read any file I get a permission error. Looking at the permissions with 'ls -l', everything looks OK. The weird thing is, I can write a file, then read that file back as long as its the same session.

Just now I tried 'smbclient' with no special arguments. Just the server and path url. It asked for my password. Once I was in, I had no trouble getting files. I had a thread about this a while back and there were several links and all sorts of command line options to try, which I did, with no different outcome. I think its got to be something much simpler and more obvious. smbclient and nautilus seem to have no trouble. Anybody know what they're doing differently?

View 5 Replies View Related

Fedora Servers :: Cannot Connect Win7 And Mac0S 10.6 Computers To Samba Share

Jan 3, 2010

I just recently constructed a computer to create a nice Fedora Linux server to replace a Mac Mini server that I have been using for a few years. I'm attempting to create a Samba share for my machines, a Windoze 7 machine as well as a couple MacOS 10.6 machines. I've set up Samba, started the service, allowed Samba in the firewall, and used system-config-samba to set up a share with a user. I created a User called "space", and a share /media/peliculas/Movies (a mounted hard drive). When I type in \IP_ADDRESS in the address bar in windows 7, I get the option to log in. I log in correctly and I see two directories "space" and "Movies." Unfortunately when I click on one of them I get the following error message:

Windows cannot access \IP_ADDRESSMovies Check the spelling of the name. Otherwize, there might be a problem with your network. To try and identify and resolve network problems, click Diagnose. I also get something similar when I attempt to connect with my mac machine. Using "Connect to Server" I type in: smb:\IP_ADDRESS, and login, I have the option to mount "Movies" or "space." If I select any of these, I get the following error message: There was an error connecting to the server "IP_ADDRESS." Check the server name or IP addres, and then try again. If you are unable to resolve the problem contact your system administrator.

Also, if I type 'smbclient -U space -L IP_ADDRESS' I can see the "Movies" in the "Sharename." At this point I'm not sure what else to do, and have been trying to figure this out for the last few days (losing sleep due to being baffled). The only thing that I can think of is that I have something wrong with the smb.conf file. Here is what it currently displays:

Global Settings

workgroup = WORKGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50

[code].....

One last thing, when I check the log files, there are error messages that state: smbd/service.c:1009(make_connection_snum) '/home/space' does not exist or permission denied when connecting to [peliculas] Error was Permission denied --Windoze 7 and MacOS 10.6 log files

View 5 Replies View Related

Software :: Unable To Connect To Samba Share (XP Client, RHES5 Server)

Nov 19, 2008

OS:
Red Hat ES 5.2

Kernel:
2.6.18-92.1.18.el5

Samba version:
[root@intranet samba]# rpm -qa |grep samba
system-config-samba-1.2.39-1.el5
samba-common-3.0.28-1.el5_2.1
samba-client-3.0.28-1.el5_2.1
samba-3.0.28-1.el5_2.1

When I try to connect to the share from my XP machine, I get a "network path cannot be found" error message.

Below is the entry in /var/log/samba/samba.log

[2008/11/19 11:57:51, 0] smbd/service.c:make_connection_snum(1003)
'/server2/test' does not exist or permission denied when connecting to [server2] Error was Permission denied

Here is my smb.conf file:

[global]
# Server name
server string = Intranet Server (Primary)

# These are the default password settings.
; encrypt passwords = yes
; smb passwd file = /etc/samba/smbpasswd

# Define NT domain/workgroup name.
workgroup = intranet

# Security mode. (See SAMBA documentation for details.)
; security = user

# Restrict conections to specific IP addresses.
hosts allow = all

# The %m variable sets a separate log file for each
# connecting machine.
# log file = /var/log/samba-log.%m
# Keep it basic - one file!
log file = /var/log/samba/samba.log

# The number of minutes inactivity before a connection is
# disconnected. (This disconnection should be transparent to most
# clients, which an have auto-reconnect feature. Removing inactive
# connections is to preserve the server's resources.)
deadtime = 10

# These socket options are suggested in the default smb.conf file.
# Who am I to disagree?
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Define both Ethernet interfaces. (Otherwise, I suspect only one
# will be configured??)
interfaces = eth0 eth1
username map = /etc/samba/smbusers
; guest ok = no
; guest account = nobody


[server2]
comment = server2
path = /server2/test
write list = @intranet
force create mode = 775
force directory mode = 2775
writeable = yes
; browseable = yes
valid users = intranet

/server2 and /server2/test are owned by user intranet and both directories have permissions set to 777.

Has anyone come across this problem in the past?

View 3 Replies View Related

CentOS 5 Server :: Openvpn Connect To Samba Share From Windows XP Client?

Sep 15, 2009

I'm trying to set up a VPN connection between our CentOS 5.3 server at work and my bosses XP computer at home. At this point, we are kinda locked into Quickbooks. I'm testing the connection from my XP boot at home to see if it works. I can log into our servicemanuals easily enough from XP at home however, the windows takes forever to update. I have the Samba server only listening on port 445 because is seems to work more efficiently at work. I connect to the Samba shares via linux from home and everything works well but, when I try to do anything with the shares from Windows client at home, it's very slow!

I'm thinking that it must have something either to do with the Windows OpenVPN client or the client.conf file. Is there anything I should look at in the .conf file for answers?

View 1 Replies View Related

Ubuntu Networking :: 11.04 Can't Print To Printer On WinXP Share?

May 28, 2011

xxxxxx:/etc/samba$ uname -aLinux xxxxxx 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/LinuxI have a printer shared off of Windows XP. I have always been able to print to this from Ubuntu by adding a network printer through the "Windows Printer via Samba" gui.Now, in Natty, I can set up the printer no problem but all jobs fail. In the printer properties gui I can see this text briefly: "Processing - unable to connect to cifs host".The errors in /var/log/cups/error_log are:

E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)

[code]....

View 6 Replies View Related

OpenSUSE :: Share Folder To VirtualBox Guest WinXP?

Feb 5, 2010

I've tried using the "devices->Shared Folders" to create a shared folder but it didn't work. I still couldn't see it from the guest OS (winXP). I also, tried sharing a folder in winXP and then tried adding a network folder in dolphin - also didn't work.

View 4 Replies View Related

Ubuntu Installation :: Samba For File Sharing With WinXP PC?

Feb 5, 2010

Suppose I have installed a Ubuntu (UNR9.10) PC in my home LAN,-> am I right that I need to have Samba server installed before I can share folders & files (mainly large media files) in the harddisk of Ubuntu PC for read/write access by other LAN PC running WinXP?

-> am I right that Ubuntu PC cannot access (read or write) USB harddisk nor USB thumbdrive as formatted by WinXP? how about SD card through USB card reader? does UNR v9.10 contain Samba or do I need to install it separately after UNR installation? where can I find the instruction for installation and configuration of the samba server?

View 3 Replies View Related

Fedora :: Samba As BDC On F11 And WinXP SP3 Not Join In Domain

Sep 28, 2009

I have installed Fedora 11 and all updates. Samba 3.4.1. When join to domain from WinXP box with sp3 show error. The specified network password is not correct.

View 9 Replies View Related

Ubuntu Networking :: No Longer Have Samba Shares To WinXP System

Aug 20, 2010

Ever since my upgrade to 10.04 I no longer have Samba shares to my WinXP system(s).I have searched the forums high and low and for the life of me cant figure out what I am doing wrong.I am not able to see my XP system from Ubuntu, nor see my Ubuntu system from XP.Attached here is a copy of my smb.conf.

View 9 Replies View Related

Slackware :: SAMBA Share Option 'grayed Out' In The Share Dialog?

Mar 18, 2011

I am attempting to share a folder from an existing drive that has been formatted in NTFS. I simply right click on the folder, goto share, and I can see the option to share to UNIX and that works with no problems. My question is; why is the SAMBA sharing dialog grayed out?

View 1 Replies View Related

Networking :: Samba Configuration - Cannot Mount Samba Share

Apr 26, 2011

Start>Run>\192.168.0.1storage gives me "The specified network password is not correct." It lists my domain as "ANTEC" which is the name of my computer, though I've changed the workgroup to WELLS. I've run:

setsebool -P samba_domain_controller on

Trying to connect to samba locally gives me this:

Code:

[tedward@hp-firegate ~]$ smbclient //192.168.0.1/storage -Utedafur
Password:
session setup failed: NT_STATUS_LOGON_FAILURE

[code]....

View 6 Replies View Related

CentOS 5 Server :: Cups & Samba -- Printing From WINXP Client As Postscript Fails?

Mar 14, 2009

Apologies if this was asked before -- I have googled the last bytes out of my Firefox but fail to find anything helpful. Here's my problem:I have a foomatic hpijs cups-driver for a HP Inkjet (Non-PS printer) installed. Printing from UNIX-hosts works. I have cups configured not to allow raw-printing (/etc/cups/mime.types: #application/octet-stream, /etc/cups/mime.convs: #application/octet-stream).I have now installed samba-printing, the cups PS-drivers plus the Windows PS-drivers are populated to /etc/samba/drivers/W32X86/ and get pushed to the WIN-Client.Problem is that when I print from a WINXP client, the printer outputs heaps of Postscript-text instead of my page.I have tried to debug this a bit but fail to find anything really useful. My observations so far:

- The samba-pushed HP_Photosmart_3300.ppd (in both /etc/samba/drivers/... and in the resulting dir on the WINXP client) reads:
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"

[code]....

View 2 Replies View Related

Ubuntu Networking :: Connect Normally With WinXP Then Installed?

Jun 23, 2010

I was able to connect normally with winXP then installed ubuntu and now am unable to connect. I have a TW-EA510 ADSL modem router connected to ubuntu computer. How do i make it work

View 9 Replies View Related

Ubuntu Networking :: Connect To Internet Through WinXP Laptop

Aug 8, 2010

I just installed Ubuntu 10.04 on my mac G4 (PPC) and it does not connect to wireless with my wireless card (drivers maybe) I am a complete newbie with any linux operating system (I've tried SLAX but never kept with it) So is there anyway i can use my laptop with Windows XP to cennect to the wireless on my G4 using an Ethernet cord?

View 2 Replies View Related

Ubuntu :: Share NTFS Partition Between Ubuntu/ArchLinux/WinXP?

Jan 18, 2010

I am triple-booting the OS mentioned above. I only recently decided to try Arch. The issue however is with Arch & Ubuntu. My hard drive contains a common swap partition for Ubuntu and Arch, the home directories of both Linux, the C: drive for WinXP and a partition called 'Share' which as the name suggests I use to keep all the files (work, music, vids etc.) that I want to share between the various OS.

Till before Arch, I could easily share files between Ubuntu and WIndows. It seems it was possible because Windows does not respect the file permission restrictions, or may be not at least the ones imposed by Ubuntu. However now that I have Arch on a partition, Arch can not read the files owned by my user on the ntfs partition. This basically blocks my access to everything on the Arch system except for the system files.

I would like to know how I can securely share my files between the too Linux. If it is advisable and also if it is secure. For the workaround, I am not worried about using the cli, however one shall have to be patient with me since I am not a veteran at Linux.

View 9 Replies View Related







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