Displaying 4 results from an estimated 4 matches for "92c88".
Did you mean:
9288
2019 Feb 07
3
Samba and ufw
...ot;
yours# -A ufw-before-logging-input -m conntrack --ctstate NEW -m limit
--limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] "
yours# -A ufw-before-logging-output -m conntrack --ctstate NEW -m limit
--limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] "
92c88
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-------------------------------------------
Edit these lines to be the same as yours
yours# -A ufw-logging-deny -m conntrack --ctstate INVALID...
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 07
0
Samba and ufw
...uot;
yours# -A ufw-before-logging-input -m conntrack --ctstate NEW -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] "
yours# -A ufw-before-logging-output -m conntrack --ctstate NEW -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] "
92c88
yours# -A ufw-logging-deny -m conntrack --ctstate INVALID -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT INVALID] "
---
mine# -A ufw-logging-deny -m conntrack --ctstate INVALID -m limit --limit 3/min --limit-burst 10 -j RETURN
108,109c106,107
yours# -A ufw-user-in...
2019 Feb 07
0
Samba and ufw
...--ctstate NEW -m
> > limit --limit 3/min --limit-burst 10 -j LOG --log-prefix
> "[UFW AUDIT]
> > " yours# -A ufw-before-logging-output -m conntrack --ctstate NEW -m
> > limit --limit 3/min --limit-burst 10 -j LOG --log-prefix
> "[UFW AUDIT]
> > " 92c88
> >
> --------------------------------------------------------------
> --------------
> >
> --------------------------------------------------------------
> --------------
> > -------------------------------------------
> >
> > Edit these lines to be the...