On Wed, 17 Jul 2019, Chris Lamb wrote:
> Jamie Strandboge wrote:
>
> > Again, I'm biased, but ufw supports IPv6. It's also been on the default
> > server
> > and desktop install of Ubuntu for 9+ years. ufw functions well for bastion
> > hosts, less so for routers (though it has some facility the
On Thu, Jul 18, 2019 at 1:12 AM Seth McClain wrote:
> xTuple recently took most of their git repos off of github and is
> changing the license to much of the code moving forward.
>
> https://xtuple.com/blog/ned/free-software
>
> Debian currently offers builds of Postbooks.
>
> https://salsa.debian
Jamie Strandboge wrote:
> Again, I'm biased, but ufw supports IPv6. It's also been on the default server
> and desktop install of Ubuntu for 9+ years. ufw functions well for bastion
> hosts, less so for routers (though it has some facility there).
It also has a first-class Ansible module which (g
On Wed, 17 Jul 2019, Jamie Strandboge wrote:
> On Tue, 16 Jul 2019, Raphael Hertzog wrote:
>
> > > 2) introduce firewalld as the default firewalling wrapper in Debian, at
> > > least in
> > > desktop related tasksel tasks.
> >
> > No objection. I think it's high time we have some default firewa
On Wed, 17 Jul 2019, Chris Lamb wrote:
> Raphael Hertzog wrote:
>
> > The other desktop firewall that I know is "ufw" but it doesn't seem to
> > have any momentum behind it.
>
> It is curious you mention a lack of momentum; in my experience, it is
> the most commonly recommended firewall on vari
On Tue, 16 Jul 2019, Ben Hutchings wrote:
> On Tue, 2019-07-16 at 11:57 +0200, Raphael Hertzog wrote:
> [...]
> > The other desktop firewall that I know is "ufw" but it doesn't seem to
> > have any momentum behind it.
>
> Also, while its syntax is obviously intended to be simple, it's quite
> irr
On Wed, 17 Jul 2019, Stephan Seitz wrote:
> On Di, Jul 16, 2019 at 11:23:43 +0200, Guillem Jover wrote:
> > On Tue, 2019-07-16 at 11:07:15 +0200, Arturo Borrero Gonzalez wrote:
> > > as you may know, Debian 10 buster includes the iptables-nft utility by
> > > default, which is an iptables flavor t
On Tue, 16 Jul 2019, Raphael Hertzog wrote:
> > 2) introduce firewalld as the default firewalling wrapper in Debian, at
> > least in
> > desktop related tasksel tasks.
>
> No objection. I think it's high time we have some default firewall
> installed in particular with IPv6 getting more widely d
On Tue, 16 Jul 2019, Arturo Borrero Gonzalez wrote:
> Hi there,
>
> as you may know, Debian 10 buster includes the iptables-nft utility by
> default,
> which is an iptables flavor that uses the nf_tables kernel subsystem.
> Is intended to help people migrate from iptables to nftables.
>
> For t
Package: wnpp
Severity: wishlist
Owner: Ondřej Nový
* Package name: python-zipp
Version : 0.5.2
Upstream Author : Jason R. Coombs
* URL : https://github.com/jaraco/zipp
* License : Expat
Programming Lang: Python
Description : pathlib-compatible Zipfile
Hello,
xTuple recently took most of their git repos off of github and is
changing the license to much of the code moving forward.
https://xtuple.com/blog/ned/free-software
Debian currently offers builds of Postbooks.
https://salsa.debian.org/xtuple-maintainers-team
It would be a shame for the
Package: wnpp
Severity: wishlist
Owner: Sergei Golovan
* Package name: lua5.4
Version : 5.4.0-alpha
Upstream Author : Lua Team
* URL : https://www.lua.org/
* License : Expat
Programming Lang: C
Description : lightweight, embeddable scripting language
Package: wnpp
Severity: wishlist
Owner: Marco Villegas
* Package name: battery-plug-notifier
Version : 0.1.0
Upstream Author : Marco Villegas
* URL : https://gitlab.com/marvil07/battery-plug-notifier
* License : GPL
Programming Lang: Shell
Description
On Jul 17, Paul Wise wrote:
> To me, something like opensnitch seems like a better option for a
> desktop firewall once it becomes more mature and enters Debian.
This project is a "personal firewall", which is a quite different
thing from what is being discussed here.
--
ciao,
Marco
signatur
On Wed, Jul 17, 2019 at 7:05 PM Helmut Grohne wrote:
> If you want to make firewalld the desktop default
To me, something like opensnitch seems like a better option for a
desktop firewall once it becomes more mature and enters Debian.
https://github.com/evilsocket/opensnitch/
https://bugs.debian
Package: wnpp
Severity: wishlist
Owner: Ondřej Nový
* Package name: python-importlib-metadata
Version : 0.18
Upstream Author : Jason R. Coombs, Barry Warsaw
* URL : https://gitlab.com/python-devs/importlib_metadata
* License : Apache-2
Programming Lang: Pytho
Raphael Hertzog wrote:
> The other desktop firewall that I know is "ufw" but it doesn't seem to
> have any momentum behind it.
It is curious you mention a lack of momentum; in my experience, it is
the most commonly recommended firewall on various support-adjacent
sites around the internet. (Perha
On Mi, Jul 17, 2019 at 12:32:31 +0100, Thomas Pircher wrote:
# iptables-translate -A INPUT -s 1.2.3.4 -p tcp --dport 587 -j DROP
nft add rule ip filter INPUT ip saddr 1.2.3.4 tcp dport 587 counter drop
Ah, thank you very much!
Stephan
--
| Public Keys: http://fsing.rootsland.net/~sts
Stephan Seitz wrote:
> What would be the replacement for a simple single line like
> iptables -I INPUT -j DROP -s -p tcp –dport 587 ?
You can use the iptables-translate. It is not foolproof and does not
always git the best results, but it can give you a good starting point
for your optimisations
Am 17.07.19 um 13:16 schrieb Michael Biebl:
> Am 17.07.19 um 13:04 schrieb Helmut Grohne:
>> On Tue, Jul 16, 2019 at 11:07:15AM +0200, Arturo Borrero Gonzalez wrote:
>>> Also, I believe the days of using a low level tool for directly configuring
>>> the
>>> firewall may be gone, at least for deskt
On Di, Jul 16, 2019 at 11:23:43 +0200, Guillem Jover wrote:
On Tue, 2019-07-16 at 11:07:15 +0200, Arturo Borrero Gonzalez wrote:
as you may know, Debian 10 buster includes the iptables-nft utility by
default, which is an iptables flavor that uses the nf_tables kernel
subsystem. Is intended to he
Am 17.07.19 um 13:04 schrieb Helmut Grohne:
> On Tue, Jul 16, 2019 at 11:07:15AM +0200, Arturo Borrero Gonzalez wrote:
>> Also, I believe the days of using a low level tool for directly configuring
>> the
>> firewall may be gone, at least for desktop use cases. It seems the industry
>> more
>> or
On Tue, Jul 16, 2019 at 11:07:15AM +0200, Arturo Borrero Gonzalez wrote:
> Also, I believe the days of using a low level tool for directly configuring
> the
> firewall may be gone, at least for desktop use cases. It seems the industry
> more
> or less agreed on using firewalld [2] as a wrapper fo
Package: wnpp
Severity: wishlist
Owner: Keian Rao
* Package name: dragon
Version : 1.1.0
Upstream Author : Michael Homer
* URL : https://github.com/mwh/dragon
* License : GPL
Programming Lang: C
Description : Drag and drop source/target for X
Many prog
24 matches
Mail list logo