Displaying 15 results from an estimated 15 matches for "mcglensey".
2015 Mar 27
2
Where does Samba mount lan disk
I have a Seagate BU drive that I access using Samba Server. I want to backup
my system to that drive. I can see it in the file manager but the BU
software cannot find it. How can I access this drive from the command line?
Where is it mounted? What would the path be?
Regards,
Marty
2019 Feb 15
2
Samba Samba and UFW
Louis,
Did not mean to confuse. Before I upgraded to Mint 19.1 I could go to
the network, click on windows network, click on workgroup, then office
and the windows pc (office) would mount. No problems. THe folders on the
windows machine would be accessed. Now in Mint 19.1 I get the error
"Unable to mount location....". We traced this behavior to the UFW
firewall blocking the
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 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
> co...
2019 Feb 14
1
Samba Samba and ufw
Louis,
Added the share "testing UFW" . Can see it on the Linux side nothing in
Windows IE. Tried adding ports 80 and 443 both tcp and udp. No change.
When I go to the network I see two folders OFFICE (the windows PC) and
Windows network. The Windows network will not mount but If I click on
office I see print$ and testingUFW. I can open testingUFW on the local
machine but not
2019 Feb 18
2
Samba Samba and UFW
Ok Martin,
I think i found you problem.
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1778322
So i think you have to wait until the fix enters mint.
Greetz,
Louis
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 06
1
Samba and UFW
Louis,
Last lines in /etc/default/ufw:
IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_irc nf_nat_irc
nf_conntrack_netbios_ns"
Looks like nf_contrack_netbios_ns is already loaded.
iptables -S requires more arguments. Suggestions?
Marty
2019 Feb 12
0
Samba and ufw
...onkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Reindl Harald via samba
> Verzonden: maandag 11 februari 2019 18:28
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Samba and ufw
>
>
>
> Am 11.02.19 um 17:35 schrieb Martin McGlensey via samba:
> > 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
> >...
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 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 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
3
Samba and ufw
...Thanks for your patience. We will resolve this issue yet.
Regards,
Marty
-----Original Message-----
From: Rowland Penny <rpenny at samba.org>
Sent: Thursday, February 7, 2019 3:38 AM
To: samba at lists.samba.org
Subject: Re: [Samba] 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
> c...
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 03
0
,Re: Samba and UFW
Rowland,
Added the rule you suggested along with the other rules for specific
ports. The results are pasted below:
martin at radio:~$ sudo ufw allow from 192.168.0.0/16 to any app Samba
[sudo] password for martin:
Rule added
martin at radio:~$ smbclient -L stand
WARNING: The "syslog" option is deprecated
Connection to stand failed (Error NT_STATUS_UNSUCCESSFUL)
Tried with and without