Displaying 12 results from an estimated 12 matches for "samber".
Did you mean:
saber
2004 Sep 22
1
iptables protection and broadcasts
...permitted
Relevant smb.conf snippet (eth1 is 192.168.2.2):
hosts allow = 192.168.2.0/24 localhost
hosts deny = 0.0.0.0/0
interfaces = eth1 lo
bind interfaces only = yes
And the firewall config:
IPTABLES="/usr/sbin/iptables"
$IPTABLES -F
$IPTABLES -N sambers
$IPTABLES -A INPUT -i eth1 -j sambers
$IPTABLES -A sambers -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A sambers -p tcp --dport 137 -j ACCEPT
$IPTABLES -A sambers -p udp --dport 137 -j ACCEPT
$IPTABLES -A sambers -p tcp --dport 138 -j ACCEPT
$IPTABLES -A sambers -p udp --dport 138 -j...
2012 Aug 07
1
samber server in openvz container - venet oder veth0?
I'm new to the list. hopefully my question is correctly placed here...
I'd installed my samba server 3.5.6 on debian squeeze in a openvz
container that uses venet. I'd love to keep it that way but I'm not sure
if that is ok. Do you use samba server with venet or do I have to change
to veth?
I already read http://wiki.openvz.org/Differences_between_venet_and_veth
and I don't
2007 Nov 14
2
Samba as PDC and file server using ACLs
Hello sambers, i'm trying to configure a samba server (3.026a) as a PDC
and as a file server using system's ACLs.
1. Where samba stores the users and groups domain information? Is in the
/etc/passwd?
2. MUST i use winbind to successfully use ACLs? If the samba is the PDC,
why should i have to use w...
2002 Oct 17
1
Documentation help
Hello Samber's,
Sorry my question, but I'm a newbie on the list.
I have a network with about 57 Win2K workstations, and 2 Linux(RH7.3)
Servers. Samba is in one Linux box, controlling the workgroup, but now my
boss wants to put the network as a domain (internal domain, e.g. wpc.wpc).
All Win2K bo...
2003 May 10
1
access to samba dir's without acl's
...in
member server to migrate our file server from NT
the samba server was joined to the domain
winbind is working as expected, authenticating users via the PDC (NT4)
I have created some folders on the Linux filesystem with "chmod 777" access.
the domain users can transparently log into the samber server and access the
dir's/files
so here is my question....
how do I manipulate the samba filesystem to insure that only some users have
access to dir's while others do NOT.
example.... I have a list on "domain admins" that I want to allow access to
particular dir on the samba fi...
2003 May 28
0
samba as a domain member server using winbind
...ion source to allow the windows workstation access to the samba share via winbind, it all worked well, as documented, i didn't even need to setup user accounts on the samba box.
now that i'm building the production server, i can't seem to replicate the success, no matter what i try the samber server keeps returning a username and password dialog box to the windows users and logs the below error for the users trying to connect....
I successfully joined the domain by " smbpasswd -j PDC -r PDCNAME -U Administrator"
(Note: I needed to add the samber server to the domain on the PD...
2003 Dec 11
0
getting Samba 3.0.1 to use NIS UID's/GID's instead of its own
There are two NT domains, the resource domain (pretend it's RESDOM) and the user domain (MASDOM) where RESDOM trusts MASDOM. My Samber server (COOL) is registered in the RESDOM domain. I can do smbclient -L COOL -U MASDOM/myname and it asks for a password and displays the shares correctly, even picking up the NIS logon share.
The problems start, however, when I want to connect to the myname share - it won't authenticate. I...
2006 Jan 22
0
cant add files + variables ? (Newbe:)
First time samberer :)
I have a home network, samba server running on kubuntu, wifes system running
kubuntu and company laptop running XP.
To start with I want to just share files.
I can read files in shares from my wifes system but no matter what I do I
cannot add files to the mounted share. I get 'cannot...
2002 Jul 28
0
Samba connection problem btw RH7.3 and WinME
...blem. It can communicate with
another WinME box or a WinXP box with crossover
connection. I don't use password to login in both
boxes
I have Samba-2.2.3a running on a RH7.3 box
#service smb start/stop
Everything OK without complaint
Mapping/computer search on WinME box could not detect
the samber server in RH7.3 box
Tried several times but unfortunately problem still
remains unsolved. Hereinunder is my test result, all
carried out as root.
1) I used following simplified smb.conf obtained from
another site
# Samba config file
# Global parameters
[global]
workgroup = SEC
netbios name =...
2004 Apr 29
0
REofRE: password change on the domain password server using clienttools
...you have any further questions,
> >>
> >>regards,
> >>
> >>Lieven
> >>
> >>Yohann Ferreira <bertram25@hotmail.com> schreef:
> >> >Hi,
> >> >
> >> >I've read your mail concerning the integration of a samber member
>server
> >
> >>in
> >> >
> >> >a Windows 2000 Domain.
> >> >I, for now, am trying to join the 2000 domain, and access the AD in
> >order
> >> >to
> >> >get users and groups...
> >> >Could you te...
2004 Dec 15
4
Re-2: Samba 3.0.9 doesn't remove printjobs ?
That was a good hint!
Yes, I've installed SP2, and it realy seems to be the Problem.
Now I've checked that on a machine with SP1 - and the jobs
from the same printqueue are removed correctly there!
-------- Original Message --------
Subject: Re: [Samba] Samba 3.0.9 doesn't remove printjobs ? (14-Dez-2004 19:13)
From: novosirj@umdnj.edu
To: t.pompe@architekt-prinz.at
>
2002 Jun 19
0
winbind: user not found on PDC
...read(482)
client_read: read 0 bytes. Need 1044 more for a full request.
[2002/06/19 16:11:11, 5] nsswitch/winbindd.c:client_read(488)
read failed on sock 10, pid 4036: EOF
I have attached the smb.conf file, maybe some problem there.
The PDC uses Active Directories. A computer account for my samber server
linux machine (yoda) was added as "pre Win2000 Compatible Access" on the
PDC. The Netlogon was restarted on the PDC.
Can somebody please help??
Thanx in advance
Matthias
-------------- next part --------------
# This is the main Samba configuration file. You should read the
#...