similar to: Samba4 Directory Replication

Displaying 20 results from an estimated 900 matches similar to: "Samba4 Directory Replication"

2019 Feb 12
1
Samba and ufw (Martin McGlensey)
Louis, Made the changes. Still unable to mount office. Firewall also blocks Thunderbird mail and maybe internet. Will check that more fully later.Any thoughts ob Tony's response? Outputs: martin at radio:/etc$ sudo apt-get install ufw Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no
2019 Feb 06
2
Samba and ufw
Rowland, Did some editing in smb.conf that I had to reverse. Now I'm back to being able to connect with the firewall disabled. When I enable the firewall I get as far as windows network -> workgroup but no connection. I have only the rules you recommended in your last email. Louis, The information you requested is below: martin at radio:~$ dpkg -l|egrep "iptables|ufw" ii 
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
Rowland, Thank you for all your help, I agree that this is not a Samba issue. Given rhat it works without the firewall. It' either a ufw or Windows 8.1 issue. Louis, Applied the rules you suggested to ufw exactly as written. No change. Still cannot connect with firewall enabled. Same error mesage as before "Cannot mount location ...". ufw log set to medium and copied below.
2019 Feb 11
4
Samba and ufw
Louis, Followed your instructions so far. Take a look at the output of the various steps. I'm down to removing items form /etc/ufw. I'm not sure what I should delete. I know some of the files are backups generated after some rules were deleted. Please tell me what is safe to delete before I procede further. martin at radio:~$ sudo apt-get remove --purge ufw gufw Reading package
2019 Jan 29
3
Samba and UFW
Here is the ufw.log after enabling logging medium and trying to connect to the windows net. Unfortunately the web Microsoft page is in German. I think it says window uses smb1 syntax. Jan 27 15:11:09 martin-RB042AV-ABA-a1410y kernel: [ 887.241685] [UFW BLOCK] IN=enp2s5 OUT= MAC=00:19:21:a2:11:5e:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.39 LEN=90 TOS=0x00 PREC=0x00 TTL=128
2019 Feb 07
0
Samba and ufw
Yes, Try this ( copy past-able. ) ufw disable ufw reset ufw limit 22/tcp ufw allow in proto tcp from any port 389,1024:65535 to any port 1024:65535 ufw allow 139,445/tcp ufw allow 137,138/udp ufw --force enable Sorry for the late reply, but im bit busy with some servers here. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org]
2018 Dec 04
3
Samba and firewalling
Hai,   Just a questions, this might be a bug, might not, but for this one i need some help.   Setup, debian 9.   Member server samba 4.9.3 AD DC servers samba 4.8.7   Im setting up the member with a very tight firewall, so nothing in/our/routed unless its defined. Im using UFW firewall for it.   I notice the following in my member its firewall logs, and this only happend when i run : id or
2019 Feb 07
3
Samba and ufw
Rowland, OK. Should I delete these lines? diff yours mine 63d62 yours# -A ufw-after-logging-output -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW ALLOW] " 85,87d83 yours# -A ufw-before-logging-forward -m conntrack --ctstate NEW -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] " yours# -A ufw-before-logging-input -m conntrack
2019 Feb 11
2
,Re: Samba and ufw
Louis, Tried the rules you suggested: These work. I think that rules out any Windows problems. ufw insert 1 allow in on enp2s5 from 192.168.254.15 to 192.168.254.39 ufw insert 2 allow in on enp2s5 from 192.168.254.39 to 192.168.254.15 These do not work. ufw insert 1 allow in on enp2s5 proto tcp from 192.168.254.0/24 to 192.168.254.39 port 139,445 ufw insert 2 allow in on enp2s5 proto udp from
2019 Feb 07
0
Samba and ufw
On Wed, 6 Feb 2019 16:05:40 -0500 Martin McGlensey via samba <samba at lists.samba.org> wrote: > Rowland, > > Did some editing in smb.conf that I had to reverse. Now I'm back to > being able to connect with the firewall disabled. When I enable the > firewall I get as far as windows network -> workgroup but no > connection. I have only the rules you recommended in
2011 Feb 22
0
No subject
INPUT: line 5 to ufw-before-logging-input ufw-before-logging-input: fall through back to INPUT INPUT: line 6 to ufw-before-input ufw-before-input: line 11 to ufw-not-local ufw-not-local: line 3 return to ufw-before-input ufw-before-input: line 13 to ufw-user-input ufw-user-input: fall through back to ufw-before-input ufw-before-input: fall through back to INPUT INPUT: line 7 to ufw-after-input
2019 Feb 12
0
Samba and ufw
Hai, Not everyone understand iptables that good Reindl. Ufw can be handy and its usable, now gufw thats the problem here. Gufw added the profile and sadly i dont know anything about gufw, execpt thats a gui on ufw. I dont know the modifications Gufw made on ufw, exacpt i noticed the profiles. Now martin, ok, great. You removed ufw ang gufw. The output looks good. All tables are cleaned up.
2005 Dec 22
3
data frame
Dear R users: > s4 <- seq(length=10, from=1, by=5) > s<-data.frame(s4,s4,s4) I would like to do some modification to s. And I want the form like the following,if it is possible, how should I do? The last column is the sum of previous three column. s4 s4.1 s4.2 sum 1 1 1 2 6 6 3 11 1 12 4 16 6 22 5 21
2019 Feb 04
0
Samba and UFW
im in Germany atm, that why your missing me atm tuesday im back. try this because its not needed to open a /16 subnet. edit /etc/default/ufw enable netbios conntrack in the modules below now run ufw reset now add the new rules. that should work before you do that, safe the output off iptables -S after the reset, run it again, and mail me both output's. Greetz for Germany
2016 Oct 06
2
Can't Route LAN Traffic Behind Tinc Network
Thanks Keith. Here's the output: root at ubuntu2:~# iptables -vnL FORWARD Chain FORWARD (policy ACCEPT 745 packets, 47680 bytes) pkts bytes target prot opt in out source destination 6299 416K ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0 6299 416K ufw-before-forward all -- * * 0.0.0.0/0
2018 Dec 04
0
Samba and firewalling
On Tue, 4 Dec 2018 15:53:29 +0100 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, >   > Just a questions, this might be a bug, might not, but for this one i > need some help. > Setup, debian 9. >   > Member server samba 4.9.3 > AD DC servers samba 4.8.7 >   > Im setting up the member with a very tight firewall, so nothing
2019 Jan 27
0
Samba and UFW
On Sun, 27 Jan 2019 12:01:00 -0500 Marty via samba <samba at lists.samba.org> wrote: > Good Morning, > > > > Using Linux Mint 19.1 I have configured UFW to allow Samba. I see > that ports 135 tcp, 137 udp, 138 udp , 139 tcp and 445 tcp are all > set properly. The problem is that with UFW enabled I cannot connect > to my Windows 8.1 PC. Error "Unable to mount
2019 Feb 12
1
Samba and ufw
Am 12.02.19 um 09:02 schrieb L.P.H. van Belle via samba: > Not everyone understand iptables that good Reindl i switched 1 years ago to Linux and wrote my first "iptables.sh" on day one which got improved over the years, so it#s not rocket science to learn > Ufw can be handy and its usable, now gufw thats the problem here. > Gufw added the profile and sadly i dont know anything
2019 Jan 27
3
Samba and UFW
Good Morning, Using Linux Mint 19.1 I have configured UFW to allow Samba. I see that ports 135 tcp, 137 udp, 138 udp , 139 tcp and 445 tcp are all set properly. The problem is that with UFW enabled I cannot connect to my Windows 8.1 PC. Error "Unable to mount location - failed to retrieve list from server, file or directory does not exist". With UFW disabled I can connect and browse
2016 Oct 06
0
Can't Route LAN Traffic Behind Tinc Network
On 06/10/2016 16:33, Kismet Agbasi wrote: > Thanks Keith. Here's the output: OK. I'd like to say that I recognize this is now off topic for the tinc list, as it really is about basic routing and firewalls and has little if anything to do with tinc at this point. However, it's a low volume list, so unless anyone complains, lets thrash it out here. > wrong interface......hmmm.