similar to: Samba and UFW

Displaying 20 results from an estimated 1000 matches similar to: "Samba and UFW"

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 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 Jan 29
2
Samba and UFW
Reindl, I will check that. Not sure how fix it. Will look on internet. Would you give some more information on the subject. Thanks Sent from my iPad Marty (843)-546-4822 > On Jan 29, 2019, at 10:43 AM, Reindl Harald <h.reindl at thelounge.net> wrote: > > > >> Am 29.01.19 um 16:39 schrieb Marty via samba: >> Here is the ufw.log after enabling logging medium and
2019 Jan 31
0
Samba and UFW
OK Guys this where we are now. The hostname on the Mint 19.1 PC was a combination of the user name and the PC model. I changed it to "radio". That plus the user name gives "martin at radio". That is twelve characters long. No change. Still not able to mount network. Removed netbios name from smb.conf. No change. Set Windows app to no smb/ctif sharing. Got nothing when trying
2019 Jan 29
0
Samba and UFW
On Tue, 29 Jan 2019 10:19:30 -0500 Marty via samba <samba at lists.samba.org> wrote: > Rowland, > > > > I found the reason for the "wrong argument" error. The windows > firewall was set to block remote connections. Fixed that now I'm able > to connect to the network. Now I'm back to the original problem. That > is I cannot connect to the windows
2019 Jan 30
6
Samba and UFW
Rowland, The computer name 'martin-RB042AV-ABA-a1410y' was set by Linux Mint when it was installed. I'm not sure I can change it. I check it on the Mint forum. I'll turn off the smb... feature and see what happens. Yes the ports listed below are open and set to pass through the firewall. Should I unset the netbios name". Going to try the modification to the ufw rules file as
2019 Jan 29
2
Samba and UFW
Rowland, I found the reason for the "wrong argument" error. The windows firewall was set to block remote connections. Fixed that now I'm able to connect to the network. Now I'm back to the original problem. That is I cannot connect to the windows network with ufw enabled. Error "Cannot mount location - file or directory does not exist". If I press ok the error
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 Jan 31
0
Samba and UFW
On Thu, 31 Jan 2019 17:11:00 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Thu, 31 Jan 2019 11:43:37 -0500 > <mmcg29440 at frontier.com> wrote: > > > OK Guys this where we are now. The hostname on the Mint 19.1 PC was > > a combination of the user name and the PC model. I changed it to > > "radio". That plus the user name
2019 Feb 01
2
Samba and UFW
Just call me Marty. Ham13 is a login name on another system. OK. I'm posting the smb.conf and thee smbclient responses form both Linux PC's. One running Mint 19.1 and the other running Mint 18.3. The 18.3 machine does connect to the network. All I want to do use the file manager to connect to and open directories and to move files between the three PC's. Regards, Marty smb.conf from
2019 Jan 28
3
Samba and UFW
Hello, Thanks for your responses. I have attached a file containing the responses to ufw.log, syslog, ufw status numbered and ufw status verbose (Best use Word/Wordpad to open it). The OS is Linux Mint 19.1. Samba version 4.7.6 - Ubuntu. Samba runs on boot up. I connect using the file explorer Go -> Network menu selections. Hope this information will be of help. Regards, Marty
2019 Jan 31
2
Samba and UFW
On Thu, 31 Jan 2019 11:43:37 -0500 <mmcg29440 at frontier.com> wrote: > OK Guys this where we are now. The hostname on the Mint 19.1 PC was a > combination of the user name and the PC model. I changed it to > "radio". That plus the user name gives "martin at radio". That is > twelve characters long. No change. Still not able to mount network. > >
2012 Aug 14
0
SayUnixTime quandry
Hi Gang, Hopefully somebody out there has a "doh" for this one. My dialplan announces the date and time using SayUnixTime. When I run this: exten => 36225,1,Set(ABA=999999999) exten => 36225,n,Background(telbank/${ABA}/${CHANNEL(language)}/thetimeis) exten => 36225,n,sayunixtime(,,Abe 'digits/at' IMP) I get this CLI output -- Executing
2016 Jun 04
0
factors with non-unique ("duplicated") levels have been deprecated since 2009 -- are *more* deprecated now -- and why you should be hesitant misusing suppressWarnings()
>From this bug report (it's a proposal for speedup only, not a bug), https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16895#c6 the fact that you can construct factors with non-unique aka "duplicated" levels in R has been re-raised. As mentioned there, we had a small discussion here (on 'R-devel') a bit more than 7 years ago, where I had said that indeed R core had
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 
2007 Aug 07
3
About grep
Hi,everyone. I have a problem when using the grep. for example: a <- c("aa","aba","abac") b<- c("ab","aba") I want to match the whole word,so grep("^aba$",a) it returns 2 but when I used it a more useful way: grep("^b[2]$",a), it doesn't work at all, it can't find it, returning integer(0). How can I chang the
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 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