Server :: Connect Samba And BartsPE (DOS)?
Sep 29, 2010
I set up a Samba server to authenticate 3 users: ladmin, lead, and volunteer. From both a Linux and Windows XP machine I confirmed all 3 can log in and have appropriate read/write access to the server. In Linux I used smb://host/ and was able to log in. In Windows I used the \host method to similarly browse the share. It seems both Windows and Linux machines have no problem connecting. But I also use a BartsPE (DOS) based CD to connect to the server and it keeps telling me that the password for volunteer (the account I configured to connect to the server) is invalid.
I checked the configuration file the password I'm using is correct. I'm guessing that the problem has to either do with the fact the passwords are encrypted, or that I'm missing some option in my smb.conf file. To create the lead and volunteer accounts I used webmin. I first created nologin Linux user accounts and then converted them to samba accounts using webmin. After doing this I was able to log in from Linux and Windows boxes without problem... the sticking point is this DOS connection. Here's my config file (with some modifications):
[code]....
View 5 Replies
ADVERTISEMENT
Jul 28, 2010
I am not able to connect samba server from other linux pc giving error: NT Authentication Failure
But am able to access through anonymous login from linux Same is working fine will all smb users through windows. I am using rhel 5.
View 3 Replies
View Related
May 25, 2011
I have migrated a client's server from Ubuntu 8.04 to 11.04 (they wanted that instead of debian 6 or ubuntu server, despite my best efforts)
The only service still hanging in the balance is samba. It refuses any connections to it and I can not figure out why.
Here is my conf file: (i noticed the interface line is commented out - eth0 is what the machine uses, it was commented out on the old machine and worked though)
Code:
[global]
workgroup = WORKGROUP
server string = %h server (Samba, Ubuntu)
wins support = no
; wins server = w.x.y.z
[Code]....
View 3 Replies
View Related
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
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
Jul 22, 2010
i just installed zenwalk on another computer in my house (experimenting with zencafe as well) and i also installed the source code of samba directly from the website (i saw that the smbclient command wasn't there when i first installed zenwalk) i have a samba server that has ubuntu as its operating system and i would like to connect my zenwalk system to the shares so i can access them from that computer
i heard that smbclient is the way to go when you do something like this so i tried it a few times and nothing worked ps i am using webmin to configure samba on my ubuntu platform
View 7 Replies
View Related
Dec 28, 2009
I'm trying out Samba for the first time, the main directory is called "workplease", and I have 2 users, "keith" and "aspire". I set the permission on "workplease" to aspire by doing "chown aspire:aspire workplease". Then on my windows7 machine I can connect to the samba server using aspire login, see my "aspire" folder and the "workplease" folder, I can create txt files, folders ...ect
But I would like the user account "keith" to be able to read/write to the same "workplease" folder. I added both users to the group "networkg" by doing
"usermod -a -G networkg aspire"
"usermod -a -G networkg keith"
So my question is how can I make the folder "workplease" have permissions to let any group members of "networkg" read/write/execute anything they put in that folder, or sub folders? Im getting rid of my Windows Home Server , and trying to use samba to do the file sharing for my buddy and I.
edit: Seems doing "chmod 774 -R workplease" changes the permissions on all the files/subfolders, to give owner and group full access only, but is there a way anytime someone creates a txt file, or copies over an mp3 for example, it auto-maticly has 774 permission?
View 2 Replies
View Related
Nov 14, 2010
I am trying to connect to my samba server with xubuntu, so far with no luck.
I am trying to use fusesmb and have been following these instructions:
[URL]
as well as these:
[URL]
and these
[URL]
the top ones say to use Applications - System - shared folders to setup smb client. Xubuntu maverick doesn't seem to have that menu point. So I copied the smb.conf from my desktop machine. libsmbclient is installed.
fuse as such seems to run since teh folder that i designated as mount point (~/Network) changes owner to root when i run fusesmb Network. But apart from that nothing happens.
View 1 Replies
View Related
Dec 2, 2009
I have Samba PDC server on CentOS 5..we have 10 thin clients in our network which were working fine previously with the windows Terminal services... Now i have replaced my windows 2003 Domain to Samba Domain Controller.. Is there any why i can connect our thin clients with SAMBA DC in the our environment?
View 2 Replies
View Related
Jun 9, 2010
i want to know how to connect it to debian,fedora, mandriva, puppy (or any other distro thats independant and most software needs to be installed with tarballs)and i also want to learn to connect to it with mac os x, and solaris (open solaris)
View 10 Replies
View Related
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
Sep 6, 2010
I have steup samba shares on my Susi pc. I get to the point where the server asks for a password for the user I have on the Susi box but when I enter the password it fails to connect. tried to add the user, password and enabled the user in the samba conf file. But not sure where it should appear I give below the smb.conf file:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
[code]....
View 5 Replies
View Related
Mar 9, 2011
My university provides instructions for connecting to their printers and network shares in Ubuntu. They work pretty smooth, but I've run into a couple of problems when trying to follow these instructions in Lubuntu:
1. Windows Printer via Samba printer is missing under Add-->Network Printer in the printer utility (system-config-printer 1.2.3, same one as in standard Ubuntu) I'm guessing I need to install some samba related packages that standard Ubuntu includes by default, but which ones?
2. To access network disks in standard Ubuntu, for example your pesonal space, you select Go-->Location in Nautilus and enter an address of the format smb://something.university.domain/resource. How can I access such locations with PCManFM?
View 2 Replies
View Related
Jun 27, 2011
I have an ubuntu 11,04 samba domain server, I want to also configure this machine to work as a dhcp server, however this have give me some issues with te windows 7 workstations, my guest is that it have something to do with the iptables because those station do join the samba domain went both server and workstation are conected to a router.
This is the script I use at boot
Code:
#FOR SHARED INTERNET
/sbin/iptables -P FORWARD ACCEPT
/sbin/iptables --table nat -A POSTROUTING -o eth2 -j MASQUERADE
[code]....
I haven't test it with windows xp station but I have use the same code in the past with no problems, and since this is my first time joining windows 7 station i belive there must be some other port that need fowarding.
View 3 Replies
View Related
May 31, 2010
I have a server at home running as a file server and DHCP connected to a switch with a wireless AP in there as-well. with this setup I can access the files and do some configurations via SSH on the actual server anytime I'm able to get the wireless signal, now lately I felt the need to be able to do the same but this time over the internet. I've read somewhere already that I'm gonna need a router with port forwarding and NAT, then know the IP address of the server but my problem is once you start talking about routers then you need broadband connection which is something I don't have. Getting a router is not much of a problem but without ADSL like connection I guess its useless, what do I need to do?
View 7 Replies
View Related
Jun 24, 2011
I`am just trying to connect Samba with ldap to make it simpler for the users to log in. We have already attached squid, so by that we thought it would be easy to do the same with samba. I think we did something wrong with the ldap config for the os with is btw:
Quote:
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
We added
Quote:
ldap admin dn = cn=xxx,o=xxx
[Code]...
View 1 Replies
View Related
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
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
Feb 8, 2010
I need to know is there any way to record or tracking or make logging if when user samba delete files or folders i can know that, cause sometimeon samba server some users complain they lost files, though i have daily backup and i can restore their files, i just want to know if or maybe some other users in one group accidentally move or delete the files.
View 1 Replies
View Related
Oct 8, 2009
I have to rename a group of machines in my little samba domain (tbd backend) but there is an ugly bug that makes this impossible. have set 'rename user script' variable corectly, also checked all configurations.When i change computer name in my windows box, it shows an error saying something like "Error calling remote procedure"Looking on server side, username for the machine gets correctly changed in /usr/passwd, and also in samba database.But samba log says:
===============================================================
[2009/10/08 11:10:32, 0] lib/fault.c:fault_report(42)
INTERNAL ERROR: Signal 11 in pid 11052 (3.0.33-3.7.el5_3.1)
[code]....
View 3 Replies
View Related
Oct 20, 2010
I would like to configure an access to folder
/fileserver
for two services : Samba and VSFTPD
How to do it ? How to create folder rights that samba and ftp user will have an access (read/write/delete) to all directories in /fileserver.
My system is CentOS. I`m starting samba and vsftpd like a root (/etc/init.d/vsftpd start etc.)
View 1 Replies
View Related
Sep 23, 2010
I'm having some trouble getting samba to work properly. I'm following this tutorial [URL] when I run
Code: sudo smbclient -L localhost I receive the following: Code: Enter root's password: Anonymous login successful Domain=[SAMBA] OS=[Unix] Server=[Samba 3.4.7]
tree connect failed: NT_STATUS_END_OF_FILE I'm lost!
View 3 Replies
View Related
Jun 9, 2011
I'm trying to set up Samba on a virtual Server.
When I connect to it from itself it works fine (smbclient -L localhost). But when I try to connect to it from the outside I get rejected.
Connection to AAA.BBB.CCC.DDD failed (Error NT_STATUS_UNSUCCESSFUL)
I'm guessing this is a ports issue? That's kinda weird since I thought Debian didnt come with an firewall. And port 80 and 22 works fine.
View 3 Replies
View Related
May 31, 2010
Strange things are happening today to my pc with debian squeeze 2.6.32-3-amd64 kernel.
It can connect to internet via my wirelss rt2870 driver (Ralink, Belkin usb wireless). But I cannot ping any of my other computers in the home network (served by a Belkin N+ wireless router). Other computers can ping it.
I am also connected via ethernet directly to another desktop. Last night I can access the shared file (samba windows share) in this other computer, using ethernet (disabling wireless). Today I cannot. I cannot even ping it or any computer, or itself.
I am using network manager with this interface:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
View 14 Replies
View Related
May 20, 2009
I recently have just started using linux and downloaded Fedora 10 and I'm trying to figure out how to fileshare and print share with my windows vista machine.I edited the registry file on my Vista machine HKEY_ LOCAL_ MACHINESystemCurrentControlSetContro lLsaLMCompatibilityLevel and changed the level from 3 to 1.I've also gone through a lot of tutorials on editing the smb.conf file and set my workgroup name, netbios, and changed permissions on my linux machine (a Lenovo netbook) etc but thats about as far as I can get. This may sound like a dumb question but I can't even get samba to connect on my linux machine so how do I do that?
I was wondering if any of you guys can provide a solution as to how to connect or direct me to a good howto for setting up and using Samba seeing how I'm a noob.I've been on Samba.org already and I'm more confused than ever.
View 2 Replies
View Related
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
Sep 13, 2010
I've done all this config [URL] This config for the "foo" folder:
("pruebas" its a user)
Code:
[foo]
path = /home/pruebas
ready only = no
guest ok = yes
[code]....
I have the [HOME] code too, its everything fine with it, and I cant connect with another user ("alfredo") from Red Hat to Windows XP with no problem... but as soon as I double click in "foo" directory, appears this:
[URL]
Already tried to disconnect from windows the directories with "net use" but it doesn't work
View 2 Replies
View Related
Apr 6, 2010
I am using my Red Hat Linux 9 box for samba server. I want to connect samba dir with two different permissions.
View 2 Replies
View Related
Apr 8, 2011
I am running samba 3.5.8-74 on Fedora 14. I can connect to it from several Windoze XP machines by typing the ip address or searching for the computer name. However, when browsing the workgroup from XP, the share does not show up. I also can not see the share from my new WD TV Live Plus. I suspect the two problems are related.
I have disabled my firewall to insure that it is not in the way, but no change. I have set up samba users to match my XP users, and numerous other attempts at modifying smb.conf to get it to work, but to no avail.
Here is my smb.conf file--
# This is the main Samba configuration file. For detailed information about the
# options listed here, refer to the smb.conf(5) manual page. Samba has a huge
# number of configurable options, most of which are not shown in this example.
#
# The Official Samba 3.2.x HOWTO and Reference Guide contains step-by-step
[Code].....
View 65 Replies
View Related
May 11, 2010
I was able to connect to my XP home machine from downstairs F12 machine with gnome. I also have laptop with F12 but with xfce windows manager, following the same instruction, (wireless work fine) I don't see the network icon in the file manager. Can someone let me know how to trouble shoot?
View 12 Replies
View Related